

I don't have much experience with the modern capabilities of video editors. Then it just chooses the nearest i frame to my cut choices (if it displayed the i frame that would be good too) and does all the above stuff.

I mean the simplest and ideal process I can think of is: I toss the videos in the editor, i click an option to disable re-encoding, i choose the sections I want. So I wanted to know if there are any gui (video editors) that support this functionality of ffmpeg in a more manageable manner. But putting all this together and checking the video after getting each piece of information.turned into a very inefficient process. I looked up how to find the nearest i frame to try and get more accuracy when choosing times.

I currently can do it by using each command separately i.e.:įfmpeg -ss 00:00:00 -i input -to 00:00:00 -c copy outputĪnd then I'd concaticate the pieces I want together. I was trying to do the above with ffmpeg, but without re-encoding. Same as described in the link below think: removing commercials from a tv show. To illustrate: Say I want to delete the 10-11 minute point of a 20 minute video and create the new video of 19 minutes without re-encode.
