Re: [FFmpeg-user] Copied Video and Audio Way Out of Sync

2021-08-08 Thread Carl Eugen Hoyos
Am So., 8. Aug. 2021 um 22:13 Uhr schrieb Wayne : > > Here's the simple command line I'm using to copy part of an mp4 file to > a new file. > > ffmpeg -ss 6.6401 -i inFile.mp4 -to 17.6679 -c copy outFile.mp4 Complete, uncut console output missing. > Since the seek position does not fall on a

[FFmpeg-user] Copied Video and Audio Way Out of Sync

2021-08-08 Thread Wayne
Here's the simple command line I'm using to copy part of an mp4 file to a new file. ffmpeg -ss 6.6401 -i inFile.mp4 -to 17.6679 -c copy outFile.mp4 Since the seek position does not fall on a keyframe, the video stream of the copied file starts on the preceding keyframe which is OK.  However,