ffmpeg-cli-wrapper icon indicating copy to clipboard operation
ffmpeg-cli-wrapper copied to clipboard

Adding support for frame data extraction into ffprobe command.

Open ndtreviv opened this issue 6 years ago • 5 comments
trafficstars

This also supports requirement mentioned in #138.

In this version -show_frames is included in the ffprobe command, and frame data is extracted and deserialised. This is accomplished by a new FFmpegFrameDeserializer class, which supports polymorphism in the frame types.

ndtreviv avatar Oct 31 '19 14:10 ndtreviv

It looks like https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz doesn't exist anymore (404). This is why the travis build is failing. Weren't my code, guv, honest!

ndtreviv avatar Oct 31 '19 15:10 ndtreviv

I super-duper want this pretty please!

ndtreviv avatar Nov 01 '19 16:11 ndtreviv

Can we merge this?

sarat1669 avatar Jul 31 '20 23:07 sarat1669

Can we please add this change

psaisambasiva avatar Sep 16 '22 15:09 psaisambasiva

Sorry for the slow response. This change looks great. No comments, other than it now seems to have some simple merge conflicts. Please could you take a look.

bramp avatar Oct 26 '23 06:10 bramp