Fix documentation of qmlvideofx example

Make the documentation fit to the current state of the example.

Task-number: QTBUG-38121
Change-Id: I3379e3328d07ef8bcdb35a5e3821ab194c3443c4
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Reviewed-by: Sami Makkonen <sami.makkonen@digia.com>
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
This commit is contained in:
Niels Weber
2014-04-22 12:13:23 +02:00
committed by The Qt Project
parent 02c0229a05
commit 82d96105ce
12 changed files with 9 additions and 18 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 245 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 200 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 251 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 273 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 215 KiB

View File

@@ -46,31 +46,25 @@ advanced functionality - in this case, C++ code is used to calculate the QML
frame rate. This value is rendered in QML in a semi-transparent item frame rate. This value is rendered in QML in a semi-transparent item
overlaid on the video content. overlaid on the video content.
Finally, this application demonstrates the use of different top-level QML
files to handle different physical screen sizes. On small-screen devices,
menus are by default hidden, and only appear when summoned by a gesture.
Large-screen devices show a more traditional layout in which menus are
displayed around the video content pane.
The following screenshots show shader effects being applied. In each case, The following screenshots show shader effects being applied. In each case,
the effect is implemented using a fragment shader. the effect is implemented using a fragment shader.
Here we see an edge detection algorithm being applied to a video clip Here we see an edge detection algorithm being applied to a video clip
(\l{http://orange.blender.org/}{Elephant's Dream from blender.org}). (\l{http://durian.blender.org/}{Sintel from blender.org}).
\image qmlvideofx-video-edgedetection.png \image qmlvideofx-video-edgedetection.jpg
This image shows a page curl effect, applied to the same video clip. This image shows a page curl effect, applied to the same video clip.
\image qmlvideofx-video-pagecurl.png \image qmlvideofx-video-pagecurl.jpg
Here we see a 'glow' effect (edge detection plus colour quantization) being Here we see a 'glow' effect (edge detection plus colour quantization) being
applied to the camera viewfinder. applied to the camera viewfinder.
\image qmlvideofx-camera-glow.png \image qmlvideofx-camera-glow.jpg
This image shows a 'lens magnification' effect applied to the viewfinder. This image shows a 'wobble' effect applied to the viewfinder.
\image qmlvideofx-camera-magnify.png \image qmlvideofx-camera-wobble.jpg
The application includes many more effects than the ones shown here - look The application includes many more effects than the ones shown here - look
for Effect*.qml files in the list above to see the full range. for Effect*.qml files in the list of files below to see the full range.
\section1 Application structure \section1 Application structure
@@ -197,11 +191,8 @@ vertical dividing line, which can be dragged left / right by the user. Finally,
a \l{video/qmlvideofx/qml/qmlvideofx/ParameterPanel.qml}{ParameterPanel} item a \l{video/qmlvideofx/qml/qmlvideofx/ParameterPanel.qml}{ParameterPanel} item
renders the sliders corresponding to each effect parameter. renders the sliders corresponding to each effect parameter.
Here is the source selection menu: Here is the effect selection menu:
\image qmlvideofx-source-menu.png \image qmlvideofx-effects-menu.jpg
And here is the effect selection menu:
\image qmlvideofx-effects-menu.png
\section1 Calculating and displaying QML painting rate \section1 Calculating and displaying QML painting rate