Advertisement
Guest User

encode_hdr

a guest
Jan 10th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. ffmpeg.exe -i "F:\my_vid.mkv" -f yuv4mpegpipe -strict -1 - |x265.exe - --y4m --preset 5 --tune fastdecode --output "F:\my_vid_out.mkv" --input-res 3840x2160 --fps 23.976 --crf 18 --input-depth 10 --output-depth 10 --range limited --colorprim bt2020 --transfer smpte2084 --colormatrix bt2020nc --master-display "G(13250,34500)B(7500,3000)R(34000,16000)WP(15635,16450)L(10000000,1)" --max-cll "1000,169"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement