View Full Version : [ubuntu] How do I change the video bitrate of an flv file?
snoopgst
May 3rd, 2008, 03:00 PM
I have a bunch of flv videos encoded at 400-vbitrate how do I convert them to 250-vbitrate?
I have already installed ffmpeg and mencoder.
disturbedite
May 3rd, 2008, 04:46 PM
you could just use avidemux. no instructions really needed, as it is mostly self explanatory.
ron999
May 3rd, 2008, 04:58 PM
as it is mostly self explanatory.
Can you explain how to open an flv file with Avidemux?:confused:
snoopgst
May 3rd, 2008, 06:19 PM
I am doing this on a server. It does not have a gui.
disturbedite
May 4th, 2008, 07:15 PM
Can you explain how to open an flv file with Avidemux?:confused:
you've got to be kidding!!!
File --> Open --> select your flv file.
snoopgst
May 4th, 2008, 07:28 PM
What about from command line?
ron999
May 5th, 2008, 01:25 AM
[QUOTE=disturbedite;4882511]you've got to be kidding!!!
File --> Open --> select your flv
I don't think so.
See attachment.
ron999
May 5th, 2008, 10:51 AM
What about from command line?
To change a flash video file to 250Kbps video bitrate you could try using ffmpeg like this:-
ffmpeg -i <yourfilename> -b 250 foo.flv
Then if it works OK maybe someone brighter than me will write a script to convert the bunch.
disturbedite
May 5th, 2008, 01:45 PM
I don't think so.
See attachment.
sorry bud, but you're wrong. i strongly suspect you are using an outdated version. please upgrade to the latest version. it works perfectly fine for me with flv & has for as long as i can remember.
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.