asafb
29th April 2010, 13:43
Hello, I'm using the following parameters to create a Blu-ray compliant 264 file:
Pass 1.
x264 --bitrate 30000 --stats test.stats --pass 1 --preset veryslow --tune film --weightp 0 --bframes 3 --nal-hrd vbr --vbv-maxrate 38000 --vbv-bufsize 30000 --level 4.1 --keyint 24 --b-pyramid strict --slices 4 --aud --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 uncompressed.avi -o test.h264
Pass 2.
x264 --bitrate 30000 --stats test.stats --pass 2 --preset veryslow --tune film --weightp 0 --bframes 3 --nal-hrd vbr --vbv-maxrate 38000 --vbv-bufsize 30000 --level 4.1 --keyint 24 --b-pyramid strict --slices 4 --aud --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 uncompressed.avi -o test.264
However, when I run the command, all of a sudden Windows 7 says "X264 has stopped working" and my test.264 file is 0 bytes lol... any ideas? Also, what input file formats does X264 accept? Does it accept Quicktime files as well, not just AVI?
Thanks,
Asaf
Pass 1.
x264 --bitrate 30000 --stats test.stats --pass 1 --preset veryslow --tune film --weightp 0 --bframes 3 --nal-hrd vbr --vbv-maxrate 38000 --vbv-bufsize 30000 --level 4.1 --keyint 24 --b-pyramid strict --slices 4 --aud --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 uncompressed.avi -o test.h264
Pass 2.
x264 --bitrate 30000 --stats test.stats --pass 2 --preset veryslow --tune film --weightp 0 --bframes 3 --nal-hrd vbr --vbv-maxrate 38000 --vbv-bufsize 30000 --level 4.1 --keyint 24 --b-pyramid strict --slices 4 --aud --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 uncompressed.avi -o test.264
However, when I run the command, all of a sudden Windows 7 says "X264 has stopped working" and my test.264 file is 0 bytes lol... any ideas? Also, what input file formats does X264 accept? Does it accept Quicktime files as well, not just AVI?
Thanks,
Asaf