Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
79e3f3bf
Commit
79e3f3bf
authored
May 21, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
luaRC: provide deinterlace control
This would close #4321 , if cli.lua vout function were working
parent
c5d8d051
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
share/lua/intf/cli.lua
share/lua/intf/cli.lua
+2
-0
No files found.
share/lua/intf/cli.lua
View file @
79e3f3bf
...
...
@@ -562,6 +562,8 @@ commands_ordered = {
{
"vratio"
;
{
func
=
skip
(
listvalue
(
"vout"
,
"aspect-ratio"
));
args
=
"[X]"
;
help
=
"set/get video aspect ratio"
}
};
{
"vcrop"
;
{
func
=
skip
(
listvalue
(
"vout"
,
"crop"
));
args
=
"[X]"
;
help
=
"set/get video crop"
;
aliases
=
{
"crop"
}
}
};
{
"vzoom"
;
{
func
=
skip
(
listvalue
(
"vout"
,
"zoom"
));
args
=
"[X]"
;
help
=
"set/get video zoom"
;
aliases
=
{
"zoom"
}
}
};
{
"vdeinterlace"
;
{
func
=
skip
(
listvalue
(
"vout"
,
"deinterlace"
));
args
=
"[X]"
;
help
=
"set/get video deintelace"
}
};
{
"vdeinterlace_mode"
;
{
func
=
skip
(
listvalue
(
"vout"
,
"deinterlace-mode"
));
args
=
"[X]"
;
help
=
"set/get video deintelace mode"
}
};
{
"snapshot"
;
{
func
=
common
.
snapshot
;
help
=
"take video snapshot"
}
};
{
"strack"
;
{
func
=
skip
(
listvalue
(
"input"
,
"spu-es"
));
args
=
"[X]"
;
help
=
"set/get subtitles track"
}
};
{
"hotkey"
;
{
func
=
hotkey
;
args
=
"[hotkey name]"
;
help
=
"simulate hotkey press"
;
adv
=
true
;
aliases
=
{
"key"
}
}
};
...
...
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