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 has been archived by the owner on Oct 7, 2021. 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
The text was updated successfully, but these errors were encountered:
Current approach uses line parsing which is prone to errors. Since
FFprobe
supportsJSON
, updatinggetMediaInformation
implementation to use JSON will solve these errors and will allow flexibility in terms of getting uncommon properties.ffprobe
commandThe text was updated successfully, but these errors were encountered: