x <94dlve1izy52e5t <at> gmail.com> writes: > ffmpeg -y -i http://192.168.0.11:8090/VIDEO_CAM1.mpg > -itsoffset 1.0 -i http://192.168.0.11:8090/AUDIO.mp2 > -map 0:0 -map 1:0 test.mp4
Complete, uncut console output missing. > However, I would like to make the synchronization > automatic. Say, compare the timestamps from each > stream and find their difference, then use the > difference as parameter to the "*itsoffset*" option? What you describe (apart from itsoffset) is the default behaviour of FFmpeg (except that you don't have to specify itsoffset). Unfortunately, I suspect your http sources do not provide timestamps, so there is no easy solution;-( Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
