[x264-devel] Re: Scalability

Alex Izvorski aizvorski at gmail.com
Wed Feb 28 20:27:22 CET 2007


On Tue, 2007-02-27 at 15:10 -0500, Christian Bienia wrote:
> Hi,
> 
> I encoded a short video with 512 frames in HDTV resolution (1920 x 1080
> pixels). For the command line I used most switches which increase
> encoding time, the exact command line was:
> 
> x264 -B 1000 --qp 20 --partitions b8x8,i4x4 --bframes 3 --ref 5 --direct
> auto --b-pyramid --b-rdo --weightb --bime --mixed-refs --no-fast-pskip
> --me umh --subme 7 --analyse b8x8,i4x4 --threads ${NTHREADS} -o
> output.264 input_1920x1080_512.y4m

Hello Christian,

Thank you for some very interesting results.  Could you do a run with:

x264 --bitrate=8000 --ref=1 --keyint=30 --scenecut=-1 --bframes=1
--no-b-adapt --threads ${NTHREADS} -o output.264 input_1920x1080_512.y4m

and with threads up to 256 or 512?  I suspect that will scale much
better.  Thanks ;)

Regards,
--Alex


-- 
This is the x264-devel mailing-list
To unsubscribe, go to: http://developers.videolan.org/lists.html



More information about the x264-devel mailing list