Converting Ogg Theora to AVI, MPEG, DivX, etc?

Status
Not open for further replies.
VideoHelp.com - Forum, Guides, Tools and hardware lists

for windows use gui4ffmeg

for linux you might wanna give tovid a shot, but it is commandline and it has a GUI that Ive never used, lots and lots of dependencies including:
transcode
mplayer/mencoder
vcdimager
dvdauthor
mjpegtools
libcdio
and a few more

but it is designed to take anything in and convert to dvd or vcd formats, and it does it quite well, beauty of it is, because its linux and commandline you can do batches of files quite easy:
example
for i in /home/user/videos
do
tovid -in $i -out $i"fixed"
done

and it will do all the files in /home/user/videos in dvd format which is tovid's default output

ya you can write a script for windows too using either vbs or dos commandline batch file with ffmpeg, the commandline switches are the same, gui4ffmpeg in windows does exactly that, matter of fact, download it then do a file and then copy down what's in the window when you hit the generate button, the script is outputted for you then you can copy the batch file that gets generated(see top of app under add/view batch file)
 
Status
Not open for further replies.
Back
Top Bottom