[MEncoder-users] Transcoding challenge

belcampo belcampo at zonnet.nl
Thu Feb 12 00:12:44 CET 2009


Jon Drukman wrote:
> belcampo wrote:
>>>> http://s3.thismoment.com/test.mov
>>>>
>>>> The ultimate goal is to produce a converted video that contains H.264
>>>> video and AAC audio, compatible with the Apple iPhone and a web-based
>>>> flash player.  I have been unable to generate a file that maintains a/v
>>>> sync.
>> ffmpeg -i test.mov -acodec copy -vcodec libx264 "some x264-options"
>> test.mp4
>> gives a perfectly insync mp4 file.
> 
> with the latest ffmpeg, it produces a file that plays with no sound (in 
> quicktime player), and doesn't play at all in mplayer.
Then you haven't installed all dependencies like libfaac-devel
ffmpeg -i
shows something like
  --prefix=/usr --enable-libx264 --enable-libxvid --enable-gpl 
--enable-libfaac --enable-libmp3lame --enable-pthreads 
--disable-ffserver --enable-shared

> 
> this isn't an mencoder issue though, so i'll take it elsewhere.
> 
> -jsd-
> 
> _______________________________________________
> MEncoder-users mailing list
> MEncoder-users at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mencoder-users




More information about the MEncoder-users mailing list