8 thoughts on “Convert FLV file to MPEG

  1. Have you tried this ?

    ffmpeg -i .flv -vn -f wav .wav faac –mpeg-vers 4 .wav

    // iPod – scale=320:240 ; YouTube – varies
    mencoder -of lavf -lavfopts format=mp4 -nosound -ovc lavc -lavcopts aglobal=1:vglobal=1:acodec=libfaac:vqscale=2:vcodec=mpeg4:keyint=25 -vf scale=xxx:xxx,harddup -mc 0 -noskip .flv -o .avi

    // iPod – fps=23.976 ; YouTube – varies MP4Box -new .mp4 -fps xx.xxx -add .avi -add .aac

  2. if you complain that the barely audible dialogue is usually drowned out by explosions, try this…

    -af “compand=0 0:1 1:-90/-900 -70/-70 -30/-9 0/-3:6:0:0:0”

  3. this is a remedy for a noisy and dull digicam…

    -vf “lutyuv=y=gammaval(0.8), curves=master=’0.05/0.048 0.5/0.56′, hue=s=1.4, unsharp=5:5:1:5:5:0, hqdn3d=4:3:6:4.5, pp=hb|32|39/vb|32|39, format=pix_fmts=yuv420p”

  4. if you want to preview and compare the processed video (with ffmpeg filters) against the source (unprocessed video) side by side, vertically, or ‘onion-skin’ mode without running a test encode (time consuming)… click ‘jake’

Leave a Reply

Your email address will not be published. Required fields are marked *