converting videos with ffmpeg

I had to work on some video conversion and I found a good post from the Linux Journal on commands and tips for converting videos.

http://www.linuxjournal.com/article/8517

A command example:
ffmpeg -i eSeetrackFlash.flv -b 20000k -s 896x536 target_0.7.avi

explanation to be continued

Comments

Popular posts from this blog

Git commands cheat sheet (in progress)

async promises in a sync way?

css position: sticky