VideoHelp Forum




+ Reply to Thread
Page 6 of 6
FirstFirst ... 4 5 6
Results 151 to 160 of 160
  1. Originally Posted by autodidact View Post
    I haven't changed ffmpeg defaults but if that is a desired change and simple to implement I would consider it.
    @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
    Quote Quote  
  2. Member
    Join Date
    Mar 2024
    Location
    germany
    Search Comp PM
    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
    Quote Quote  
  3. 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 .
    Quote Quote  
  4. Member
    Join Date
    Mar 2024
    Location
    germany
    Search Comp PM
    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
    Quote Quote  
  5. Member
    Join Date
    Feb 2004
    Location
    United States
    Search Comp PM
    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.

    QAAC only does LC and HEv1. It can use some of the audiotoolkit filters while it works.
    Source:https://wiki.hydrogenaudio.org/index.php?title=Apple_AAC
    PB
    Quote Quote  
  6. Member
    Join Date
    Mar 2024
    Location
    germany
    Search Comp PM
    Oh okay, thats a bit weird but thanks for the information
    Quote Quote  
  7. Member manolito's Avatar
    Join Date
    Jun 2009
    Location
    Germany
    Search Comp PM
    Originally Posted by manolito View Post
    I have no idea if this ETA information is directly taken from the console or if it is recalculated by the GUI. Whatever, it works fine under FFmpeg 7.x, and it fails under FFmpeg 8.x.
    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
    manolito
    Last edited by manolito; 10th May 2026 at 16:25.
    Quote Quote  
  8. Member
    Join Date
    Mar 2024
    Location
    germany
    Search Comp PM
    is it possible to use FhG AAC (Winamp) "enc_fhgaac.dll" with ffmpeg?
    Quote Quote  
  9. Originally Posted by geextah_2 View Post
    is it possible to use FhG AAC (Winamp) "enc_fhgaac.dll" with ffmpeg?
    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.

    Code:
    ffmpeg -i input.wav -f wav - | fhgaacenc --vbr 6 --ignorelength - output.m4a
    Use a full path to the folder with fhgaacenc.exe as well as the location of your input file.
    Last edited by cholla; 16th May 2026 at 17:18.
    Quote Quote  
  10. Check this https://github.com/tmkk/fhgaacenc , perhaps piping from ffmpeg is supported.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!