瀏覽代碼

Update media.sh

MoeClub 5 年之前
父節點
當前提交
aef93be78e
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      ffmpeg/media.sh

+ 2 - 1
ffmpeg/media.sh

@@ -54,7 +54,8 @@ else
   if [ "$VideoCode" == "copy" ]; then
     VideoAddon="-bsf:v h264_mp4toannexb"
   else
-    if [ "$BitRate" -gt "2000000" ]; then
+    if [ "$BitRate" -gt "3500000" ]; then
+      BitRadio='${ForceBitRadio}'
       BitRate=3000000
       echo "media bitrate(new): ${BitRate}"
     else