Dave Hess <dha4t.ffmpeg <at> gmail.com> writes: > I am copying an RTSP stream from a Crestron streaming switcher > card and the audio lags the video in the captured mp4 file by > up to 2 seconds or so.
> C:\Program Files\ffmpeg\bin > >ffmpeg -rtsp_transport tcp -i rtsp://172.22.3.216/live.sdp Does it work if you do the following? $ ffmpeg -rtsp_transport tcp -i rtsp://172.22.3.216/live.sdp -qscale 2 out.avi Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
