fix memory issues with DV remove command
This commit is contained in:
1
remove_dolbyvision.sh
Normal file
1
remove_dolbyvision.sh
Normal file
@ -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"
|
@ -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
|
Reference in New Issue
Block a user