init commit

This commit is contained in:
2025-09-17 17:52:33 +08:00
commit 83fd7f0387
2 changed files with 15 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
build/
*.user/

13
README.md Normal file
View File

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