07 Sep 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
flv to avi converter - December 10, 2008 at 11:58 am i am looking for a flv to avi converter, thanx for the info, pretty helpful. Reply
Rambling Johnny - May 18, 2009 at 12:56 pm What am looking for is the right command to convert from flv to mp4 with no lost in ress. Reply
Compte - April 25, 2010 at 9:35 pm 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
bayoudreams - May 23, 2010 at 12:18 pm 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
jake - February 18, 2014 at 2:29 pm 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
jake - February 18, 2014 at 2:32 pm 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
jake - February 18, 2014 at 2:36 pm 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
Pingback: txt » Points for Today - 7th Sept
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’