glic是GNU项目的标准C运行库。glibc 是 Linux 系统中最底层的API,几乎其它任何运行库都会依赖于glibc。
FFmpeg生成静音音频和黑屏视频命令
开发中有时需要生成静音音频或者纯色黑屏视频为便于测试或其他特殊应用场景,可以使用FFmpeg命令-f lavfi
来搞定。
Linux系统编译FFmpeg
强烈推荐使用系统源安装ffmpeg,例如:
sudo apt install ffmpeg
for Ubuntu。
当不能满足需求的时候再手动编译吧。
有些Linux发行版可以在线安装ffmpeg,但是因为版权关系不能包含我们所需的编码器,有时候还是需要手动编译。
下面介绍一些常见编码器的安装。libx264、libx265、libfdk-aac、libmp3lame、libvpx、libopus、libaom for AV1。不需要的可以不安装,最终ffmpeg configure不指定特定的编码器就可以了。
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.