Sunday, July 20, 2014

Convert ogv to mkv using ffmpeg

Hi all,

Most of the peoples know about these things just for reminding i am writing this blog. If you are taking video of your Desktop using recordmydesktop ( Screencasting tool) then the output will comes in out.ogv format. If you want to change that one to mkv means kindly follow the following command.

In case if you haven't installed ffmpeg means kindly install from your repository.

ffmpeg -i sample.ogv -vcodec libx264 -vpre medium -crf 24 -threads 0 -acodec copy sample.mkv

Enjoy.. and Be cool..:)

No comments:

Post a Comment