Shell: transcoding tc_splice fix.

master
Pierre Neidhardt 2013-01-20 15:33:28 +01:00
parent 6d530cf9a6
commit 349ac07d8a
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ tc_audio()
tc_splice() tc_splice()
{ {
echo "================================================================================" echo "================================================================================"
ffmpeg $TC_OVERWRITE -i "$1" -ss 60 -t 600 -c:v copy -c:a copy "${1%.*}-$(date "+%F-%H%M%S").${1##*.}" ffmpeg $TC_OVERWRITE -i "$1" -ss 60 -t 600 -c:v copy -c:a copy -c:s copy -map 0 "${1%.*}-$(date "+%F-%H%M%S").${1##*.}"
} }
tc_transcode() tc_transcode()