cut-the-crap icon indicating copy to clipboard operation
cut-the-crap copied to clipboard

Link directly against ffmpeg

Open jappeace opened this issue 5 years ago • 0 comments

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.

jappeace avatar May 23 '20 16:05 jappeace