-
ffmpeg ignores my audio and video bitrate
im running this command:
-r 25 -i “import\\%%06d.tif” -i “import.mp3” -c:a aac -strict experimental -s:v 1280×720 -c:v libx264 -profile:v high -threads 16 -r 25 -pix_fmt yuv420p -b:a 320k -b:v 20000k “output.mp4”
and the output audio bitrats is 288kbit/s and the output video bitrate is 855kbit/s.
i checked those using mediainfo.can someone please help me to find a solution for that?
thank you very much and have a great day!