PDA

View Full Version : mencoder x264 options for PS3?


mic64
4th May 2007, 21:56
Hi

These are the x264 options which results in a PS3 compatible file:
High Quality:
--pass 2 --bitrate 1000 --stats ".stats" --level 4.1 --ref 3 --mixed-refs --bframes 3 --b-pyramid --b-rdo --bime --weightb --direct auto --subme 6 --trellis 1 --analyse p8x8,b8x8,i4x4 --threads auto --thread-input --progress --no-psnr --no-ssim --output "" ""

has anyone been able to encode such a file with mencoder?

thanks
mic64

Hellworm
5th May 2007, 20:35
With mencoder simply encode with the same options, output to raw h264 file (-of rawvideo) and mux the result with MP4Box.

bond
6th May 2007, 12:40
or encode with ffmpeg directly to .mp4

evade
5th January 2008, 06:11
here is that mencoder command line with the options translated.

mencoder -o 300.264 -mc 0 -noskip -nosound -ovc x264 -of rawvideo -x264encopts bitrate=4200:pass=2:level_idc=41:frameref=3:threads=2:mixed_refs:bframes=3:b_pyramid:brdo:subq=6:direct_pred=auto:partitions=p8x8,b8x8,i4x4,nopsnr,bime:weight_b:trellis=1:ssim -vc ffvc1 -vf crop=1920:792:0:144,scale=1280:528,harddup -ofps 24000/1001 -sws 9 300.m2ts

nicopsycho
19th February 2009, 16:28
The b_pyramid parameter is not supported by the PS3 AFAIK...

buzzqw
19th February 2009, 16:50
is supported.. but it rise the buffer... so isn't recommed

P.S. this thread is quite old..