Files
hello-ffmpeg-linux/README.md
2025-09-18 23:04:31 +08:00

14 lines
313 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# hello_ffmpeg
这是开发环境搭建后测试FFmpeg安装版本的demo。克隆下来之后命令行执行下面的代码即可或者使用QtCreator打开基于CMake的项目。
> 使用之前请务必确保按照教程安装!!!
```bash
cd hello-ffmpeg-linux
mkdir build
cd build
cmake ..
make
```