5

I have a case where I need to insert a frame (or many frames) to the middle of a video. I looked at doing ffmpeg cutting, inserting, and then concatenation but unfortunately I have a lot of cuts and the "stitch back" has a lot of choppiness. My thought was that I could leave the video "whole" and then insert frames as the exact spot(s) that I need to do that. This way I would solve the choppiness problem.

I am currently using ffmpeg and don't really see any way to accomplish this task with that tool. Google doesn't seem to be providing much help either.

Has anyone done this before? What did you do to insert frames at specific spots.

As an FYI - I am doing my processing in Java, using FFMPEG, and my video files are mp4 (although I could convert).

Thank you in advance.

mornindew
  • 1,993
  • 6
  • 32
  • 54

0 Answers0