Hi guys i need your help and it's urgent
I've been trying to encode a video with this command
But i want the audio to be between 40k and 64k but the video output is like thisCode:ffmpeg.exe -i Input.mp4 -strict -experimental -acodec aac -ab 40k -vcodec mpeg4 -s 320x240 -b:v 400k -minrate 0k -maxrate 600k -bufsize 4096k -r 23.976 output.3gp
How can i change the output audio bitrate?Code:Video ID : 1 Format : MPEG-4 Visual Format profile : Simple@L1 Format settings, BVOP : No Format settings, QPel : No Format settings, GMC : No warppoints Format settings, Matrix : Default (H.263) Codec ID : 20 Duration : 1h 2mn Bit rate mode : Variable Bit rate : 400 Kbps Maximum bit rate : 600 Kbps Width : 320 pixels Height : 240 pixels Display aspect ratio : 16:9 Original display aspect ratio : 16:9 Frame rate mode : Constant Frame rate : 23.976 fps Color space : YUV Chroma subsampling : 4:2:0 Bit depth : 8 bits Scan type : Progressive Compression mode : Lossy Bits/(Pixel*Frame) : 0.217 Stream size : 177 MiB (90%) Writing library : Lavc55.58.102 Language : English Audio ID : 2 Format : AAC Format/Info : Advanced Audio Codec Format profile : LC Codec ID : 40 Duration : 1h 2mn Duration_LastFrame : -9ms Bit rate mode : Variable Bit rate : 40.0 Kbps Maximum bit rate : 600 Kbps Channel count : 2 channels Channel positions : Front: L R Sampling rate : 48.0 KHz Compression mode : Lossy Stream size : 17.7 MiB (9%)
If i try to encode both separately and mux it, it's showing constant bitrate for the video and audio.
Thanks in advance
+ Reply to Thread
Results 1 to 9 of 9
-
-
WHy do you need it to be vbr 40k-64k? Problem with standalone player?
-
Actually i am ok even if its constant audio but how can i have a different bitrate than the video?
If i use -b:v 400k -minrate 0k -maxrate 600k it is also used in the audio,i just want it to be in the video file -
try to group video bitrate and audio bitrate, if not then probably you need split signal chain trough -map and do this as separate instances https://trac.ffmpeg.org/wiki/How%20to%20use%20-map%20option
-
Sorry but i don't understand can you please tell me how to use it in my case?
Similar Threads
-
How do I know if file is CBR or VBR?
By mst in forum Newbie / General discussionsReplies: 15Last Post: 6th Dec 2020, 19:14 -
VBR Quality Minimum and Maximum Values for FFmpeg
By alexander121 in forum AudioReplies: 6Last Post: 3rd Mar 2015, 13:44 -
Avidemux VBR
By czgirb in forum Video ConversionReplies: 1Last Post: 2nd Mar 2013, 09:34 -
VBR (Transcode) or VBR (CQ) on a Cut File of Same Size?
By Quamatek in forum Video ConversionReplies: 6Last Post: 4th Jan 2013, 19:35 -
MPEG2 VBR to CBR
By dl_sledding in forum Video ConversionReplies: 0Last Post: 26th May 2010, 11:27