

It seems to add long pause at low frame-rate: *.mp4 do echo "file '$f'" > list.txt doneįfmpeg -f concat -safe 0 -y -i list.txt -i.


I would like to get the result with concat demux instead of concat protocol because it is much harder to automate in a scriptĭo you know if it is possible to archive this result with concat demux? I'm trying to get encode and concat in a single command.Īt the moment it does not work causing immense empty pauses in the final video output. I have a script that automates encode and concat a series of input video files.
