I am trying to concat 6 WebM video file same resolution and same codecs using this command ffmpeg -f concat -i mylist.txt -c copy finalvideo.webm
but the resulted video freezes some part ,exactly where the each part concatenated
and yes I am using the latest ffmpeg
resulted video audio spectrum you easily see the video audio freezes
https://i.stack.imgur.com/SX6WT.gif
mylist.txt
file '1.webm'
file '2.webm'
file '3.webm'
file '4.webm'
file '5.webm'
file '6.webm'
My log
https://pastebin.com/Rzqr6w3b