summaryrefslogtreecommitdiff
path: root/streamdev/externremux.sh
diff options
context:
space:
mode:
authorschmirl <schmirl>2010-07-22 06:30:36 +0000
committerschmirl <schmirl>2010-07-22 06:30:36 +0000
commitb2f30affa911e69ec3649d661e70b72d0b33e2ae (patch)
treef2eeeac6a6805bb4017f75ee899b681fc7380643 /streamdev/externremux.sh
parent6f3b081dd04d3ba1b0a64e3c906d2cfa5659efbb (diff)
downloadvdr-plugin-streamdev-b2f30affa911e69ec3649d661e70b72d0b33e2ae.tar.gz
vdr-plugin-streamdev-b2f30affa911e69ec3649d661e70b72d0b33e2ae.tar.bz2
fixed extremux x264 using value of ABR for VBR
Diffstat (limited to 'streamdev/externremux.sh')
-rwxr-xr-xstreamdev/externremux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/streamdev/externremux.sh b/streamdev/externremux.sh
index a18f0d0..f64777a 100755
--- a/streamdev/externremux.sh
+++ b/streamdev/externremux.sh
@@ -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[*]}")
;;