Conversation

Alice Averlong🏳️‍⚧️

UGH I hate concatenating video from two separate sources.

Does anyone know a ffmpegwrapper or anything that'll let me go "take this video, and then this video, and make them the same video format so they can be merged"?

I don't want to have to throw this into Davinci Resolve for a 3 second joke

2
0
0

@foone My go-to is https://github.com/mifi/lossless-cut so the convoluted ffmpeg interface is at least a graphical inteface but I haven’t converted any videos in the last few years

0
0
0
@foone my convoluted hack: convert the video into an image sequence (as PNG files on my hard drive), use a python script to manipulate the pixels, and then use ffmpeg to hack them back to a video
0
0
0