- Allow customizing the ffprobe binary path #22 by @lovesegfault
- Add StreamTags::{reel_name/timecode} fields
- Add
Default
impl forConfigBuilder
- Add
extra
field toFormatTags
#13 by @imLinguin
- Add
Format::get_duration
+Format::try_get_duration
accessors
- FIX: don't fail on missing
Format::size
values. Using a default empty string for now. The field will be changed toOption<_>
in the future.
- Add configuration system
- Add a
count_frames
setting If enabled, the-count_frames
option will be passed to ffprobe, which will do a full decode and count available frames.
- Provided more detailed error information #8
- Make some fields optional
- Change
Stream::codec_time_base
toOption<_>