fixed extremux x264 using value of ABR for VBR

This commit is contained in:
schmirl
2010-07-22 06:30:36 +00:00
parent 6f3b081dd0
commit b2f30affa9
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[*]}")
;;