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