Relative Content

Tag Archive for videoffmpeg

FFMPEG changes color when adding an image as first frame

I am using ffmpeg to add an image as a first frame. This one works but the issue is that the colors are being faded. My attempt was to check the color encoding of the input video and apply it to the output video but still the issue is there.

Use ffmpeg to match an image to source frames in video

I’m trying to write an application to split a single video into multiple pieces based on the appearance of a specific image. (Think title cards). I have video files that may have more than one episode or content inside of a single file and I want them split anywhere I find that title card or image.