eugeneware / ffprobe

Use ffprobe to get info from media files and return as JSON
Other
96 stars 21 forks source link

wrong field type description #19

Open d-sphinx opened 1 year ago

d-sphinx commented 1 year ago
    "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?

morgan-wild commented 3 months ago

Same issue with 'nb_frames'.

Some parsing are missing :s