-
Notifications
You must be signed in to change notification settings - Fork 5
Description
you did a great job, thank you for your job. When I import a csv file, I find an error like this:
Error: Exception thrown during processing
at FFMpegCore.FFMpegArgumentProcessor.HandleException(Boolean throwOnError, Exception e, IReadOnlyList1 errorData) at FFMpegCore.FFMpegArgumentProcessor.ProcessSynchronously(Boolean throwOnError, FFOptions ffMpegOptions) at BarChartRaceNet.Helpers.FFMpegHelper.Record(String outputFilePath, FrameworkElement element, Action1 drawChartAction, Int32 frameCount, CancellationToken token) in C:\Data\GitHub\BarChartRaceNet\src\BarChartRaceNet\Helpers\FFMpegHelper.cs:line 69
at BarChartRaceNet.ViewModels.ChartEditorViewModel.<>c__DisplayClass30_0.<b__0>d.MoveNext() in C:\Data\GitHub\BarChartRaceNet\src\BarChartRaceNet\ViewModels\ChartEditorViewModel.cs:line 139
So, how to solve this problem?