Check out my first novel, midnight's simulacra!

FFmpeg

From dankwiki
Revision as of 17:12, 28 February 2021 by Dank (talk | contribs)

Best by test. The original quasi-legal, hyperbroad, coldly efficient library for decoding, encoding, and munging digital media.

Build options

  • --enable-gpl forces creation of GPL-only modules (including e.g. delogo). the resulting object is GPL-licensed.
  • --enable-nvenc forces use of NVENC (requires nv-codec-headers)


Recipes

Remove audio

ffmpeg -i INPUT -vcodec copy -an OUTPUT