Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Update getMediaInformation implementation using JSON parsing #417

Closed
tanersener opened this issue May 8, 2020 · 2 comments
Closed

Update getMediaInformation implementation using JSON parsing #417

tanersener opened this issue May 8, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request fixed

Comments

@tanersener
Copy link
Owner

tanersener commented May 8, 2020

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
@tanersener tanersener added the enhancement New feature or request label May 8, 2020
@tanersener tanersener self-assigned this May 8, 2020
@tanersener
Copy link
Owner Author

tanersener commented May 9, 2020

Fixed in the development branch.

@tanersener
Copy link
Owner Author

Released in v4.4.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request fixed
Projects
None yet
Development

No branches or pull requests

1 participant