From 9997d41672478424b6ef8dfd924b8e9192f750c0 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 5 Jan 2012 01:04:14 +0100 Subject: ffprobe: add support to video frame information printing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add -show_frames option to ffprobe. Partially based on the work of Thomas Kuehnel for SOCIS 2011. The wicked idea of creating a special "packets_and_frames" container for structured formats (JSON and XML) comes from Clément. --- doc/ffprobe.xsd | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'doc/ffprobe.xsd') diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd index 93da1d4429..d6947649ff 100644 --- a/doc/ffprobe.xsd +++ b/doc/ffprobe.xsd @@ -9,6 +9,7 @@ + @@ -21,6 +22,12 @@ + + + + + + @@ -35,6 +42,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3