Converting .mp4 to .ogv format
by Danilo • December 28, 2008 • Audio and Video • 9 Comments
Over these past 2 days I recorded some videos on my Symbian cell phone that I wanted to share with my family back home. Problem is that the videos are saved in .mp4 format, which gave me some problems when trying to edit them (video editors I tried to use didn’t support mp4).
So, as we speak I’m converting these files to .ogv with ffmpeg. Linux command line work is involved but just writing one very simple line:
-
ffmpeg2theora file.mp4
Simple as that! My movie files are nicely converted. There are a bunch of other cool functions you can do with ffmpeg such as changing bitrate, video size, specific audio or video codec.
Later I’m ging to try this Mencoder tip to join several video files.
Thanks very much for the tip
Stumbled upon your post when searching for a way to convert my mp4s into theora.
that doesn’t work
ffmpeg2theora was a package I needed to install on my Fedora system.
yum install /usr/bin/ffmpeg2theoradid the trick.Thanks for the tip!
I will download ffmpeg and give it a try. I will report back with my findings.
Thanks again,
James
sudo apt-get install ffmpeg2thoera.
great tip, thanks.
Thanks for the tip. It has worked just fine for me.
This conversion seems to be more easy to perform than now. I believe the problem is just the compression after conversion.
It worked for me (ffmpeg2theora 0.24).
Thanks!
very good, i have done it, interesting.
thank you so much for your shares.