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

Dan Stephenson ispyhumanfly at gmail.com
Wed Apr 1 22:18:07 CEST 2009


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 ).

--
ispy++


More information about the MPlayer-users mailing list