Jesper Taxbøl <jesper <at> taxboel.dk> writes:

> I am trying to sync two videos recorded 
> simultaniously from a stereo setup.

This should work with -itsoffset and specifying the 
input file twice, something like (untested):
$ ffmpeg -i A.mp4 -itsoffset 0.75 -i A.mp4 
-map 0:0 -map 1:1 -codec copy out.mp4

Carl Eugen
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to