-
How to Extract frames from a vide, process them and then reinsert them in their respective places
Hello I am new to FFMPEG and am trying to find solution for my typical requirements.
I have a need for extracting a few frames from a given video file as JPEG files. Then process these files in Photoshop and after processing them I want to reinsert them into the same video file they were extracted from at their respective location.
Is such an operation possible using FFMPEG?
Thanks in advance.