1 Star 0 Fork 64

wangscript1 / aquila

forked from gozfree / aquila 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
aquila.lua.record.debug 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
gozfree 提交于 2018-12-03 00:26 . record is ok, but with bug
aquila_global = {
videocap = {
type = "vdevfake",
device = "sample/sample_yuv422p.yuv",
format = "YUV422P",
width = 640,
height = 480,
},
audiocap = {
type = "alsa",
},
vencode = {
--type supported: mjpeg/x264
--type = "mjpeg",
type = "x264",
},
vdecode = {
type = "h264dec",
},
overlay = {
type = "timestamp",
offsetx = 0,
offsety = 0,
switch = "on",
},
record = {
type = "mp4",
file = "test.mp4",
},
playback = {
-- type supported sdl/snkfake
--type = "snkfake",
--format = "file",
type = "sdl",
--format = "rgb",
format = "yuv",
width = 640,
height = 480,
},
upstream = {
type = "rtmp",
port = 554;
},
filters = {
"videocap",
"vencode",
--"vdecode",
--"playback",
--"upstream",
"record",
},
graphs = {
{
source = "videocap",
sink = "vencode",
},
{
source = "vencode",
sink = "record",
},
},
}
return aquila_global
C
1
https://gitee.com/kingsmart/aquila.git
git@gitee.com:kingsmart/aquila.git
kingsmart
aquila
aquila
master

搜索帮助