cut-the-crap
cut-the-crap copied to clipboard
Link directly against ffmpeg
At the moment we're using ffmpeg as a cli app. This is incredibly inefficient because we need to run various ffmpeg commands in sequence. Linking directly against the ffmpeg as a library would allow us much greater flexibility and setup the entire process as a stream.