Re: [FFmpeg-user] ffmpeg recording RTSP stream with audio out of sync

2016-07-19 Thread Dave Hess
> I am having a problem with the video / audio sync when recording from an > RTSP stream with ffmpeg. > The result seems leave the video and audio out of sync in Windows Media > Player (which unfortunately is the application I need to use for this), where > as VLC seems to be able to cope with th

Re: [FFmpeg-user] ffmpeg recording RTSP stream with audio out of sync

2016-06-27 Thread Calvert, Andy
Hi Carl, See below -Original Message- From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of Carl Eugen Hoyos Sent: 27 June 2016 10:19 To: ffmpeg-user@ffmpeg.org Subject: Re: [FFmpeg-user] ffmpeg recording RTSP stream with audio out of sync Calvert, Andy

Re: [FFmpeg-user] ffmpeg recording RTSP stream with audio out of sync

2016-06-27 Thread Carl Eugen Hoyos
Calvert, Andy prozonesports.com> writes: > C:\STREAMTEST>c:\ffmpeg\ffmpeg > -channel_layout mono Is this option necessary to reproduce the issue? > -i "rtsp://172.16.210.50/RTP-Unicast_pMediaProfile4" > -c:v copy > -bsf:a aac_adtstoasc Why are you using the bitstream filter? > -y -t 10

[FFmpeg-user] ffmpeg recording RTSP stream with audio out of sync

2016-06-27 Thread Calvert, Andy
Hi, I am having a problem with the video / audio sync when recording from an RTSP stream with ffmpeg. This is the script I am using (only doing a 10 second clip for test): -channel_layout mono -i "rtsp://172.16.210.50/RTP-Unicast_pMediaProfile4" -c:v copy -bsf:a aac_adtstoasc -y -t 10 -movflags