From 2d515358c59642bbb7fd13863a79a30f05e2e87c Mon Sep 17 00:00:00 2001 From: Jan Jastrow Date: Sun, 7 Aug 2022 20:57:09 +0200 Subject: [PATCH] copy all streams --- zsh/ffmpeg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/ffmpeg b/zsh/ffmpeg index 4ab8322..82d2381 100644 --- a/zsh/ffmpeg +++ b/zsh/ffmpeg @@ -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