Log in

View Full Version : x264 won't encode this (?)


Tomir
21st September 2008, 19:09
I've come across a very very unusual (for me) problem. I have a clip that x264 just doesn't want to encode. It stops at frame 19 every time. It's actually the first time I ever encountered that. Plz advise.

here is the clip. http://rapidshare.com/files/147206422/d2v.rar.html
It's a 21-frame uncompressed section form escaflowne.

ajp_anton
21st September 2008, 19:41
Works for me.
avisource("d2v.avi")
x264.exe (http://forum.doom9.org/showthread.php?p=1186497#post1186497) -B 1000 test.avs -o test.mkv

Tomir
21st September 2008, 19:59
After trial and error i found that this happen with these settings on
"C:\Program Files\megui\tools\x264\x264.exe" --qp 26 --keyint 240 --min-keyint 24 --bframes 1 --direct auto --no-cabac --subme 1 --partitions none --me dia --merange 10 --threads auto --thread-input --aq-mode 0 --progress --no-psnr --output "H:\escaflowne\escaflowne22.d2v.mp4" "H:\escaflowne\escaflowne22.d2v.avs"

it happens when merange is larger than 10 and adaptive bframe mode=1.

*edit*
problem was with r983. 985 works fine.

Ranguvar
21st September 2008, 20:10
Can you duplicate the error with FFmpegSource() (to eliminate codec differences between systems)?

Tomir
21st September 2008, 20:26
As ffmpeg won't open that avi I encoded it to xvid and run again. x264 still stops at the same frame.