Package Details: mingw-w64-ffmpeg 1:7.1-3

Git Clone URL: https://aur.archlinux.org/mingw-w64-ffmpeg.git (read-only, click to copy)
Package Base: mingw-w64-ffmpeg
Description: Complete solution to record, convert and stream audio and video (mingw-w64)
Upstream URL: https://ffmpeg.org
Licenses: GPL-3.0-only
Submitter: kfg
Maintainer: kfg
Last Packager: kfg
Votes: 7
Popularity: 0.000000
First Submitted: 2013-06-19 17:10 (UTC)
Last Updated: 2025-01-03 15:19 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

Martchus commented on 2021-05-12 10:49 (UTC)

It looks like you've forgot to upload the package mingw-w64-amf-headers (after adding a dependency to it here).

ssorgatem commented on 2020-11-20 10:35 (UTC)

Fails to build.

Seems to be the same issue as here, which is fixed upstream: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=972556

torbido commented on 2018-12-13 01:13 (UTC)

What a mess?!!!!!

kfg commented on 2017-04-14 08:07 (UTC)

@Martchus Thanks for pointing out the change in the Wiki. I also think that it's a good idea.

adomol commented on 2017-04-13 23:13 (UTC)

Thanks very much for the quick reply. The clarification is greatly appreciated. Also, your alternate pkgbuild is exactly what I was trying to do myself (with libfdk included). I will study both of these ffmpeg pkgbuild files for sure. Thanks again!

Martchus commented on 2017-04-13 22:49 (UTC) (edited on 2017-04-13 23:08 (UTC) by Martchus)

Just have a look at the PKGBUILD file itself to see that the executables are not part of the package (configure option --disable-programs). Note that the Wiki about mingw-w64 packages says that executables should be removed. However, I also find it useful to have them. Hence I'm using a custom version with executables: https://github.com/Martchus/PKGBUILDs/blob/master/ffmpeg/mingw-w64/PKGBUILD EDIT: I've just looked into the Wiki again and noticed that Schala removed the point about removing executables: https://wiki.archlinux.org/index.php?title=MinGW_package_guidelines&diff=prev&oldid=460210 A good idea in my opinion.

adomol commented on 2017-04-13 22:40 (UTC)

I posted this on the forum, but haven't found any help so far. So I'll post this here as well... I have built ffmpeg and all it's dependencies for windows from the PKGBUILDs in the AUR. The problem is that when I check under /usr/x86_64-w64-mingw32/bin/ I do not end up with any of the usual FFMPEG related binary executables such as ffmpeg.exe, ffplay.exe, or ffprobe.exe. I have many of the .exe files from various dependencies in there, and also the .dll files related to ffmpeg... avcodec, avformat, avresample and such. Am I looking in the wrong place or for the wrong binaries? This is my first attempt at cross-compiling for windows, any help would be greatly appreciated. Thanks!

Martchus commented on 2017-03-10 16:56 (UTC)

For this purpose I added mingw-w64-x264-bootstrap and mingw-w64-freetype2-bootstrap. Just build them before.

mohsen commented on 2017-03-10 16:14 (UTC)

Hi, I try to install this package with pacaur and yaourt both report recursive dependency. $ pacaur -S mingw-w64-ffmpeg :: Package mingw-w64-ffmpeg not found in repositories, trying AUR... :: resolving dependencies... tsort: -: input contains a loop: tsort: mingw-w64-cairo tsort: mingw-w64-librsvg tsort: mingw-w64-pango tsort: mingw-w64-harfbuzz tsort: -: input contains a loop: tsort: mingw-w64-cairo tsort: mingw-w64-librsvg tsort: mingw-w64-pango tsort: -: input contains a loop: tsort: mingw-w64-cairo tsort: mingw-w64-poppler tsort: -: input contains a loop: tsort: mingw-w64-freetype2 tsort: mingw-w64-harfbuzz tsort: -: input contains a loop: tsort: mingw-w64-freetype2 tsort: mingw-w64-harfbuzz tsort: -: input contains a loop: tsort: mingw-w64-x264 tsort: mingw-w64-ffmpeg tsort: -: input contains a loop: tsort: mingw-w64-x264 tsort: mingw-w64-ffmpeg :: dependency cycle detected How to solve this problem ?