fahad
fahad

Reputation: 41

FFMPEG video output size is too long

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

Answers (0)

Related Questions