[vlc-commits] luaRC: provide deinterlace control
Jean-Baptiste Kempf
git at videolan.org
Sat May 21 23:53:00 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat May 21 23:02:55 2011 +0200| [79e3f3bf2899f729b88f65c38846b09068c89dc9] | committer: Jean-Baptiste Kempf
luaRC: provide deinterlace control
This would close #4321 , if cli.lua vout function were working
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=79e3f3bf2899f729b88f65c38846b09068c89dc9
---
share/lua/intf/cli.lua | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/share/lua/intf/cli.lua b/share/lua/intf/cli.lua
index f544987..13a6af9 100644
--- a/share/lua/intf/cli.lua
+++ b/share/lua/intf/cli.lua
@@ -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" } } };
More information about the vlc-commits
mailing list