You are not logged in.

#1 03 Mar 2014 06:23

Honguito98
Member
From: Mexico
Registered: 19 Sep 2013
Posts: 57

An advance of my 'Chombie[-_-]' and 'Origami File System[~_~]' Engines

How works Chombie[-_-]?

First, is needed a mp4 or any movie file
Second, is required a frame extractor in .jpg format, like ffmpeg
Third, is required a jpg to ascii converter, like jp2a

The procediment is:

Load video file -> extract frames -> save as jpg files -> convert to ascii art -> package the frames converted to ascii art -> create an automatized unpacker -> save in a temporal folder -> Play frame sequence with 'Type' command.

For get audio from movie file:
Load video file -> extract audio -> save as mp3 or ogg -> play in background.


How works Origami File System[~_~]?

It's more complex than Chombie[-_-], excepts, this is for package binary files in a Batch File.
This consist in:

Batch File __>  Code and data program.
            \__>  Binary code for external programs or packages

Now, the structure:

,;=@echo off
...(code)...
,;=FindStr /V /B ",;=" "%~0" > TempFile.tmp
,;=Exit
,;=Rem Start Of Binary data
MZP      ÿÿ  ¸       @                                     º ´	Í!¸LÍ!This program must be run under Win32
84554tetrefjeri9rhufrjndsfjewifhrf8r4r4r34wer
4r4efrhefieojfio3fj34iohf4uij3j98efuchjefjwriuer3pre
recrereth8ory389ru32ioreporekurjwfhtycp9r3ipcr93imroe
dfjdspodisopfudsfiudpsogufiguer90iok.....

When command console reads the batch file, read it entirely, doing slower the real time execution, for solve it, is required a for loop after set all globals vars:

,;=Set foo=lol
,;=Set foo1=hongo.ogg

,;=For %%` in (1) do (
(code)
,;=Exit
,;=)

When the package is a self-extracting, code changes a bit:

,;=FindStr /V /B ",;=" "%~0" > %Tmp%\TempFile.bin
,;=Cd %tmp%
,;=TempFile.bin >Nul 2>Nul
,;=Rem (Now, you can use all contents of your package included in batch file

At now, Origami File System[~_~] is already in alpha stage, so that have bugs.

Advantages:
* Can protect unauthorized edit
* Can handle files more than 10MB.
* Very faster dump.
* Batch files more simplified.
* Works on Windows 7 and Windows XP, both x86 (32) and x64 (64) bits.

Disadvantages:
* Cannot edit directly the source code.
* Cannot handle call and goto commands.
* You need use macros if you need remplace the call and goto commands.
* Sometimes, requires much time to init.

First demo using the abovenamed engine: https://www.youtube.com/watch?v=BMOyTB8BVz4
Some demos:
Winter Gold: https://www.youtube.com/watch?v=y7FaEzNF970
Bad Apple: https://www.youtube.com/watch?v=oGLfm7BMorQ
High Hopes: https://www.youtube.com/watch?v=SuYaYGNtrd0

Conclutions:
When is open the batch file, reads only data with ',;=' strings, these strings are ignored by command console, but not the commands after these strings.
Findstr finds any text line without ',;=' strings at start of line, then dump data to text file or any data container.
Cannot be edited directly the source code with any text editor, due to special chars, like NUL, CR, LF, etc. (with exception on edit with Notepad++)

Any suggestions and/or comments are welcome cool

Last edited by Honguito98 (03 Mar 2014 17:18)


.::{Honguito98}::.

Offline

#2 05 Jun 2014 00:13

Turkeysemgil
New Member
Registered: 24 May 2014
Posts: 2

Re: An advance of my 'Chombie[-_-]' and 'Origami File System[~_~]' Engines

can you give a link?

Thanks smile

Offline

Board footer

Powered by