DivX 264 Profile
Hi people
I'm having a bit of trouble encoding a video, my cfg :
DivX264 -br 3400 -npass 1 -sf stats.dat -aqo 2 -ref 4 -pyramid -bref -bf 3 -threads 2 -i movie.avs -o movie.264
DivX264 -br 3400 -npass 2 -sf stats.dat -aqo 2 -ref 4 -pyramid -bref -bf 3 -threads 2 -i movie.avs -o movie.264
I get this error trying to encode a 1024x576@30 FPS video :
Error: Width, height or frame rate outside profile specification (632x56@24 sar 1)
Is there a profile switch as there is for X264 ?
My imput file is uncompressed, media info says :
Video
Format : RGB
CodecID : RGB
/ : Uncompressed RGB32
Duration/String : 30s 0
BitRate/String : 566
Latime : 1 024pixeli
Inaltime : 576pixeli
Raport imagine : 16/9
Frecventa cadre : 30,000pfs
Rezolutie : 32biti
Bits-(Pixel*Frame) : 32.000
StreamSize/String : 1,98 (100%)
Funny thing is that it did not work before adding
-aqo 2 -ref 4 -pyramid -bref -bf 3
And it worked after adding the cvars but now it does not work
My avysinth ( 2.5.8 )
AVIsource("movie.avi", fps = 30, audio = false)
Looks like you got your answer at Doom9...
http://forum.doom9.org/showthread.php?t=146726
As for the next release date, hang in there ;-) Not toooooo long.
A crf for the next release ?



i think i found the answer, removing fps = 30 from the avysinth script will make it encode, right resolution and fps.
Too bad its not like x264, i would love if my resolution and fps would be confirmed.
BTW : divx264 does not need conversion to yv12 as x264, this will help quality no ?