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.

 

Go Back   Doom9's Forum > General > Audio encoding
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 17th August 2007, 22:56   #681  |  Link
Yobbo
Registered User
 
Join Date: Dec 2004
Posts: 145
well I got WavtoAC3Encoder here, which says it uses Aften 0.06. I just downloaded Wisodev's 0.07 R561 build from a few posts up... Now what do I do? Sorry to be a pain
Yobbo is offline   Reply With Quote
Old 18th August 2007, 07:32   #682  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
Just put it the GUI folder...
Kurtnoise is offline   Reply With Quote
Old 18th August 2007, 08:20   #683  |  Link
Yobbo
Registered User
 
Join Date: Dec 2004
Posts: 145
What exactly do I put in the gui's folder? The whole Aften folder (there's lots of stuff in there!). Or, just the Aften.exe which is in the Win32 subfolder? And also, where exactly do I pop it? In the Gui's main folder? Or in the Win32 subfolder? Or the "ansi" sub-subfolder? Sorry again for the newb questions!
Yobbo is offline   Reply With Quote
Old 19th August 2007, 21:22   #684  |  Link
Yobbo
Registered User
 
Join Date: Dec 2004
Posts: 145
No one can help me to update my Aften gui?
Yobbo is offline   Reply With Quote
Old 20th August 2007, 15:33   #685  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
If you use AftenGUI 1.4 and Aften.exe revision 561, you're up to date.

Then just put aften.exe in the same AftenGUI folder, load your files , choose a target bitrate and go !
Kurtnoise is offline   Reply With Quote
Old 20th August 2007, 22:12   #686  |  Link
Yobbo
Registered User
 
Join Date: Dec 2004
Posts: 145
OK thanks!!
Yobbo is offline   Reply With Quote
Old 21st August 2007, 12:14   #687  |  Link
DarkNite
Almost Silent Member
 
DarkNite's Avatar
 
Join Date: Jun 2002
Location: Purgatory
Posts: 273
I just wanted to drop in and say thank you to everybody working on Aften and AftenGUI. I appreciate it.

__________________
Rethinking the "Why?" chromosome.
DarkNite is offline   Reply With Quote
Old 22nd August 2007, 06:41   #688  |  Link
mltan
Registered User
 
Join Date: May 2007
Posts: 3
Hi! Just want to clarify this: " I have substituted the FFmpeg MDCT implementation with the one from libvorbis, which is faster. " - Justin @ Aftenblog

Because I found out that the one from libvorbis is based on "The use of multirate filter banks for coding of high quality digital audio" by Sporer et al. But this paper was presented a very long time ago (1992).

I am wondering why this has been chosen over other implementations and why there has been no updates since version 0.06 on this. If I am not mistaken, I think there are other more efficient methods, right?

How does it compare against other mdct implementation in terms of speed and quality, why is it "faster" then?

@wisodev and kurtnoise, i would just like to ask what you used to create the GUIs. (I am planning to create one that will operate stereo settings only)

Thank you very much!
mltan is offline   Reply With Quote
Old 22nd August 2007, 08:35   #689  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
mine's developped in Delphi. I would like to create a X-plateform GUI (gtk+ or something with the Aften API) but I 've a lack of time.
Kurtnoise is offline   Reply With Quote
Old 22nd August 2007, 10:19   #690  |  Link
wisodev
Registered User
 
Join Date: Nov 2006
Posts: 161
Quote:
Originally Posted by mltan View Post
@wisodev and kurtnoise, i would just like to ask what you used to create the GUIs. (I am planning to create one that will operate stereo settings only)

Thank you very much!
My GUI is created in Visual Studio 2005 using Visual C++. The app is based on MFC Dialog template. You can download latest source code of my app from Subversion repository (here you can browse online the source code) or just by downloading source package.

wisodev
wisodev is offline   Reply With Quote
Old 23rd August 2007, 07:11   #691  |  Link
mltan
Registered User
 
Join Date: May 2007
Posts: 3
GUI's

bout the GUIs: wow, that was fast! I'll probably check out the MSVC first since its the one im using now. to kurtnoise and wisodev,
mltan is offline   Reply With Quote
Old 30th August 2007, 02:24   #692  |  Link
sl1pkn07
Pajas Mentales...
 
Join Date: Dec 2004
Location: Spanishtán
Posts: 496
sl1pkn07@SpinFlo:~/aplicaciones$ svn co https://aften.svn.sourceforge.net/svnroot/aften aften-0.07-svn
........
Revisión obtenida: 561
sl1pkn07@SpinFlo:~/aplicaciones$ cd aften-0.07-svn/
sl1pkn07@SpinFlo:~/aplicaciones/aften-0.07-svn$ cmake .
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Check size of void*
-- Check size of void* - done
Please do an out-of-tree build:
rm -f CMakeCache.txt; mkdir -p default; cd default; cmake ..; make
CMake Error: in-tree-build detected
-- Configuring done
sl1pkn07@SpinFlo:~/aplicaciones/aften-0.07-svn$

use cmake version 2.4-patch 6 in Kubuntu X86_64
sl1pkn07 is offline   Reply With Quote
Old 30th August 2007, 04:46   #693  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
Quote:
Originally Posted by sl1pkn07 View Post
Please do an out-of-tree build:
rm -f CMakeCache.txt; mkdir -p default; cd default; cmake ..; make
it's clearly mentioned...
Kurtnoise is offline   Reply With Quote
Old 30th August 2007, 09:22   #694  |  Link
sl1pkn07
Pajas Mentales...
 
Join Date: Dec 2004
Location: Spanishtán
Posts: 496
VERY LOL!

sorry ><

im supposed that script worked for me :S

Last edited by sl1pkn07; 30th August 2007 at 09:25.
sl1pkn07 is offline   Reply With Quote
Old 3rd September 2007, 02:04   #695  |  Link
jruggle
Registered User
 
Join Date: Jul 2006
Posts: 276
Quote:
Originally Posted by mltan View Post
I am wondering why this has been chosen over other implementations and why there has been no updates since version 0.06 on this. If I am not mistaken, I think there are other more efficient methods, right?

How does it compare against other mdct implementation in terms of speed and quality, why is it "faster" then?
The main reason for using the libvorbis implementation was that the original MDCT was from FFmpeg, which was (and is still) not very fast. In fact, there is a discussion going on now at ffmpeg-devel about creating a new FFT (and hence MDCT) implementation.

Also, cpu-optimized versions of the libvorbis mdct were already out there ready to use. This wasn't part of the decision, but has been a definite advantage.

I'm sure there are faster implementations out there. At one time DarkAvenger was doing some experiments using FFTW with Aften. It was a while ago, so I don't remember if it was any faster.
jruggle is offline   Reply With Quote
Old 10th September 2007, 05:00   #696  |  Link
jruggle
Registered User
 
Join Date: Jul 2006
Posts: 276
I just released Aften 0.0.8. Yes, I changed the version numbering. I hope it's not too confusing. I think the new versioning scheme will be easier to use. Anyway, here is the Changelog.
  • fixed piped input from FFmpeg
  • added support for MPEG channel order remapping
  • restructured audio input. enables raw pcm file support.
  • bugfixes in MMX/SSE2 code
  • stack align hack for x86 MinGW with threads
  • API changes
  • SIMD and threads usage is shown and is configurable
  • screen output gets updated every 200ms to reduce load
  • SIMD detection changed to compiler-independent inline assembly, thus nasm/yasm not needed anymore
jruggle is offline   Reply With Quote
Old 12th September 2007, 03:22   #697  |  Link
patul
Registered User
 
Join Date: Sep 2005
Posts: 130
@wisodev: Any chance you would update your Wav to AC3 Encoder with this new release?

Last edited by patul; 12th September 2007 at 03:30.
patul is offline   Reply With Quote
Old 13th September 2007, 21:32   #698  |  Link
wisodev
Registered User
 
Join Date: Nov 2006
Posts: 161
Quote:
Originally Posted by patul View Post
@wisodev: Any chance you would update your Wav to AC3 Encoder with this new release?
Yep, I have just released new version of WAV to AC3 Encoder at version 0.5. You can download it from here (changelog and downloads archive).

Thanks,
wisodev

Last edited by wisodev; 16th September 2007 at 13:22.
wisodev is offline   Reply With Quote
Old 13th September 2007, 21:38   #699  |  Link
madshi
Registered Developer
 
Join Date: Sep 2006
Posts: 9,140
Quote:
Originally Posted by jruggle View Post
I just released Aften 0.0.8. Yes, I changed the version numbering. I hope it's not too confusing. I think the new versioning scheme will be easier to use. Anyway, here is the Changelog.
  • fixed piped input from FFmpeg
  • added support for MPEG channel order remapping
  • restructured audio input. enables raw pcm file support.
  • bugfixes in MMX/SSE2 code
  • stack align hack for x86 MinGW with threads
  • API changes
  • SIMD and threads usage is shown and is configurable
  • screen output gets updated every 200ms to reduce load
  • SIMD detection changed to compiler-independent inline assembly, thus nasm/yasm not needed anymore
Thank you. I appreciate especially the raw pcm file support. One question about this: Do you expect the same channel order in the raw pcm file as you do in the wav file? Or do you expect the Blu-Ray pcm channel order?
madshi is offline   Reply With Quote
Old 14th September 2007, 02:17   #700  |  Link
jruggle
Registered User
 
Join Date: Jul 2006
Posts: 276
Quote:
Originally Posted by madshi View Post
Thank you. I appreciate especially the raw pcm file support. One question about this: Do you expect the same channel order in the raw pcm file as you do in the wav file? Or do you expect the Blu-Ray pcm channel order?
Same channel order as WAVE unless you specify the option to change it. What channel order is Blu-Ray?
jruggle is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:25.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.