[MPlayer-users] Creating mpeg4 video for Nokia 3600 mobile phone

Malte Gell malte.gell at gmx.de
Wed Apr 1 22:45:56 CEST 2009


Am Mittwoch, 1. April 2009 22:18:07 schrieb Dan Stephenson:
> Malte Gell wrote:
> > Hello!
> >
> > My mobile phone (Nokia 3600 slide) has a sample video that has the
> > following format:
> >
> > file Material4.mp4
> > Material.mp4: ISO Media, MPEG v4 system, version 2
> >
> > So i wanted to create such a video from another video with the following
> > command:
> >
> > mencoder tazg1.mpg -oac faac -faacopts quality=100:mpeg=4 -ovc lavc
> > -lavcopts vcodec=mpeg4 -vf scale=320:240 -o taztest.mp4
>
> You are trying to place an AVI file into an MP4 container.  Try using
> -of lavf, as that tells libav that you want to place the file in
> whichever container is specified with the -o files extension ( in your
> case .mp4 ).

Thanx so much, -of lavf did the job! Now I just have to find out why the sound 
got lost during encoding...

Malte



More information about the MPlayer-users mailing list