Reputation: 41
I am trying to merge videos in FFmpeg reading through a .txt file, it merges the videos but increases the total timeline. Expected timeline is 2 minutes but after merging the videos the output file has a timeline of 18 hours.I am using the following command in my cmd:
ffmpeg -f concat -i mylist.txt -c copy output.mp4
Upvotes: 1
Views: 484