Releases: AlexEidt/Vidio
Releases · AlexEidt/Vidio
v1.5.1
1.5.0
Added functions for reading specific frames from video (contributed by @Krzysztofz01).
(video *Video) ReadFrame(n int) error
(video *Video) ReadFrames(n ...int) ([]*image.RGBA, error)
v1.4.2
v1.3.0
- Removed
AudioCodec() string
fromVideo
- Removed
AudioCodec() string
fromVideoWriter
- Removed
Audio() string
fromVideoWriter
- Added
HasStreams() bool
toVideo
to detect if file has other audio/subtitle/data/attachments streams. - Added
StreamFile() string
toVideoWriter
- Removed
AudioCodec
fromOptions
- Removed
Audio
fromOptions
- Added
StreamFile
toOptions
StreamFile
field inOptions
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 theStreamFile
file.
v1.2.0
- Added
NewVideoStreams
function to return a list ofVideo
structs representing every video stream in a file. - Added
Stream()
andMetaData()
getters toVideo
to return a videos stream index and raw metadata from ffprobe. - Buffered pipe output for strings rather than using fixed size buffers.
v1.1.3
Vidio 1.1.2
v1.1.2 Refactoring and Cleanup