# FFmpeg_samples **Repository Path**: jie-xio/ffmpeg_samples ## Basic Information - **Project Name**: FFmpeg_samples - **Description**: 自己学习或练习FFmpeg的一些demo等 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-09-05 - **Last Updated**: 2024-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FFmpeg_samples #### 介绍 自己学习或练习FFmpeg的一些demo等 ffmpeg-5.0-x64-自己编译.rar 是我自己编译的带有这些编解码器的版本: configuration: --prefix=./install --toolchain=msvc --arch=x64 --enable-shared --enable-sdl2 --enable-libx264 --enable-gpl --enable-libfdk-aac --enable-nonfree --enable-libx265 [FFmpegDevices](./FFmpegDevices) : 关于设备的一些例子