A command line tool for processing video and audio Codecs.
Process
- DEMUX a given file into frames
- Decode into uncompressed raw frames
- Perform some filter or operation (optional)
- Encoded
- MUX into a single file
Converting Codecs
ffmpeg -i input.mp4 out.mov