copy all streams

This commit is contained in:
Jan Jastrow 2022-08-07 20:57:09 +02:00
parent 8ce3b3b4c6
commit 2d515358c5
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ function ff-input-to-ac3() {
# ffmpeg fix 16:9 AR
function ff-ar16-9() {
ffmpeg -i "$1" -c copy -bsf:v "h264_metadata=sample_aspect_ratio=4/3" -aspect 16:9 -movflags faststart "_$1"
ffmpeg -i "$1" -c copy -map 0 -bsf:v "h264_metadata=sample_aspect_ratio=4/3" -aspect 16:9 -movflags faststart "_$1"
}
# ffmpeg fix Non-monotonous DTS