首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >VLC马赛克效果:通过Video Lan Manager / VLM使用现有电影源作为背景

VLC马赛克效果:通过Video Lan Manager / VLM使用现有电影源作为背景
EN

Stack Overflow用户
提问于 2011-11-28 19:22:42
回答 1查看 1.6K关注 0票数 0

如何使用VLM Video Lan Manager在VLC中使用现有的电影源作为背景?

我当前的VLM代码如下所示:

代码语言:javascript
复制
new isight broadcast
setup isight input qtcapture://
setup isight output #mosaic-bridge{chroma=YUVA,vfilter=alphamask{mask=../mask.png},width=320,height=240}
setup isight enabled

new background broadcast enabled
setup background input fake://
setup background option fake-file=/Users/imac/Desktop/bg.png
setup background option fake-aspect-ratio="4:3"
setup background option mosaic-width=400
setup background option mosaic-height=300
setup background option mosaic-keep-picture
setup background option mosaic-rows=1
setup background option mosaic-cols=1
setup background option mosaic-position=1 
setup background option mosaic-order=1,1,1,1
setup background output #transcode{sfilter=mosaic,vcodec=mp4v,vb=10000,scale=1,acodec=mp4a,ab=512}:bridge-in{delay=400,id-offset=100}:standard{access=file,mux=mp4,dst=test.mp4}

control isight play
control background play
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2011-12-21 10:46:08

您要查找的标志是--video-wallpaper

将以下内容添加到您的VLM中:

setup background option video-wallpaper=1

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/8295084

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档