mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gaudieffects: example pipelines with videoconvert
This commit is contained in:
parent
ad4ffc446f
commit
5800315447
7 changed files with 7 additions and 7 deletions
|
@ -52,7 +52,7 @@
|
|||
* <refsect2>
|
||||
* <title>Example launch line</title>
|
||||
* |[
|
||||
* gst-launch -v videotestsrc ! burn ! ffmpegcolorspace ! autovideosink
|
||||
* gst-launch -v videotestsrc ! burn ! videoconvert ! autovideosink
|
||||
* ]| This pipeline shows the effect of burn on a test stream
|
||||
* </refsect2>
|
||||
*/
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
* <refsect2>
|
||||
* <title>Example launch line</title>
|
||||
* |[
|
||||
* gst-launch -v videotestsrc ! chromium ! ffmpegcolorspace ! autovideosink
|
||||
* gst-launch -v videotestsrc ! chromium ! videoconvert ! autovideosink
|
||||
* ]| This pipeline shows the effect of chromium on a test stream
|
||||
* </refsect2>
|
||||
*/
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
* <refsect2>
|
||||
* <title>Example launch line</title>
|
||||
* |[
|
||||
* gst-launch -v videotestsrc ! dilate ! ffmpegcolorspace ! autovideosink
|
||||
* gst-launch -v videotestsrc ! dilate ! videoconvert ! autovideosink
|
||||
* ]| This pipeline shows the effect of dilate on a test stream
|
||||
* </refsect2>
|
||||
*/
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
* <refsect2>
|
||||
* <title>Example launch line</title>
|
||||
* |[
|
||||
* gst-launch -v videotestsrc ! dodge ! ffmpegcolorspace ! autovideosink
|
||||
* gst-launch -v videotestsrc ! dodge ! videoconvert ! autovideosink
|
||||
* ]| This pipeline shows the effect of dodge on a test stream
|
||||
* </refsect2>
|
||||
*/
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
* <refsect2>
|
||||
* <title>Example launch line</title>
|
||||
* |[
|
||||
* gst-launch -v videotestsrc ! exclusion ! ffmpegcolorspace ! autovideosink
|
||||
* gst-launch -v videotestsrc ! exclusion ! videoconvert ! autovideosink
|
||||
* ]| This pipeline shows the effect of exclusion on a test stream
|
||||
* </refsect2>
|
||||
*/
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
* <refsect2>
|
||||
* <title>Example launch line</title>
|
||||
* |[
|
||||
* gst-launch -v videotestsrc ! gaussianblur ! ffmpegcolorspace ! autovideosink
|
||||
* gst-launch -v videotestsrc ! gaussianblur ! videoconvert ! autovideosink
|
||||
* ]| This pipeline shows the effect of gaussianblur on a test stream
|
||||
* </refsect2>
|
||||
*/
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
* <refsect2>
|
||||
* <title>Example launch line</title>
|
||||
* |[
|
||||
* gst-launch -v videotestsrc ! solarize ! ffmpegcolorspace ! autovideosink
|
||||
* gst-launch -v videotestsrc ! solarize ! videoconvert ! autovideosink
|
||||
* ]| This pipeline shows the effect of solarize on a test stream
|
||||
* </refsect2>
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue