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
I understand I can get the structured data via this: await FFProbe.AnalyseAsync(inputPath);
However, in addition to the nicely parsed data, I'd like a copy of the raw JSON outputed by ffprobe as well. Is there a method in the library that allows for this?
The text was updated successfully, but these errors were encountered:
jasonla
changed the title
Is there a way to get the raw JSON from ffprobe?
Is there a way to get the original raw JSON from ffprobe?
Nov 9, 2023
I understand I can get the structured data via this:
await FFProbe.AnalyseAsync(inputPath);
However, in addition to the nicely parsed data, I'd like a copy of the raw JSON outputed by ffprobe as well. Is there a method in the library that allows for this?
The text was updated successfully, but these errors were encountered: