hlo any programmer will compile latest ffmpeg.exe for 32 bit windows operating system
i found 32 bit ffmpeg online but it doesnot contained libfdk_aac
i want ffmpeg which has only
libfdk_aac (for audio encoding)
libx265 (for video encoding)
currently i dont have harddisk to setup developing enverment
running windows 7 32 bit os with 16gb memory card
[Attachment 62621 - Click to enlarge]
Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays!
+ Reply to Thread
Results 1 to 14 of 14
Thread
-
Anonymous543Guest
-
Anonymous543Guest
[Attachment 62625 - Click to enlarge]
it does not have libfdk_aac :/ -
The license of libfdk_aac is not compatible with GPL, so the GPL does not permit distribution of binaries containing incompatible code when GPL-licensed code is also included. Therefore this encoder have been designated as "non-free", and you cannot download a pre-built ffmpeg that supports it.
-
[d e l e t e d]
Last edited by El Heggunte; 30th Dec 2021 at 10:37. Reason: delete :-/
"Programmers are human-shaped machines that transform alcohol into bugs." -
Anonymous543Guest
I tried that suit today
First of all it required updated version of powershell
I updated that ,
then script worked
But it downloads so many softwares and programs like compilers libraries etc because of that my memory card gets full that's why it fails to complie my custom ffmpeg
If anyone have time then please make ffmpeg which have libfdk_aac and libx264(hevc) enabled for 32bit windows 7 -
You'll need to compile it yourself. The batch file in https://github.com/m-ab-s/media-autobuild_suite/archive/master.zip from https://github.com/m-ab-s/media-autobuild_suite makes it quite easy. It does take a quite a bit of disk space. The directory I am using for compiling uses about 18 GB.
-
Try http://rwijnsma.home.xs4all.nl/files/ffmpeg/?C=M;O=D
for example http://rwijnsma.home.xs4all.nl/files/ffmpeg/ffmpeg-4.5-1945-966fc3c-win32-shared-xpmod-sse.7z
with
http://rwijnsma.home.xs4all.nl/files/ffmpeg/libfdk-aac/libfdk-aac-2.0.2-2-573e93e-win32-xpmod-sse.7z
and
http://rwijnsma.home.xs4all.nl/files/ffmpeg/frei0r/frei0r-plugins-1.7.0-18-86475d3-win...2-xpmod-sse.7z
Should work OK for you i hope. -
Anonymous543Guest
-
Anonymous543Guest
[Attachment 62648 - Click to enlarge]
doesnot works
parameters was
Code:ffmpeg -i input.wmv -vn -c:a libfdk_aac -b:a 128k output.m4a
Code:ffmpeg -i input.wmv -vn -c:a libfdk_aac -b:a 128k output.aac
-
All 3 files, copy to single folder and unpack - as ffmpeg name says - this is shared library version and libraries that can't be distributed in complied ffmpeg are provided as separate dll's which are called and used by ffmpeg. Such way of distribution do not violate any license and you can use libfdk_aac and libx265 in one ffmpeg and as you requested directly this is win32 binary and Win XP compliant i.e. should work without problem in all Windows versions [now i will express my personal opinion] as limiting ffmpeg to Win 7 and higher is purely artificial and every open source software explicitly requiring windows 7 or higher should be punished without mercy - satisfying Microsoft business model is against open source idea!
Similar Threads
-
ffmpeg.exe with 33bit patch
By gre2gor in forum ProgrammingReplies: 0Last Post: 11th Dec 2019, 08:41 -
what would xp supporting ffmpeg.exe be? and win 10
By sommers in forum Newbie / General discussionsReplies: 4Last Post: 15th Oct 2018, 08:30 -
converting to 24 bit DTS using ffmpeg, but the getting 16 bit
By jbiribi in forum AudioReplies: 12Last Post: 17th Mar 2018, 22:34 -
ffmpeg to convert 4k/hdr10 to (i) h.264/10-bit/.mp4 (ii) h.265/10-bit/.mp4
By hydra3333 in forum Video ConversionReplies: 2Last Post: 10th Feb 2018, 19:49 -
ffmpeg.exe keeps crashing
By Randomletters in forum SVCD2DVD & VOB2MPGReplies: 14Last Post: 17th Jan 2017, 14:04