Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
608fb562
Commit
608fb562
authored
Feb 26, 2009
by
JP Dinger
Committed by
Rémi Denis-Courmont
Mar 04, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More wording fixes.
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
c1500fa3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
doc/demo.sh
doc/demo.sh
+8
-8
No files found.
doc/demo.sh
View file @
608fb562
...
...
@@ -16,7 +16,7 @@ CMD=""
pyschedelic
()
{
echo
-e
"
\n
- Psychedelic demo -
\n
configuration
\n
"
echo
-en
"Please chose an input. Live camera feeds are best.
\n
input? "
echo
-en
"Please cho
o
se an input. Live camera feeds are best.
\n
input? "
read
input
echo
-e
"
\n
$VLC
--sub-filter marq --marq-position 8 --marq-size 30 --marq-color 16776960 --marq-marquee
\"
VLC - Psychedelic video filter
\"
--vout-filter distort --distort-mode psychedelic
$input
"
}
...
...
@@ -24,9 +24,9 @@ pyschedelic()
gradient
()
{
echo
-e
"
\n
- Gradient demo -
\n
configuration
\n
"
echo
-en
"Please chose an input. Live camera feeds are best.
\n
input? "
echo
-en
"Please cho
o
se an input. Live camera feeds are best.
\n
input? "
read
input
echo
-en
"Please chose a logo to display (or multiple logos according to the --logo-file syntax)
\n
logo? "
echo
-en
"Please cho
o
se a logo to display (or multiple logos according to the --logo-file syntax)
\n
logo? "
read
logofile
echo
"new a broadcast enabled loop
setup a input
$input
...
...
@@ -39,9 +39,9 @@ control a play" > "`pwd`/demo.vlm"
mosaic
()
{
echo
-e
"
\n
- Mosaic demo -
\n
configuration
\n
"
echo
-en
"Please chose a background input.
\n
background input? "
echo
-en
"Please cho
o
se a background input.
\n
background input? "
read bg
echo
-en
"Please chose a video to blend.
\n
video? "
echo
-en
"Please cho
o
se a video to blend.
\n
video? "
read
vid
echo
"new a broadcast enabled loop
setup a input
$vid
...
...
@@ -54,7 +54,7 @@ control a play" > "`pwd`/demo.vlm"
opengl
()
{
echo
-e
"
\n
- OpenGL cube demo -
\n
configuration
\n
"
echo
-en
"Please chose an input.
\n
input? "
echo
-en
"Please cho
o
se an input.
\n
input? "
read
input
echo
-e
"
\n
$VLC
-V opengl --opengl-effect transparent-cube
$input
"
}
...
...
@@ -62,7 +62,7 @@ opengl()
wall
()
{
echo
-e
"
\n
- Video wall demo -
\n
configuration
\n
"
echo
-en
"Please chose an input.
\n
input? "
echo
-en
"Please cho
o
se an input.
\n
input? "
read
input
echo
-en
"Do you want to use rotated laptops/screens ?
\n
[y/N] "
read
rot
...
...
@@ -96,7 +96,7 @@ case "$choice" in
3
)
mosaic
;;
4
)
opengl
;;
5
)
wall
;;
*
)
echo
"
Wrong answer ...
try again"
;
exit
1
;;
*
)
echo
"
Unrecognized input, please
try again"
;
exit
1
;;
esac
echo
-e
"
\n
Use the previous command to run the demo."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment