A command line tool for processing video and audio Codecs.

Process

  1. DEMUX a given file into frames
  2. Decode into uncompressed raw frames
  3. Perform some filter or operation (optional)
  4. Encoded
  5. MUX into a single file

Converting Codecs

ffmpeg -i input.mp4 out.mov

Extra Tools