mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-02-18 11:02:31 +00:00
parent
8f832b929c
commit
ec53c2ddc0
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ namespace FFMpegCore
|
|||
{
|
||||
return new MediaFormat
|
||||
{
|
||||
Duration = TimeSpan.Parse(analysisFormat.Duration),
|
||||
Duration = TimeSpan.Parse(analysisFormat.Duration ?? "0"),
|
||||
FormatName = analysisFormat.FormatName,
|
||||
FormatLongName = analysisFormat.FormatLongName,
|
||||
StreamCount = analysisFormat.NbStreams,
|
||||
|
|
Loading…
Add table
Reference in a new issue