Sunday, October 4, 2009

FLV to SWF Using FFMPEG command line

FFmpeg, is probably one of the most versatile converters around, and used in many projects across platforms.

In Ubuntu, For a quick and dirty way to convert FLV files to SWF files I use:

ffmpeg -i input.flv -acodec copy -vcodec copy output.swf

There is also a GUI-version available (cross-platform) @ http://code.google.com/p/winff/


1 comment:

  1. Quite a nice post, and I've found another detailed guide on how to convert MKV to MP4 using FFmpeg here, besides, alternative to FFmpeg is mentioned in this guide.

    ReplyDelete

Please be courteous, even if you do not share the same view.