Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
a9410185
Commit
a9410185
authored
Feb 10, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
demo.sh: remove OpenGL effects
parent
df9c038d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
12 deletions
+2
-12
doc/demo.sh
doc/demo.sh
+2
-12
No files found.
doc/demo.sh
View file @
a9410185
...
@@ -51,14 +51,6 @@ control a play" > "`pwd`/demo.vlm"
...
@@ -51,14 +51,6 @@ control a play" > "`pwd`/demo.vlm"
echo
-e
"
\n
$VLC
--sub-filter mosaic:marq --marq-marque
\"
VLC - mosaic
\"
--marq-position 6 --mosaic-width 120 --mosaic-height 90 --mosaic-rows 1 --mosaic-cols 1 --mosaic-alpha 150 --extraintf telnet --telnet-host localhost --vlm-conf
`
pwd
`
/demo.vlm
$bg
"
echo
-e
"
\n
$VLC
--sub-filter mosaic:marq --marq-marque
\"
VLC - mosaic
\"
--marq-position 6 --mosaic-width 120 --mosaic-height 90 --mosaic-rows 1 --mosaic-cols 1 --mosaic-alpha 150 --extraintf telnet --telnet-host localhost --vlm-conf
`
pwd
`
/demo.vlm
$bg
"
}
}
opengl
()
{
echo
-e
"
\n
- OpenGL cube demo -
\n
configuration
\n
"
echo
-en
"Please choose an input.
\n
input? "
read
input
echo
-e
"
\n
$VLC
-V opengl --opengl-effect transparent-cube
$input
"
}
wall
()
wall
()
{
{
echo
-e
"
\n
- Video wall demo -
\n
configuration
\n
"
echo
-e
"
\n
- Video wall demo -
\n
configuration
\n
"
...
@@ -83,8 +75,7 @@ VLC cool demos script
...
@@ -83,8 +75,7 @@ VLC cool demos script
1. psychedelic video filter
1. psychedelic video filter
2. gradient video filter
2. gradient video filter
3. mosaic
3. mosaic
4. OpenGL cube
4. video wall
5. video wall
EOF
EOF
echo
-n
"demo number? "
echo
-n
"demo number? "
...
@@ -94,8 +85,7 @@ case "$choice" in
...
@@ -94,8 +85,7 @@ case "$choice" in
1
)
pyschedelic
;;
1
)
pyschedelic
;;
2
)
gradient
;;
2
)
gradient
;;
3
)
mosaic
;;
3
)
mosaic
;;
4
)
opengl
;;
4
)
wall
;;
5
)
wall
;;
*
)
echo
"Unrecognized input, please try again"
;
exit
1
;;
*
)
echo
"Unrecognized input, please try again"
;
exit
1
;;
esac
esac
...
...
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