Could you give me brief instructions on how to use ffmpeg to execute the code, I've never actually just used core ffmpeg before?
Thanks
Thanks
cd "%USERPROFILE%\Documents\DVDFab\StreamFab\Output\The 100\S01"
ffmpeg -i "The_100_S01E01_Pilot.mp4" -c:v copy -bsf:v h264_metadata=video_full_range_flag=0 -color_range tv "The_100_S01E01_Pilot_4tv+.mp4"
Comment