[Libav-user] how to handle missing pts values to keep audio sync (mpegts-mp4)

2013-07-18 Thread Patrick Fischer
Hello!   This is my first mail on this list. So i hope i didn't got the wrong mailinglist.   Im writing an program which received a mpeg ts udp stream and convert it to mp4 on the fly. Sometimes i have a problem with async audio.   [mpegts @ 0x35fd580] PES packet size

Re: [Libav-user] how to handle missing pts values to keep audio sync (mpegts-mp4)

2013-07-18 Thread Carl Eugen Hoyos
Patrick Fischer pfischer@... writes: If i use the application ffmpeg i got also an async mp4:   ffmpeg -i  ~/Videos/defekte_streams/asyncron_1.ts test.mp4 ffmpeg version 0.8.6-6:0.8.6-0ubuntu0.12.10.1 You did not test FFmpeg but an intentionally broken version that contains several hundred

Re: [Libav-user] how to handle missing pts values to keep audio sync (mpegts-mp4)

2013-07-18 Thread wm4
On Thu, 18 Jul 2013 09:15:12 + (UTC) Carl Eugen Hoyos ceho...@ag.or.at wrote: Patrick Fischer pfischer@... writes: If i use the application ffmpeg i got also an async mp4:   ffmpeg -i  ~/Videos/defekte_streams/asyncron_1.ts test.mp4 ffmpeg version 0.8.6-6:0.8.6-0ubuntu0.12.10.1

Re: [Libav-user] how to handle missing pts values to keep audio sync (mpegts-mp4)

2013-07-18 Thread Carl Eugen Hoyos
wm4 nfxjfg@... writes: You did not test FFmpeg but an intentionally broken version that contains several hundred known bugs and regressions not reproducible Then why is ffmpeg merging from it on a daily basis? You cut the important part;-( Although FFmpeg is merging on a daily