From 748c7b17cb35adf701f73d2f895b091873bbedc8 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 4 May 2023 21:55:07 -0700 Subject: [PATCH] only require one input, assume .mkv in and .mp4 out --- hevc-fix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hevc-fix b/hevc-fix index f2c9615..66b0174 100755 --- a/hevc-fix +++ b/hevc-fix @@ -1 +1 @@ -ffmpeg -i "$1" -acodec copy -vcodec copy -tag:v hvc1 -movflags +faststart "$2" +ffmpeg -i "$1" -acodec copy -vcodec copy -tag:v hvc1 -movflags +faststart "${1%.mkv}.mp4"