@autodidact Thanks for the consideration, it would be greatly appreciated if you could implement this easily in the Windows 7 builds, the original eac3to developer madshi had disabled DRC in his custom FFmpeg build, the concern is about preserving the original dynamic range there is some old discussion about it here https://ffmpeg.org/pipermail/ffmpeg-devel/2015-March/170771.html
+ Reply to Thread
Results 151 to 160 of 160
-
-
Does someone know how to use the apple aac_at in high efficiency 2 (aac_he_v2)
here it sais https://trac.ffmpeg.org/wiki/Encode/AAC#aac_at
Note: -profile option only accepts numeric values for aac_at encoder, e.g. 4 works as aac_he and 28 as aac_he_v2. (https://trac.ffmpeg.org/ticket/9574).
so "-profile:a 4" (aac_he) is working but "-profile:a 28" (aac_he_v2) just crashes -
I just tested with the version of ffmpeg I have
The -profile:a 28 fails with a bunch of errors.
I'm using the last 32-bit versions autodidact posted.
It is possible that a later version of audiotoolbox Encoder might be able to do this.
It probably would tale a later version of Windows than my Windows 7 32-bit.
Probably a 64-bit version of ffmpeg,audiotoolbox Encoder,& Windows could . -
This is crashing on latest ffmpeg 8.1.1 from this post https://forum.videohelp.com/threads/414767-ffmpeg-7-0-1-and-Windows-7/page3#post2781425
Im on Win 10 64bit, and also the latest audiotoolbox files from https://github.com/AnimMouse/QTFiles -
I think with aac_at the aac_he_v2 profile may only work directly on MacOS. On Windows we use the
audiotoolboxwrapper which is based on qaac and that only supports aac_he.
Source:https://wiki.hydrogenaudio.org/index.php?title=Apple_AACQAAC only does LC and HEv1. It can use some of the audiotoolkit filters while it works.PB -
Hi autodidact,
after some research I do know that the ETA calculation in the dmMediaConverter output screen does not get its ETA information directly from the FFmpeg console output. Instead it calculates the ETA data itself from the console output. And since the console output is different between FFmpeg 7 and 8, the ETA display will also be different.
Which means that I need to approach Marius Dalacu and ask him if and how dmMediaEncoder could be updated to spit out correct ETA values both for FFmpeg 7.x and FFmpeg 8.x ...
Cheers
manolitoLast edited by manolito; 10th May 2026 at 16:25.
-
I did find that this can be done.
From Pandy's link below:
http://tmkk.undo.jp/tools/fhgaacenc-20120624.zip
Extract to there own folder:
fhgaacenc.exe
libsndfile-1.dll
In order to use it you need to download the latest WinAmp installer (version 5.666, it seems) and extract the following files with a program such as 7zip. No need to install WinAmp, just extract the three files and put them in the same folder as fhgaacenc.exe.
enc_fhgaac.dll, libmp4v2.dll, nsutil.dll
This will complete the folder.It worked for the code I will post below.
There is one more file I found recommended: libsndfile-1.dll I found it is my AVIsynth plugins folder.
Use a full path to the folder with fhgaacenc.exe as well as the location of your input file.Code:ffmpeg -i input.wav -f wav - | fhgaacenc --vbr 6 --ignorelength - output.m4a
Last edited by cholla; 16th May 2026 at 17:18.
-
Check this https://github.com/tmkk/fhgaacenc , perhaps piping from ffmpeg is supported.
Similar Threads
-
FFmpeg Batch for Windows
By Eibol in forum Video ConversionReplies: 829Last Post: 1st May 2026, 18:34 -
Precompiled ffmpeg 4.3.6 binary for Windows
By Latha in forum Video ConversionReplies: 9Last Post: 4th Mar 2024, 15:24 -
ffmpeg? problem on Windows 11
By nasruddin in forum Video ConversionReplies: 14Last Post: 3rd Jan 2024, 15:18 -
Updated FFMpeg for Windows XP?
By rowjekto in forum Newbie / General discussionsReplies: 2Last Post: 16th Nov 2020, 08:51 -
How do you install FFMPEG on Windows XP or Windows 10?
By Guernsey in forum Newbie / General discussionsReplies: 8Last Post: 8th Oct 2020, 09:11



Quote