Does anyone know a way to convert .mp4 video to .ogg video (in Windows)? None of the converters I've seen online seem to do the job.
|
| ||||
|
feedback
|
migrated from stackoverflow.com Feb 12 '10 at 23:17
This question came from our site for professional and enthusiast programmers.
|
I see people promoting SUPER quite often and I'm not sure why, when options such as Miro or plain old FFmpeg are available?
ffmpeg -i input.mp4 -acodec libvorbis -vcodec libtheora -f ogv output.ogv | |||
|
feedback
|
|
If you want a good video converter that can convert pretty much anything to anything, I would highly recommend Handbrake. It is free and open source. | |||||
feedback
|
|
Format Factory is the best for all...
| |||
|
feedback
|