| > * A replacement front-end for "ffmpeg", see above I have one of these too... It's kind of frightening how hard ffmpeg is to use without some kind of custom frontend. I have probably dozens of bash/python scripts to invoke ffmpeg for different common tasks. - One to extract audio - One to extract all the individual streams from a container - A couple different transcoding scripts - One specifically for gifs - One to crop video - A few that I can't remember the purpose of... and can't tell from reading the source |
With the exception of cropping I can do all of the above from memory. Maybe I just use ffmpeg a lot.