You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added HasStreams() bool to Video to detect if file has other audio/subtitle/data/attachments streams.
Added StreamFile() string to VideoWriter
Removed AudioCodec from Options
Removed Audio from Options
Added StreamFile to Options
StreamFile field in Options struct now adds all streams (except video) to a file, resulting in a file with one video stream and all other non-video streams from the StreamFile file.