2025-02-17, 03:31 PM
(2025-02-17, 03:19 PM)Shawn Farley Wrote: What new File? I copied the original file to a test folder and ran the program. It doesn't created a new file though and doesn't look like it modified the original file either.
when you run this command:
Code:
/usr/lib/jellyfin-ffmpeg/ffmpeg -y -hide_banner -stats -fflags +genpts+igndts -loglevel error -i "/data/temp/Test/Alien.1979.Directors.Cut.HYBRID.2160p.BluRay.REMUX.HEVC.DV.DTS-HD.MA.5.1-Flights.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 hdr10_video.mkv
The original file remains unmodified. The command generates a new file, which in this case you've named "hdr10_video.mkv."