From 4e1729875adda5477ea1f310738eceab2dc1cfd6 Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Sat, 6 Mar 2021 23:17:23 +0100 Subject: [PATCH] Update nuget info Former-commit-id: f40479e6978626f1b15e638858030951c43bbf0f --- FFMpegCore/FFMpegCore.csproj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/FFMpegCore/FFMpegCore.csproj b/FFMpegCore/FFMpegCore.csproj index ffbc8b8..69a8e61 100644 --- a/FFMpegCore/FFMpegCore.csproj +++ b/FFMpegCore/FFMpegCore.csproj @@ -9,8 +9,10 @@ 3.0.0.0 3.0.0.0 3.0.0.0 - - return null from FFProbe.Analyse* when no media format was detected -- Expose tags as string dictionary on IMediaAnalysis (thanks hey-red) + - Video filter args refactored to support multiple arguments +- Cancel improved with timeout (thanks TFleury) +- Basic support for webcam/mic input through InputDeviceArgument (thanks TFleury) +- Other fixes and improvements 8 4.0.0 MIT