[FFmpeg-user] Obtaining to mp4 files for HbbTV

Joan Roqué joanrq at gmail.com
Mon Jun 18 19:54:46 CEST 2012


Ok
I think it is mp41a or something like that. But i'll attach the output
later.
The problem it is that  i expected both solutions to be equivalent.
Both systems should be equivalents isn't it?

Thanks
Joan
El 18/06/2012 18:45, "Roger Pack" <rogerdpack2 at gmail.com> escribió:

> > The problem is:
> > if I split audio and video to pack audio and video separately  with
> > MP4Box, everything works fine (
> > #ffmpeg -i INVIDEO.mpg -vn -c:a libfaac -b:a 128k -ar 44100 -async 1
> > OUTAUDIO.m4a
> > #ffmpeg -i INVIDEO.mpg -an -c:v libx264 -vf yadif=1:1 -profile:v high
> > -level 3.1 -b:v 1500k -threads 2 -y OUTVIDEO.mp4
> > #MP4Box -add OUTAUDIO.m4a OUTVIDEO.mp4
> >
> > If I do everything in one sentence then the video does not works
> > #ffmpeg -i INVIDEO.mpg -c:a libfaac -b:a 128k -ar 44100 -async 1 -c:v
> > libx264 -vf yadif=1:1 -profile:v high -level 3.1 -b:v 1500k -threads 2
> > -y OUTVIDEO.mp4
>
> You probably want full uncut console output here.  What audio codec
> does it use in both cases?
> -r
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list