Konvertierung eines Videos in das FLV-Format im Linux-Terminal
Unter der Voraussetzung, dass die entsprechenden Video- und Audiocodecs bereits auf dem System installiert sind, kann man mit
Mencoder beliebige Videoformate ganz einfach in das web-taugliche .flv-Format umwandeln:
$ mencoder -xy <neue Breite> -of lavf -oac mp3lame -lameopts abr:br=64 -ovc lavc -lavcopts vcodec=flv:vbitrate=1000:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -vf pp=ac <infile> -o <outfile.flv>