Hi all,
My camera automatically splits up video files at the 2 GB mark like I
think many cameras do. I use ffmpeg to combine them back using the concat
filter, which works, but there is a glitch for a fraction of a second
right at the break between the two files in the resultant output (in both
the audio and video). My camera records avchd .MTS files. I am using a
complex filter like: [2:v][2:a][vid1][aud1] concat=n=2:v=1:a=1[vid2][aud2]
to do the concat'ing.
Does anyone know if there is a way to fix this with the concat filter? Or
do I need to use another method (like the concat demuxer)?
Josh
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".