-
Notifications
You must be signed in to change notification settings - Fork 32
Version History
Casey Bateman edited this page Jan 9, 2017
·
7 revisions
Version 4.0.0 - 1/9/2017
- Implemented timeout and process monitoring
- Changed base interfaces to allow timeout and output log retention length
Version 3.4.0 - 2/23/2016
- Added new samples
- Fixed numerous bugs
Version 3.3.0 - 7/1/2015
- Added
ASetPts`` and
ATrim``` filters - Fixed a bug with streamless filter chains
- Added new
.Filter()
to the Sugar syntax to make adding inpu streamless filters like ``aevalsrc``` easier
Version 3.2.0 - 6/17/2015
- Fix for issue where serialization of settings was not including necessary whitespace.
Version 3.1.0 - 6/17/2015
- Fix for issue where nuget package would not add references to the new libraries for Hudl.FFmpeg.Core, and Hudl.FFprobe
Version 3.0.0 - 6/08/2015
- New Project Structure
- Hudl.FFmpeg
- Hudl.FFprobe
- Hudl.FFmpeg.Core
- Improved Custom Settings Serialization
- Improved Custom Filters Serialization
- Improved Hudl.FFprobe Serializer
- Issue https://github.com/hudl/HudlFfmpeg/issues/15
- Support for Filters without input streams (nullsrc, aevalsrc, etc)
Version 2.1.0 - 10/20/2014
- Made the
ForStream
attribute public to allow custom settings and filters. - Made the
ContainsStream
attribute public to allow custom settings and filters.