Package Details: mingw-w64-ffmpeg 1:6.1-1

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: GPL3
Submitter: kfg
Maintainer: kfg
Last Packager: kfg
Votes: 7
Popularity: 0.000000
First Submitted: 2013-06-19 17:10 (UTC)
Last Updated: 2023-11-26 15:34 (UTC)

Latest Comments

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

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 ?

Martchus commented on 2016-05-18 21:51 (UTC) (edited on 2016-05-18 21:52 (UTC) by Martchus)

Added a bootstrap version of mingw-w64-x264 (which should be the package causing the circular dependency): https://aur.archlinux.org/packages/mingw-w64-x264-bootstrap/ I'm not using yaourt, so I don't know whether it is able to use that bootstrap package automatically or you have to build it explicitly first. You could also use my binary repo: https://martchus.no-ip.biz/repo/arch/ownstuff/ (Note that my packages also include x264.exe)

ElAngelo commented on 2016-05-18 15:52 (UTC)

if i try to install this with yaourt this leads to a circular dependency...

Martchus commented on 2016-03-16 17:02 (UTC)

I noticed that the static versions of the dependencies mingw-w64-{dcadec,libsoxr,vid.stab,xvidcore} are missing (or can not be found when linking in case of xvidcore). The static libs are actually quite easy to build, you can find the modified PKGBUILDs here: https://github.com/Martchus/PKGBUILDs I tried static linking only because I was investigating the ANGLE related issue discussed here: https://aur.archlinux.org/packages/mingw-w64-angleproject/ Despite the changes in the PKGBUILDs I'm unable to build mpv statically.(Dynamic linking works.) Here is the error log: https://gist.github.com/Martchus/bd6cc7ba8df26f9eac7b

Martchus commented on 2016-01-02 20:08 (UTC)

kfg: Thanks for taking the time to figure it out and adding the patch I proposed for mingw-w64-libssh. Apart from missing make dep in mingw-w64-vid.stab the packages build now.

kfg commented on 2015-12-26 14:43 (UTC)

@Martchus Found the Problem. The libssh pkg-config files contain Libs: -L -lssh instead of Libs: -L/usr/i686-w64-mingw32/lib -lssh and Libs: -L/usr/x86_64-w64-mingw32/lib -lssh Will fix it ASAP

Martchus commented on 2015-12-26 00:47 (UTC)

Getting a lot of linker errors: ... libavformat/libssh.o:libssh.c:(.text.unlikely+0x4e9): undefined reference to `sftp_open' libavformat/libssh.o:libssh.c:(.text.unlikely+0x500): undefined reference to `ssh_get_error' libavformat/libssh.o:libssh.c:(.text.unlikely+0x534): undefined reference to `sftp_fstat' libavformat/libssh.o:libssh.c:(.text.unlikely+0x576): undefined reference to `sftp_attributes_free' I'm using your mingw-w64-libssh package from AUR with an additional patch which seems to be build correctly. (See comment on mingw-w64-libssh)

ant32 commented on 2015-02-18 21:47 (UTC)

Sorry the build failure was caused by me by removing a patch from libopenjpeg