FFmpegUniversal icon indicating copy to clipboard operation
FFmpegUniversal copied to clipboard

(Superseded by Mile.FFmpeg) Merged FFmpeg dynamic linked library for the Windows Universal Platform.

Results 3 FFmpegUniversal issues
Sort by recently updated
recently updated
newest added

here is the error: ``` \Users\LEE\Downloads\ffmpeg-snapshot\ffmpeg\Output\Windows10\x86\config.h: warning C4828: 文件包含在偏移 0x2da 处开始的字符,该字符在当前源字符集中无效(代码页 65001)。 c:\users\lee\downloads\ffmpeg-snapshot\ffmpeg\libavcodec\mf_utils.h(59): error C2143: 语法错误: 缺少“)”(在“*”的前面) c:\users\lee\downloads\ffmpeg-snapshot\ffmpeg\libavcodec\mf_utils.h(59): error C2143: 语法错误: 缺少“{”(在“*”的前面) c:\users\lee\downloads\ffmpeg-snapshot\ffmpeg\libavcodec\mf_utils.h(60): warning C4228: 使用了非标准扩展: 忽略声明符列表中逗号后面的限定符 c:\users\lee\downloads\ffmpeg-snapshot\ffmpeg\libavcodec\mf_utils.h(60): error C2143:...

Hi, As the title says this is not an issue. I need some assistance on how to consume the libav libs in my console app. I have a custom build...

When I compile ffmpeg with Visual Studio and msys2, it has a weird requirement of the path to run `configure`. In `BuildFFmpeg.sh`, it goes to **Output/FFmpeg_Temp/Static/x64** and run **../../../../FFmpeg/configure**. The...