NickSwardh / YoloDotNet

YoloDotNet - A C# .NET 8.0 project for Classification, Object Detection, OBB Detection, Segmentation and Pose Estimation in both images and videos.
GNU General Public License v3.0
158 stars 28 forks source link

I got exception: Error extracting metadata from video. #17

Closed fongnx closed 2 months ago

fongnx commented 2 months ago

The details is:

at YoloDotNet.VideoHandler.VideoHandler.ExtractMetaData() at YoloDotNet.VideoHandler.VideoHandler.ProcessVideoPipeline(VideoAction step) at YoloDotNet.VideoHandler.VideoHandler.OnProcessCompleteEvent(Object sender, EventArgs e) at YoloDotNet.VideoHandler.ProcessHandler.HandleExitEvent(Object sender, EventArgs e) at YoloDotNet.VideoHandler.ProcessHandler.b6_2(Object sender, EventArgs e) at System.Diagnostics.Process.RaiseOnExited() at System.Diagnostics.Process.WaitForExit() at YoloDotNet.VideoHandler.ProcessHandler.RunProcess(Executable executable, String arguments) at YoloDotNet.VideoHandler.VideoHandler.Execute(String cmd, Executable exe) at YoloDotNet.VideoHandler.VideoHandler.GetVideoInfo() at YoloDotNet.VideoHandler.VideoHandler.ProcessVideoPipeline(VideoAction step) at YoloDotNet.VideoHandler.VideoHandler.OnProcessCompleteEvent(Object sender, EventArgs e) at YoloDotNet.VideoHandler.ProcessHandler.HandleExitEvent(Object sender, EventArgs e) at YoloDotNet.VideoHandler.ProcessHandler.b__6_2(Object sender, EventArgs e) at System.Diagnostics.Process.RaiseOnExited() at System.Diagnostics.Process.WaitForExit() at YoloDotNet.VideoHandler.ProcessHandler.RunProcess(Executable executable, String arguments) at YoloDotNet.VideoHandler.VideoHandler.Execute(String cmd, Executable exe) at YoloDotNet.VideoHandler.VideoHandler.PreProcess() at YoloDotNet.VideoHandler.VideoHandler.ProcessVideoPipeline(VideoAction step) at YoloDotNet.Data.YoloBase.RunVideo[T](VideoOptions options, Double confidence, Double iouThreshold, ModelType expectedModel) at YoloDotNet.Yolo.RunObjectDetection(VideoOptions options, Double confidence, Double iou) at Program.<

$>gObjectDetectionOnVideo|0_2() in D:\DESKTOP\ConsoleDemo\Program.cs:line 138 at Program.
$(String[] args) in D:\DESKTOP\ConsoleDemo\Program.cs:line 21