On Saturday 06 Feb 2016 12:06:42 Neil Bothwick wrote: > I'm looking for a simple video editor to remove commercials from recorded > videos (MP4 format). I don't need fancy effects and I would prefer not to > transcode the video, just drop the bits I don't need. MythTV does this > very nicely with MPEG-1 videos, does anyone have any recommendations for > newer formats? > > Note: I have used eix before, I'm looking for recommendations not search > results.
I've used avidemux, simple and easy. For more involved jobs I have used cinelerra, which is a more professional tool with (much) more functionality than you might need. I have also used projectx (Java application running in MSWindows). However, these days I don't have any of these applications installed and just use 'ffmpeg -ss' to split the original file and 'ffmpeg -f concat' to stitch together the pieces which are of interest to me. I don't advocate this as an easy way to get the job done, but it works as intended each time. ;-) -- Regards, Mick
signature.asc
Description: This is a digitally signed message part.

