only require one input, assume .mkv in and .mp4 out
This commit is contained in:
parent
c4e5bb3fd3
commit
748c7b17cb
1 changed files with 1 additions and 1 deletions
2
hevc-fix
2
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"
|
||||
|
|
Loading…
Reference in a new issue