Trim video without re-encoding using ffmpeg
I’ve been taking the time to learn ffmpeg and some of the really useful stuff you can do with this command line tool (CLI). Here’s one example of a situation I find myself in frequently and have not had a great solution until now. The ability to trim a video file without re-encoding! “Re-encoding” means loss of video quality in my mind. Not quite as bad as copying a VHS tape, known in the analog world as a “generation loss” Having the ability to trim a video file WITHOUT suffering any quality loss, that was a WOW ffmpeg moment for me. ...