ffprobe -v error -show_entries stream=codec_name,profile,bit_rate,colour_primaries,transfer_characteristics,space -of default=noprint_wrappers=1:nokey=1 D:\Encoded\MyMovie_4K_HEVC.mkv
If you’d like, I can:
| Flag | What it does | |------|--------------| | -i | Input file | | -o | Output file | | --video-codec hevc | Use HEVC (H.265) encoder | | --gpu-accel | Enable CUDA/Vulkan hardware encoding | | --preset slow | Higher quality (takes longer) | | --hdr dynamic | Apply dynamic tone‑mapping for HDR source | | --audio-copy | Passthrough original audio streams | | --subtitle-ass | Burn‑in ASS subtitles (preserves styling) | | --metadata | Adds basic metadata tags | | --log | Writes a detailed log for troubleshooting |