ffprobe: add print_section option to the compact writer

Allow to skip section name at the begin of each line. Possibly simplify
output.
This commit is contained in:
Stefano Sabatini
2012-09-10 13:36:27 +02:00
parent f740c1a9c2
commit 0c71d5a077
2 changed files with 10 additions and 1 deletions

View File

@@ -268,6 +268,11 @@ containing a newline ('\n'), a carriage return ('\r'), a double quote
Perform no escaping.
@end table
@item print_section, p
Print the section name at the begin of each line if the value is
@code{1}, disable it with value set to @code{0}. Default value is
@code{1}.
@end table
@section csv