You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
Current approach uses line parsing which is prone to errors. Since FFprobe supports JSON, updating getMediaInformation implementation to use JSON will solve these errors and will allow flexibility in terms of getting uncommon properties.
Update parsing implementation
Allow media information extraction using custom ffprobe command