ffmpeg/ffprobe get last (few) frame info with show_frames

0

I am currently experimenting with ffmpeg and ffprobe.

I basically want to get info of last frame from "show_frames" but "show_frames" prints ALL the frames.

is there any way to filter this?

Ahmed-Anas

Posted 2014-12-11T09:29:58.170

Reputation: 203

Answers

0

No, ffprobe cannot do this for you (as far as I know). I had experimented with something similar in the past and was unable to find a solution using only ffprobe.

As a possible work around you may want to perform post-processing on the output.

dstob

Posted 2014-12-11T09:29:58.170

Reputation: 305