Ejemplos de uso de ffmpeg:
ffmpeg -i <input> <output>
ffmpeg -i <input> -b 3000k -ab 196k <output>
ffmpeg -ss <start> -t <length>
start y length en segundos
ffmpeg -s anchoxalto
ffmpeg -an
ffmpeg -croptop X -cropbottom X -cropleft X -cropright X
ffmpeg -formats
ffmpeg -ss tiempo -i input -an -y -r 1 -vframes 1 -s 200x112 thumbnail_%02d.jpg
http://ps3wiki.qj.net/index.php/Using_ffmpeg_to_transcode_video_for_the_PS3
