diff --git a/index.html b/index.html index 5854446..b9f8172 100644 --- a/index.html +++ b/index.html @@ -981,10 +981,10 @@
This very large lump of commands declares the input file and passes in a request for all potential data signal information for a file with one video and one audio track
-show_frames
asks for information about each frame and subtitle contained in the input multimedia stream
-show_versions
asks for information related to program and library versions
-
-of xml=x=1:q=1
sets the data export format to XML
+
-of xml=x=1:q=1
sets the data export format to XML
-noprivate
hides any private data that might exist in the file
| gzip
The | is to "pipe" (or push) the data into a compressed file format
-
>
redirects the standard output (the data made by ffprobe about the video)
+
>
redirects the standard output (the data made by ffprobe about the video)
input_file.qctools.xml.gz
names the zipped data output file, which can be named anything but needs the extension qctools.xml.gz for compatibility issues
@@ -1011,10 +1011,10 @@
This very large lump of commands declares the input file and passes in a request for all potential data signal information for a file with one video and one audio track
-show_frames
asks for information about each frame and subtitle contained in the input multimedia stream
-show_versions
asks for information related to program and library versions
-
-of xml=x=1:q=1
sets the data export format to XML
+
-of xml=x=1:q=1
sets the data export format to XML
-noprivate
hides any private data that might exist in the file
| gzip
The | is to "pipe" (or push) the data into a compressed file format
-
>
redirects the standard output (the data made by ffprobe about the video)
+
>
redirects the standard output (the data made by ffprobe about the video)
input_file.qctools.xml.gz
names the zipped data output file, which can be named anything but needs the extension qctools.xml.gz for compatibility issues
@@ -1484,7 +1484,7 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file - + @@ -1525,7 +1525,8 @@ e.g.: ffmpeg -f concat -safe 0 -i mylist.txt -c copy output_file - + +