up vote 1 down vote favorite
share [g+] share [fb]

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.

link|improve this question
feedback

migrated from stackoverflow.com Feb 12 '10 at 23:17

This question came from our site for professional and enthusiast programmers.

4 Answers

SUPER is a gui frontend for ffmpeg, so it can convert mp4 into ogg.

link|improve this answer
feedback

I see people promoting SUPER quite often and I'm not sure why, when options such as Miro or plain old FFmpeg are available?
To do this with ffmpeg just use this (simple) command:

ffmpeg -i input.mp4 -acodec libvorbis -vcodec libtheora -f ogv output.ogv


Miro: http://www.mirovideoconverter.com/

link|improve this answer
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.

link|improve this answer
I personally can't recommend Handbrake on the OS specified in the question. I've tried it and haven't had very good luck. – Mondain Sep 12 '10 at 5:13
@Mondain - Handbrake on Windows is great, it is the only video converter I use now. – William Hilsum Sep 13 '10 at 1:10
feedback

Format Factory is the best for all...

  • Format Factory is a multifunctional media converter. Provides functions below: All to MP4/3GP/MPG/AVI/WMV/FLV/SWF. All to MP3/WMA/AMR/OGG/AAC/WAV. All to JPG/BMP/PNG/TIF/ICO/GIF/TGA. Rip DVD to video file , Rip Music CD to audio file. MP4 files support iPod/iPhone/PSP/BlackBerry format. Supports RMVB,Watermark, AV Mux.

  • Format Factory's Feature: 1 support converting all popular video,audio,picture formats to others. 2 Repair damaged video and audio file. 3 Reducing Multimedia file size. 4 Support iphone,ipod multimedia file formats. 5 Picture converting supports Zoom,Rotate/Flip,tags. 6 DVD Ripper. 7 Supports 56 languages

  • OS requirements: All 32 windows OS

link|improve this answer
feedback

Your Answer

 
or
required, but never shown