Browse Source

Audio codec to eac3, copy over data and attachements when applicable (for non-pgs sub types)

master
rbeck4 11 months ago
parent
commit
9366367c38
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      transcode.sh

+ 4
- 2
transcode.sh View File

@ -41,8 +41,10 @@ function encode {
"enable-overlays=1:\
tune=0:\
keyint=10s" \
-map 0:a? -acodec aac \
-map 0:s? -scodec copy $subline \
-map 0:a? -acodec eac3 \
-map 0:s? -c:s copy $subline \
-map 0:d? -c:d copy \
-map 0:t? -c:t copy \
-use_wallclock_as_timestamps 1 -max_interleave_delta 0 \
-map_chapters 0 -max_muxing_queue_size 9999 -y "$outFL"
}

Loading…
Cancel
Save