Page 1 of 1

FFmpeg libraries for Windows

Posted: Wed Apr 29, 2015 3:33 pm
by Sergey Tkachenko
For your convenience, we uploaded FFmpeg binary libraries on our site:
http://www.trichview.com/resources/thir ... ffmpeg.zip

It includes both 32-bit and 64-bit libraries.
32-bit DLLs are in build_ffmpeg_shared_32\bin\.
64-bit DLLs are in build_ffmpeg_shared_64\bin\.

Please do not link to this file. If you want to share it, place a copy on your website instead. We can remove this file at any time.

We are not associated with Ffmpeg development and take no responsibility or liability for the content of this file.

FFmpeg is licensed under the GNU Lesser General Public License (LGPL) version 2.1:
http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html

FFmpeg does not require special installation. Just place *.dll files in the folder of your application, or in any folder included in the PATH environment variable.
When uninstalling your application, simply delete these files.

Re: FFmpeg libraries for Windows

Posted: Tue Oct 02, 2018 5:50 pm
by Sergey Tkachenko
The version of FFmpeg above is rather old.
While the version above is ok for playing video, it offers a small count of codecs for encoding (and some of them were experimental).
I suggest taking newer version of FFmpeg from ffmpeg.zeranoe.com/builds/ (RVMedia 5.3 or newer is required to use the newest version of FFmpeg 4; choose the "Shared" option); or create your own build of FFmpeg.

Update 2020-09-21: Unfortunately, Zeranoe FFmpeg builds were closed.

Re: FFmpeg libraries for Windows

Posted: Mon Aug 10, 2020 10:07 am
by Sergey Tkachenko
IMPORTANT: do not use FFmpeg version 4.3.1, it crashes with RVMedia.
Use either older versions (4.2.1 and older), or newer versions (for example, ffmpeg-20200809-6e951d0-win32-shared is OK).

Re: FFmpeg libraries for Windows

Posted: Mon Sep 21, 2020 10:37 am
by Sergey Tkachenko
Since the old Zeranoe link does not work anymore, we need to find other download sources.

Two of them can be found here:
https://ffmpeg.org/download.html

Unfortunately, only Win64 builds are available.
I hope 32-bit libraries will be available too.

Re: FFmpeg libraries for Windows

Posted: Wed Mar 23, 2022 3:15 pm
by Sergey Tkachenko
RVMedia supports FFmpeg versions 2.x, 3.x, 4.x, 5.x