hevc tag fixer for mp4 files for quicktime

This commit is contained in:
Brooke Vibber 2023-04-21 08:10:19 -07:00
commit c4e5bb3fd3

1
hevc-fix Executable file
View file

@ -0,0 +1 @@
ffmpeg -i "$1" -acodec copy -vcodec copy -tag:v hvc1 -movflags +faststart "$2"