Xabe.FFmpeg uses only streams to operate on every media file. Most common conversions can be
done with few simple steps:
- Extract streams from input file or create new streams with outside source (e.g.
mp4 file)
- Manipulate with streams with embedded methods
- Add selected streams to conversion
- Set output
- Start conversion
Operating on streams (not on files) allows to work with multi-streams media files and single-stream files with the same way.