FFMPEG: seeking using a txt file
问题 I have 40 videos that I need to trim, so they would start at the 6th second and then combine them into a single video. I also have a list_of_movies.txt that contains the name of all the files I need to trim. This is my problem: When concatenating the videos to a single file, ffmpeg accepts: ffmpeg -f concat -i list_of_movies.txt -c copy output.mp4 but when trimming, it would not accept: ffmpeg -ss 00:00:06 -i list_of_movies.txt trimmed .mp4 What am I doing wrong? 回答1: If you want to trim each