[SCM] libav/experimental: Extend documentation for format and noformat filters, and remove explicit reference to the ffmpeg tool command for keeping the docs more generic.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:20:51 UTC 2013


The following commit has been merged in the experimental branch:
commit f150e4dc2cffa7f9f0dd155587e8d7fcc715d5b7
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sun Dec 26 11:52:26 2010 +0000

    Extend documentation for format and noformat filters, and remove
    explicit reference to the ffmpeg tool command for keeping the docs
    more generic.
    
    Originally committed as revision 26098 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/doc/filters.texi b/doc/filters.texi
index ef1ce62..c4b132d 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -366,13 +366,14 @@ the next filter.
 The filter accepts a list of pixel format names, separated by ":",
 for example "yuv420p:monow:rgb24".
 
-The following command:
-
+Some examples follow:
 @example
-./ffmpeg -i in.avi -vf "format=yuv420p" out.avi
- at end example
+# convert the input video to the format "yuv420p"
+format=yuv420p
 
-will convert the input video to the format "yuv420p".
+# convert the input video to any of the formats in the list
+format=yuv420p:yuv444p:yuv410p
+ at end example
 
 @anchor{frei0r}
 @section frei0r
@@ -499,14 +500,15 @@ input to the next filter.
 The filter accepts a list of pixel format names, separated by ":",
 for example "yuv420p:monow:rgb24".
 
-The following command:
-
+Some examples follow:
 @example
-./ffmpeg -i in.avi -vf "noformat=yuv420p, vflip" out.avi
- at end example
+# force libavfilter to use a format different from "yuv420p" for the
+# input to the vflip filter
+noformat=yuv420p,vflip
 
-will make libavfilter use a format different from "yuv420p" for the
-input to the vflip filter.
+# convert the input video to any of the formats not contained in the list
+noformat=yuv420p:yuv444p:yuv410p
+ at end example
 
 @section null
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list