[MPlayer-users] mencoder h264 encoding and Android telephones

Krzysztof Duchnowski amidk75 at gmail.com
Sat Oct 23 14:26:32 CEST 2010


On 23.10.2010 13:28, Nix wrote:

That's my x264 settings for HTC Magic (I'm not using MEncoder for encoding):

mplayer\
	"$FILE"\
	$([ $ENDPOS -gt 0 ] && echo "-endpos $ENDPOS")\
	-sws 10\
	-vf-add hqdn3d,scale=480:-2,expand=::::::16,harddup\
	-correct-pts\
	-benchmark\
	-ass\
	-ass-force-style
PlayResX=480,PlayResY=320,MarginV=25,MarginRight=50,MarginLeft=50\
	-ass-font-scale 2\
	-subpos 50\
	-sub subtitle.srt\
	-vo yuv4mpeg:file=$VIDEOFIFO\
	-ao pcm:fast:waveheader:file=$AUDIOTMP\
	1&>/dev/null &

time x264\
 --profile baseline\
 --tune fastdecode\
 --keyint 300\
 --min-keyint 15\
 --crf $X264CRF\
 --level 4.1\
 --sar 1:1\
 --threads 3\
 --pass 1\
 --fps $FPS\
 -o $VIDEOMP4\
 $VIDEOFIFO

-- 
Krzysztof 'DK75' Duchnowski
GetFirefox - http://www.mozilla.com/firefox/
Konfiguracja UTF-8 dla czytników - http://evil.pl/pip/utf/


More information about the MPlayer-users mailing list