Contant Audio Bitrate is Require in FFAStrans
Posted: Tue Jul 31, 2018 11:42 am
Hello,
I am using below ffmpeg command to create mp4 files. we need constant 320kbps bitrate. most of case audio bitrate is variable.
I am using below ffmpeg command to create mp4 files. we need constant 320kbps bitrate. most of case audio bitrate is variable.
Code: Select all
-c:v libx264 -s 1920x1080 -r 25 -aspect 16:9 -b:v 2000k -minrate 2000k -maxrate 2000k -bufsize 6000k -pix_fmt yuv420p -coder 1 -flags +loop -cmp chroma -partitions +parti8x8+parti4x4+partp8x8+partb8x8 -me_method 4 -subq 6 -me_range 16 -g 15 -keyint_min 1 -bf 0 -intra -refs 4 -sc_threshold 40 -i_qfactor 0.71 -b_strategy 1 -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -direct-pred 1 -fast-pskip 1 -vprofile high -vlevel 4.1 -movflags +faststart -b:a 320k -write_tmcd 0 -map 0:0 -map 0:1 -af "pan=stereo|c0=c6|c1=c7" -vf "drawtext=fontfile=/Windows/Fonts/arial.ttf:fontsize=60:x=800:y=900:box=1:boxcolor=black@0.5:rate='25000/1001':fontcolor=white:timecode='09\:59\:55\:00"