- Added
HasStreams() bool
toAudio
to detect if a file has other video/subtitle/data/attachments streams. - Removed
Video() string
fromAudioWriter
- Added
StreamFile() string
toAudioWriter
- Removed
Video
fromOptions
- Added
StreamFile
toOptions
StreamFile
field in Options struct adds all streams (except audio) to a file, resulting in a file with one audio stream and all other non-audio streams from theStreamFile
file.