Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
warn about length mismatch only with debug
fix audio sample rate for 12 fps movies
remove obsolete code since I won't be writing encoder :-)
dump debug only if asked so
make order of 00dc and 01wb arbitrary in movi (ffmpeg seems to create them swapped comparing to windows encoder, and hardware device doesn't seem to mind -- which is nice)
check length of decoded audio
- re-enable frame flipping using jpegtran - don't buffer output to support showing dot every second and lf every minute - put -r *before* -i for ffmpeg, video framerate is now correct In total: video decoding now works (aside from jpegtran problems with flipping which produce wrong last row)
unpack audio into .au file
added link to IMA ADPCM explanation
options --dump-avm, --dump-video, --dump-jpeg and --dump-audio to support selectable dumping from input and/or output stream
attempt to decode audio: implement mp3 and riff/wav file generation. Audio *seems* to be DVD/IMA ADPC, but I don't know what to do with extra 8 bytes in each audio frame.
use jpegtran -flip vertical to flip frames so that movies are not upside-down. you can change this using --jpegtran '' to gain some speed (we fork jpegtran for each frame which is wastefull)
overwrite existing dump.avi
encode frames to avi using ffmpeg
after massive amount of hacking, first version which can dump frames from video into correct jpeg pictures
use width and height from header
added command-line options
verified tables against mjpegtools code
tables from cmt-4.0 -- also non-working :-(
cleanup dir, generate different huffman tables
- dump all frames into (currently still invaild) jpeg files - hex_dump can accept offset to dump data which is not from file (e.g. jpeg header) - better output
added reference links on the web
show beginning of hex_dump with #. istead of ## to be better noticable in output
fine-tune log
correctly dump whole amv file structure
first try at decoding AMV format
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
ViewVC Help | |
Powered by ViewVC 1.1.26 |