diff --git a/remove_dolbyvision.sh b/remove_dolbyvision.sh new file mode 100644 index 0000000..b30fa7d --- /dev/null +++ b/remove_dolbyvision.sh @@ -0,0 +1 @@ +/usr/lib/jellyfin-ffmpeg/ffmpeg -y -hide_banner -stats -fflags +genpts+igndts -loglevel error -i "Star_Wars_the_Rise_of_Skywalker.mkv" -map 0:v:0 -map 0:a:0 -map 0:a:1 -map 0:a:5 -map 0:s? -c:v copy -bsf:v hevc_metadata=remove_dovi=1 -c:a copy -c:s copy -max_muxing_queue_size 2048 -avoid_negative_ts disabled "Star Wars the Rise of Skywalker.mkv" diff --git a/remove_dolbyvision.txt b/remove_dolbyvision.txt deleted file mode 100644 index e6db54b..0000000 --- a/remove_dolbyvision.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/jellyfin-ffmpeg/ffmpeg -y -hide_banner -stats -fflags +genpts+igndts -loglevel error -i "/makemkv/output/John_Wick_4.mkv" -map 0 -bsf:v hevc_metadata=remove_dovi=1 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts disabled John_Wick_4.mkv