tc-video-*: Skip data (mostly found in DVD)

master
Pierre Neidhardt 2015-01-26 19:16:27 +01:00
parent 3160507ec4
commit 11e4eb304c
2 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,7 @@ _transcode () {
-c:v libx264 -preset slow -crf 20 \
-c:a libvorbis -b:a 192k -ac 2 \
-c:s copy \
-dn \
-map 0 \
$SAMPLE \
"${1%.*}-$(date '+%F-%H%M%S').mkv"

View File

@ -250,6 +250,7 @@ EOF
$VIDEO_PARAM $VIDEO_FILTER \
$AUDIO_PARAM \
-c:s copy \
-dn \
-map 0 $STREAM_TITLE \
$SAMPLE $TC_VIDEO_OPT "$OUTPUT"