1 Star 0 Fork 64

opsfast / aquila

forked from gozfree / aquila 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Aquila

Aquila is an app-level framework to process multimedia, aims to unify the different middleware SDK on generic level. It mainly support software encoding and decoding on CPU, and easily porting. It can be used on video surveillance, ipcam or drone.

Framework

  • algo algorithm
  • codec video enc/dec codecs
  • device video, audio and other multimedia source devices
  • playback video, audio and other multimedia sink devices
  • protocol network protocols
  • util utility

Libraries

This app is mostly based on libraries

Build

How to build aquila, please refer to INSTALL.md.

Documentation

The documentation is available in the doc/ directory.

Moral

Wiki: Aquila is the Latin and Romance languages word for eagle. Meaning fast, robust, intelligent, and good eyesight.

License

Aquila codebase is mainly LGPL-licensed with optional components licensed under GPL. Please refer to the LICENSE file for detailed information.

Usage

generate 264/yuv file from mp4

ffmpeg -i sample.mp4 -ss 0:0:00 -t 0:0:01 -vcodec h264 -s 320x240 -f m4v sample.264 ffmpeg -i sample.264 -s 320x240 -pix_fmt yuv422p sample_yuv422p.yuv ffplay -f rawvideo -pix_fmt yuv422p -video_size 320x240 sample_yuv422p.yuv

Framework

device ==> encode ==> decode ==> network ==> playback
v4l2       x264       h264       rtsp        sdl
fake       mjpeg                 rtmp
                                 rpc/mqtt

Author & Contributing

Welcome pull request to the project.
gozfree gozfree@163.com

空文件

简介

IPCamera摄像机,目标为支持UVC摄像头/树梅派/Hisi/Amba等多种SDK,方便产品落地 展开 收起
C
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
C
1
https://gitee.com/opsfast/aquila.git
git@gitee.com:opsfast/aquila.git
opsfast
aquila
aquila
master

搜索帮助