Reputation: 1177
I have an interesting problem...
I have created multiple mpg files (5 total) using FFMPEG. Once the files are done the are 30 seconds in length, I did this purposefully.
My Problem is, when I cat *.mpg >> final.mpg it creates the final.mpg but chops off a totally of 18 seconds. Its approximately 3.2 seconds of each mpg.
Does anyone know a better way to combine these files using bash without loosing those extra seconds?
Thanks in advance!
Upvotes: 1
Views: 541