Avisynth_challenged
8th May 2010, 21:39
Hi all,
I recently downloaded x264 r1583 to create a test h.264 encode. Here are the details:
Using: x264 r1583
Source: 1920x1080p@23.976 avi, Huffyuv encode via Avisynth 2.57
I used the CLI to run x264 with command line given below:
x264 --crf 16 --preset veryslow --tune film --weightp 0
--bframes 3 --nal-hrd vbr --vbv-maxrate 40000 --vbv-bufsize 30000
--level 4.1 --keyint 24 --b-pyramid strict --slices 4 --aud
--colorprim "bt709" --transfer "bt709" --colormatrix "bt709"
--sar 1:1 d:\x264test.avi -o e:\x264test.264
The aim was to create a raw h.264 stream that would be Blu-ray compatible. The output file was created by x264.
When I try to play this x264 encode with VLC (1.0.5 Goldeneye), it doesn't work. Interestingly, the media info dialog box in VLC says that the x264 file has a framerate of 47.952047fps (or 2 x 23.976fps).
Is there something wrong with my encode (i.e. encode settings)... or is something wrong with VLC when used to play raw H.264 files? Thanks for reading and for any feedback.
I recently downloaded x264 r1583 to create a test h.264 encode. Here are the details:
Using: x264 r1583
Source: 1920x1080p@23.976 avi, Huffyuv encode via Avisynth 2.57
I used the CLI to run x264 with command line given below:
x264 --crf 16 --preset veryslow --tune film --weightp 0
--bframes 3 --nal-hrd vbr --vbv-maxrate 40000 --vbv-bufsize 30000
--level 4.1 --keyint 24 --b-pyramid strict --slices 4 --aud
--colorprim "bt709" --transfer "bt709" --colormatrix "bt709"
--sar 1:1 d:\x264test.avi -o e:\x264test.264
The aim was to create a raw h.264 stream that would be Blu-ray compatible. The output file was created by x264.
When I try to play this x264 encode with VLC (1.0.5 Goldeneye), it doesn't work. Interestingly, the media info dialog box in VLC says that the x264 file has a framerate of 47.952047fps (or 2 x 23.976fps).
Is there something wrong with my encode (i.e. encode settings)... or is something wrong with VLC when used to play raw H.264 files? Thanks for reading and for any feedback.