Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.
Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.
ffmpeg2theora.exe -o theora_test.ogg --croptop 82 --cropbottom 78 --cropleft 2 --cropright 2 -x 640 -y 256 -v 6 "c:\path to\vts_02_5.vob"
Examples: ffmpeg2theora videoclip.avi (will write output to videoclip.avi.ogg) cat something.dv | ffmpeg2theora -f dv -o output.ogg - Live encoding from a DV camcorder (needs a fast machine) dvgrab - | ffmpeg2theora -f dv -x 352 -y 288 -o output.ogg - Live encoding and streaming to icecast server: dvgrab --format raw - | \ ffmpeg2theora -f dv -x 160 -y 128 -o /dev/stdout - | \ oggfwd iccast2server 8000 password /theora.ogg
:: Batch encoding of several files. ffmpeg2theora avi1.mpg ffmpeg2theora avi2.avi PAUSE
|
|