formats

x264 Presets and FFmpeg

Published on June 29, 2010, by + in linux.

x264 Presets and FFmpeg | How do I encode x264 with FFmpeg? x264 is awesome but has a nightmare of options. The easiest thing to do it to use presets with FFmpeg. Simply dump the contents of this zip file into your ~/.ffmpeg directory. If that directory does not exist, create it. Now you can use options like this to

formats

Encode Flash Video with FFmpeg

Published on June 24, 2010, by + in linux, osx.

Encode Flash Video with FFmpeg | How do I encode my video to flash for my website? You don’t need any adobe or other over-priced software. On Linux (and OS X) you can use FFmpeg which is free! On Ubuntu, I suggest you first enable the medibuntu repo. Then install the following: sudo apt-get install ffmpeg libavcodec-extra-52 The following command will

Home Posts tagged "ffmpeg"