View Full Version : [ubuntu] How do I change the video bitrate of an flv file?
snoopgst
May 3rd, 2008, 08: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, 09:46 PM
you could just use avidemux. no instructions really needed, as it is mostly self explanatory.
ron999
May 3rd, 2008, 09:58 PM
as it is mostly self explanatory.
Can you explain how to open an flv file with Avidemux?:confused:
snoopgst
May 3rd, 2008, 11:19 PM
I am doing this on a server. It does not have a gui.
disturbedite
May 5th, 2008, 12:15 AM
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 5th, 2008, 12:28 AM
What about from command line?
ron999
May 5th, 2008, 06: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, 03:51 PM
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, 06: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.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.