I'm using ffmpeg concat protocol to join many subvideo files. FFMPEG keeps getting dropped packets and can't finish the process. ffmpeg -f concat -i list.txt -q:v 1 concated.mpg Should I simply cat subvideo files, or concat in group of 10 and then concat again? In the first case, which encoding can be catted as files?