Open kuochenwoo opened 1 year ago
We are facing the same issue too :(
Hi Maintainers, I've proposed a PR above. Can someone plz review it?
is this repo maintained? cant see any release or checkins since 9 months :(
Hi! We met this issue too. It would be great if you fixed this using the pull request above :)
When using ffmpegCore to transcoding for longer than 24hour, the following error is thrown:
We are using the latest versions of ffmepgCore of v5.1.0 And the related code snippet is:
Similar issue is also mentioned in: https://github.com/rosenbjerg/FFMpegCore/pull/170#issuecomment-1046876101
I guess this error is related to https://github.com/rosenbjerg/FFMpegCore/blob/main/FFMpegCore/FFMpeg/FFMpegArgumentProcessor.cs#L266 If the registered callback function tries to parse the TimeSpan string larger than “24:00:00”, then the parsing error would be thrown.