[MEncoder-users] XBOX 360 transcode

Pawel Pietkiewicz pawel.pietkiewicz at gmail.com
Wed May 16 00:02:05 CEST 2007


Thanks, but that still didn't solve the problem. I've ran the command
without the passes and the 360 says the file is invalid. It plays fine in
VLC and mplayer. Could it have something to do with the h.264 profiles,
muxing or audio format (I don't think it's the b-frames because the default
setting in h.264 is b_frame=0). Any idea what I am doing wrong? This is the
latest in my mencoder command:

mencoder esd-tkug-sample.avi -of lavf -lavfopts
format=mp4:i_certify_that_my_video_stream_does_not_use_b_frames -o
sample.mp4 -oac faac -faacopts br=128:mpeg=4:object=1 -ovc x264 -x264encopts
threads=4:bitrate=1000:subq=6:frameref=3


On 5/15/07, John Brown <johnbrown105 at hotmail.com> wrote:
>
> Pawel Pietkiewicz wrote:
> >Sorry, I've just realized that I'm encoding in .avi. After looking at the
> >online options and changing my output format, I run into the following
> >error:
> >
> >  mencoder esd-tkug-sample.avi -of lavf -lavfopts
> >format=mp4:i_certify_that_my_video_stream_does_not_use_b_frames -o
> >sample.mp4 -oac faac -faacopts br=128:mpeg=4:object=1 -ovc x264
> >-x264encopts
> >threads=4:bitrate=1000:pass=2
> <cut>
> >x264 [error]: ratecontrol_init: can't open stats file
> <cut
>
> If you want to do a 2-pass encode you must enter:
> $ mencoder ... -x264encopts ...pass=1
> $ mencoder ... -x264encopts ...pass=2
>
> There is no stats file because it is created when pass=1.
>
> _________________________________________________________________
> PC Magazine's 2007 editors' choice for best Web mail—award-winning Windows
> Live Hotmail.
>
> http://imagine-windowslive.com/hotmail/?locale=en-us&ocid=TXT_TAGHM_migration_HM_mini_pcmag_0507
>
>
> _______________________________________________
> MEncoder-users mailing list
> MEncoder-users at mplayerhq.hu
> http://lists.mplayerhq.hu/mailman/listinfo/mencoder-users
>



More information about the MEncoder-users mailing list