fixed extremux x264 using value of ABR for VBR

This commit is contained in:
schmirl
2010-07-22 06:30:46 +00:00
parent c0a7f1610a
commit c7d19619db
3 changed files with 7 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ function remux_mencoder
X264OPTS=(
${VOPTS}
$(hasOpt "$VOPTS" threads || echo "threads=auto")
${VBR:+bitrate=$ABR}
${VBR:+bitrate=$VBR}
)
[ ${#X264OPTS[*]} -gt 0 ] && VOPTS=$(IFS=:; echo -x264encopts "${X264OPTS[*]}")
;;