Posted in Command Line, Linux Convert FLV file to MPEG Binny V A September 7, 2007 8 Comments on Convert FLV file to MPEG Convert FLV file to MPEG using ffmpeg ffmpeg -i myFile.flv -ab 56 -ar 22050 -b 500 -s 320x240 myFile.mpg Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.
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 Reply
Thanks for the list Binny! I am trying to stop using gui’s and I appreciate your efforts. bayoudreams fyi.. my website isn’t up yet.. Reply
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” Reply
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” Reply
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’ Reply
i am looking for a flv to avi converter, thanx for the info, pretty helpful.
What am looking for is the right command to convert from flv to mp4 with no lost in ress.
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
Thanks for the list Binny! I am trying to stop using gui’s and I appreciate your efforts.
bayoudreams
fyi.. my website isn’t up yet..
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”
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”
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’