ffprobe icon indicating copy to clipboard operation
ffprobe copied to clipboard

wrong field type description

Open d-sphinx opened this issue 3 years ago • 1 comments

	"ffprobe": "^1.1.2",
	"ffprobe-static": "^3.1.0",
	"@types/ffprobe": "^1.1.3",
	"@types/ffprobe-static": "^2.0.1",

in TS field 'duration' described as 'number | undefined' while in fact it is 'string'. mistake?

d-sphinx avatar Oct 26 '22 07:10 d-sphinx

Same issue with 'nb_frames'.

Some parsing are missing :s

morgan-wild avatar May 22 '24 22:05 morgan-wild