fluent-ffmpeg / node-fluent-ffmpeg

A fluent API to FFMPEG (http://www.ffmpeg.org)
MIT License
7.64k stars 874 forks source link

Adding a 'frames' array in returned data for ffprobe() call with '-show_frames' option #1153

Open pandominox opened 2 years ago

pandominox commented 2 years ago

Adding a 'frames' array in the returned data when calling ffprobe() with the '-show_frames' option, containing the entire set of information about video/audio frames. The current call of ffprobe() allows '-show_frames' option to be added, but the returned data does not contain this information, because of lack of this property (as array of 'frames') in the 'data' variable and not parsing the 'frame' blocks in the data returned in 'stdout' from the 'ffprobe' command.

prsauer commented 8 months ago

+1 for adding this - we have a patch package doing this in our repo now!