2016-02-23, 09:24 PM
Trial software alone works great, but I can't get it to work with my own menu.
.264 files, encoded using following x264 command line
🔍https://dl.dropboxusercontent.com/u/2450...project.7z
It will be available on Dropbox once it finishes uploading. It's both project files and compiled BD. It's using just the sample from Sony's website, my own menu and intro I added (Changed the FBI Warning from Sample actually with this video).
.264 files, encoded using following x264 command line
Code:
x264 --pass 1 --bitrate 2500 --bluray-compat --level 4.1 --preset slow --tune film --keyint 24 --sar 1:1 --slices 4 --vbv-bufsize 30000 --vbv-maxrate 40000 --b-pyramid none --weightp 0 --colorprim bt709 --transfer bt709 --colormatrix bt709 --merange 24 --stats ".stats" --opencl --output NUL "intro.avs"
x264 --pass 2 --bitrate 2500 --bluray-compat --level 4.1 --preset slow --tune film --keyint 24 --sar 1:1 --slices 4 --vbv-bufsize 30000 --vbv-maxrate 40000 --b-pyramid none --weightp 0 --colorprim bt709 --transfer bt709 --colormatrix bt709 --merange 24 --stats ".stats" --opencl --output "intro.264" "intro.avs"
🔍https://dl.dropboxusercontent.com/u/2450...project.7z
It will be available on Dropbox once it finishes uploading. It's both project files and compiled BD. It's using just the sample from Sony's website, my own menu and intro I added (Changed the FBI Warning from Sample actually with this video).