[FFmpeg-user] Audio and Video is out of sync after convert from dvbt source
Schte Bo
schtebo at gmail.com
Fri Nov 9 10:01:17 CET 2012
Hi,
command:
ffmpeg -i datei.m2t -vcodec libx264 -crf 21 -acodec aac -ac 2 -ab 192000
-strict experimental -refs 3 -threads 4 datei.mp4 2> datei.log
console output:
https://raw.github.com/gist/4044578/9b3dc811038be686af00fcc1109d2e0478cdf844/ffmpegaudiodyncfail
symptoms:
source file (*.m2t) audio & video is in sync
after converting file to (*,mp4) audio & video is out of sync.
Thx Stefan
On Thu, Nov 8, 2012 at 8:20 PM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> Schte Bo <schtebo <at> gmail.com> writes:
>
> > ffmpeg -i "$f" -vcodec libx264 -crf 21 -acodec aac
> > -ac 2 -ab 192000 -strict experimental -refs 3
> > -threads 4 "${f%.m2t}.mp4"
>
> Complete, uncut console output missing and please
> post an actual command line (one without variables).
>
> Carl Eugen
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
More information about the ffmpeg-user
mailing list