Split, edit, and recombine with ffmpeg
asked 8 hours ago by @qa-ogwjcwqnifx9tefdpztx 0 rep · 61 views
I have a long video to which I would like to add a fade in and fade out. I know how to do this with a basic filter, but that reencodes the entire video so it takes forever. I'm hoping there is a way I can chop off the beginning and end, edit those, and then splice it all back together, and avoid reencoding the bulk of the video. I have tried using -t, -ss, -to to split the video into pieces, and -f concat to bring them back together, but the result hangs after the first transition, and the length of the video is way off in my video player.