https://github.com/lpg2709/videofileffmpegteste
Teste FFmpeg libraries, libAV.
https://github.com/lpg2709/videofileffmpegteste
Last synced: 9 months ago
JSON representation
Teste FFmpeg libraries, libAV.
- Host: GitHub
- URL: https://github.com/lpg2709/videofileffmpegteste
- Owner: lpg2709
- Created: 2021-01-18T20:16:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-18T20:35:37.000Z (almost 5 years ago)
- Last Synced: 2025-04-02T04:55:38.714Z (10 months ago)
- Language: C
- Size: 543 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# videoFileFFmpegTeste
Teste FFmpeg libraries, libAV.
## Dependencies
- FFmpeg libs
- C compiler (GCC) > 9.3.0
- CMake > 3.0
- pkg-config > 0.29.1
## Scripts
- ```run.sh``` - Execute the program with the file
- ```clear.sh``` - Clean the folder
- ```compile_debug.sh``` - Compile the code, for debug.
## Install FFmpeg
I recomand compile direct from source code.I have some problemes with the packages install.
```bash
git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
cd ffmpeg
./configure
make
make install
```