-
x264 and Encore CS5
I’ve been trying to encode my video into a bluray compatible .264 file that Encore CS5 will actually accept and I just can’t seem to make it happen.
I’m using the latest Snow Leopard build of x264 available from this site: https://wipple.m25.coreserver.jp/?category_name=x264
The commands I’m using to encode I’ve slightly modified from here: https://www.x264bluray.com/home/1080i
My commands currently look like this:
x264 --bitrate 40000 --preset veryslow --tune film --fps 29.97 --input-res 1920x1080 --bluray-compat --vbv-maxrate 40000 --vbv-bufsize 30000 --level 4.1 --keyint 30 --slices 4 --tff --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --pass 1 -o Desktop/test.264 Desktop/test-unc.movx264 --bitrate 40000 --preset veryslow --tune film --fps 29.97 --input-res 1920x1080 --bluray-compat --vbv-maxrate 40000 --vbv-bufsize 30000 --level 4.1 --keyint 30 --slices 4 --tff --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --pass 2 -o Desktop/test.264 Desktop/test-unc.mov
Every time I import into Encore, it still says it needs to be transcoded and the video also just shows up as green lines. My source videos are Uncompressed 10-bit video housed in a MOV container.
Any suggestions on what I’m doing wrong or what I can do to make Encore compatible x264s?