Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
![]() |
#61 | Link | |
Registered User
Join Date: Sep 2003
Location: Berlin, Germany
Posts: 3,067
|
Quote:
I am using libfdk-aac from within ffmpeg, it does sound pretty good, but VBR modes seem to be problematic. Cheers manolito Last edited by manolito; 24th May 2015 at 14:01. |
|
![]() |
![]() |
![]() |
#62 | Link |
Life's clearer in 4K UHD
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,185
|
I wonder if LoRd_MuldeR has thought about incorporating this (Fraunhofer FDK) 'open source' version of the AAC encoder into his LameXP audio encoding application?
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |
|
![]() |
![]() |
![]() |
#63 | Link | |
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,246
|
Quote:
https://forum.doom9.org/showthread.p...30#post1721930 ![]()
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ |
|
![]() |
![]() |
![]() |
#64 | Link |
Life's clearer in 4K UHD
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,185
|
Thanks
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |
|
![]() |
![]() |
![]() |
#65 | Link | |
Registered User
Join Date: Apr 2004
Posts: 1,315
|
Quote:
Fraunhofer developer (on hydrogenaudio board) has said that their FhG AAC encoder from Winamp still provides better quality than FDK. Some personal tests also indicates the same. So it's still Apple > FhG Winamp > FDK. |
|
![]() |
![]() |
![]() |
#67 | Link |
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,809
|
In StaxRip currently only wav and flac are defined as possible input formats, are there any other formats supported?
__________________
https://github.com/stax76/software-list https://www.youtube.com/@stax76/playlists |
![]() |
![]() |
![]() |
#68 | Link | |
Registered User
Join Date: Mar 2011
Posts: 4,800
|
Quote:
My main dislike when it comes to FDKAAC is the huge bitrate difference between the VBR quality settings, especially the higher -m 4 and -m 5 quality settings. -m 4 seems a bit low while -m 5 is too high. Although I found the gap can be closed somewhat by specifying a low pass filter in the command line. I settled on -w 18500 for both as it increases the low pass frequency for -m 4 and lowers it for -m 5 and seems to produce more sensible bitrates. http://wiki.hydrogenaud.io/index.php..._AAC#Bandwidth |
|
![]() |
![]() |
![]() |
#69 | Link |
German doom9/Gleitz SuMo
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,696
|
There are new dummies for the icudt55.dll as addition to makeportable for qaac.
|
![]() |
![]() |
![]() |
#70 | Link |
Moderator
![]() Join Date: Feb 2005
Location: Spain
Posts: 6,792
|
WARNING with last qaac 2.60 version:
http://forum.doom9.org/showthread.ph...18#post1782018
__________________
BeHappy, AviSynth audio transcoder. |
![]() |
![]() |
![]() |
#72 | Link |
Moderator
![]() Join Date: Feb 2005
Location: Spain
Posts: 6,792
|
For 5.1 all seems work fine.
I never use 7.1, my audio system is only 5.1 and can't test with a real player the differences but I don't like the patch applied. For 7.1 use qaac 2.59 and always output as .m4a, never like .aac (without --adts parameter).
__________________
BeHappy, AviSynth audio transcoder. |
![]() |
![]() |
![]() |
#73 | Link | ||
Registered User
Join Date: Mar 2002
Posts: 2,323
|
I wanted to transcode my 320kbps cbr mp3 radio captured files into something meaningful today, so I found qaac with the default preset (-V91 -q2). So I searched for a small but powerful GUI for it, hence I found BatchEncoder on GitHub yesterday: it reminds me MeGui and BeHappy, but can do batch processing with threading, supports loads of codecs and presets, it can download the only used latest utils (x32 or x64 version). Previously I've been written small batch scripts for this type of audio transcoding: no more
![]() Do I have to install AppleApplicationSupport64 to be able to use qaac? Isn't the CoreAudioToolbox.dll file enough itself? That's what I did: downloaded iTunes x64 and extracted AppleApplicationSupport and AppleApplicationSupport64 with 7zip, then installed x64 version. Quote:
Quote:
I've been wondering which output "container" to use for stereo music files, but since most of the players support raw aac streams, I don't care about tagging and mp3directcut only supports raw aac streams I don't see why m4a is better. Am I missing something?
__________________
Ryzen 5 2600,Asus Prime b450-Plus,16GB,MSI GTX 1060 Gaming X 6GB(v398.18),Win10 LTSC 1809,MPC-BEx64+LAV+MadVR,Yamaha RX-A870,LG OLED77G2(2160p@23/24/25/29/30/50/59/60Hz) | madvr config Last edited by chros; 20th January 2018 at 19:45. |
||
![]() |
![]() |
![]() |
#74 | Link | |
German doom9/Gleitz SuMo
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,696
|
Quote:
32 bit:
64 bit:
The "makeportable" batch file extracted all the DLL's from the iTunes64 installer which belong to iTunes' whole feature set; qaac needs only the encoder core. For encoding only, most of the content in the icudt55.dll is not required. But the file icudt55.dll can't be deleted, the encoder would refuse to work if it is not present. But you can replace the original files of several MB size with the tiny dummy DLL's, and the encoder still works. M4A is a subset of the MP4 container which contains useful information about the structure of the AAC audio in its header, which a "raw" AAC audio stream with only ADTS headers partially lacks of. Most of all, the ADTS header is not able to store the channel layout of audio with more than 5.1 channels. Last edited by LigH; 20th January 2018 at 19:54. |
|
![]() |
![]() |
![]() |
#75 | Link | |||
Registered User
Join Date: Mar 2002
Posts: 2,323
|
Quote:
![]() Quote:
Quote:
__________________
Ryzen 5 2600,Asus Prime b450-Plus,16GB,MSI GTX 1060 Gaming X 6GB(v398.18),Win10 LTSC 1809,MPC-BEx64+LAV+MadVR,Yamaha RX-A870,LG OLED77G2(2160p@23/24/25/29/30/50/59/60Hz) | madvr config |
|||
![]() |
![]() |
![]() |
#76 | Link | |
German doom9/Gleitz SuMo
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,696
|
Quote:
|
|
![]() |
![]() |
![]() |
#77 | Link | |
Registered User
Join Date: Mar 2002
Posts: 2,323
|
Quote:
And I just noticed that the above mentioned BatchEncoder has a thread here on doom9. ![]()
__________________
Ryzen 5 2600,Asus Prime b450-Plus,16GB,MSI GTX 1060 Gaming X 6GB(v398.18),Win10 LTSC 1809,MPC-BEx64+LAV+MadVR,Yamaha RX-A870,LG OLED77G2(2160p@23/24/25/29/30/50/59/60Hz) | madvr config |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|