Is 1080p compliant
Posted: Tue May 04, 2021 10:02 pm
I've recently encoded some 1080p clips and I wanna make them bluray compliant.
I've read here that using the switch fake interlaced should make it compliant.
http://www.x264bluray.com/home/1080i-p
I havnt downloaded Blu-Disc Studio yet but does the software convert the video clips to the above, Id like to keep the 1080p and not convert to 1080i.
Or would I need to use. 264 or ffmpeg etc.
I've read here that using the switch fake interlaced should make it compliant.
http://www.x264bluray.com/home/1080i-p
x264 --bitrate XXXXX --preset veryslow --tune film --bluray-compat --vbv-maxrate 40000 --vbv-bufsize 30000 --level 4.1 --keyint 25 --open-gop --slices 4 --fake-interlaced --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --pass 1 -o out.264 input.file
x264 --bitrate XXXXX --preset veryslow --tune film --bluray-compat --vbv-maxrate 40000 --vbv-bufsize 30000 --level 4.1 --keyint 25 --open-gop --slices 4 --fake-interlaced --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --pass 2 -o out.264 input.file
I havnt downloaded Blu-Disc Studio yet but does the software convert the video clips to the above, Id like to keep the 1080p and not convert to 1080i.
Or would I need to use. 264 or ffmpeg etc.