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.
4 Answers
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 -codec:v libtheora -qscale:v 3 -codec:a libvorbis \ -qscale:a 3 -f ogv output.ogv-qscale is required to keep a reasonable video and audio quality, otherwise the default is very bad, see also: How do I convert MP4 to OGV while still retaining the same quality using FFMPEG?
Tested in Ubuntu 19.04, ffmpeg 4.3.1.
Miro:
5SUPER is a gui frontend for ffmpeg, so it can convert mp4 into ogg.
0Format 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
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.
4