I just used Aften (via AftenGUI 1.4) to convert a .wav file to .ac3. The audio clip was 41 minutes long. It took 5 seconds to convert it. I scanned through the converted file real quick and everything sounds OK. It just makes me a little nervous when things happen that quick. Granted, I just upgraded from my 9 year old PIII 550, so lots of things seem to be real fast.![]()
Just checkin'.
+ Reply to Thread
Results 1 to 21 of 21
-
44E
-
You say it is faster than other FFmpeg AC3 converters?
Recommends: Kiva.org - Loans that change lives.
http://www.kiva.org/about -
ed, I have nothing to compare it to, so I don't know what is faster. It just seemed like 5 seconds for a file that size was awful quick. I was pleasantly surprised. I didn't know what to expect, but I didn't expect 5 seconds.
By the time I thought to open task manager to check out how much resources it would take, it was done!
With my old PC, it took 3 hours to convert 1 hour of video (DV-AVI to Mpeg-2). Yesterday, it took 6 minutes to convert a 40 minute clip. I guess I just have to get used the new horsepower I have.44E -
I thought Aften just did audio.
Recommends: Kiva.org - Loans that change lives.
http://www.kiva.org/about -
It does. I was just giving another example of how I'm not used to the speed of my new PC.
The original intent of this topic was for another Aften user to say, "5 seconds to convert a 40 minute clip? Yeah, that's about right" or "Wow, that's slow/fast." I guess I didn't convey that very well.44E -
I just used Aften on a 57 min wave to AC3, took 61 seconds on my 2.4 GHz Athlon.
MPEG2 encodes with HCEnc go at about 22 fps with minimal filtering.
I did an animation a few days ago with some strong cleaning filters, it was grinding along at 0.6 fps. But I can still process more video overnight than I have time to watch, so I have no urgency to upgrade.
Originally Posted by edDV -
creamy, thanks for the reply.
If you feel like giving it a shot, you can download AftenGUI here. It's very small and there's nothing to install. You just run the .exe.
As far as me checking it... it plays, it has an .ac3 extension, it's 1/4 the size of the original .wav file, Bitrate: 384 kb/s, Codec: a52, Sample rate: 44100 Hz.44E -
-
Originally Posted by AlanHK
I'm looking through my stuff to see if I have a ~60 minute file to compare to your conversion time.44E -
I just converted a 62 minute clip in 9 seconds.
I looked through all the settings and didn't see where I could change the sample rate.44E -
Not sure about the whole aften gui thing - but - Aften is multithreaded and SSE2/SSE3 enabled. I've encoded litteraly 1,000's of files to ac3 for DVD Authoring, never an issue. Far, far, far supperior to previous ffmpeg a52 encodings - which notably have various levels of compatibility issues. These compatibility issues are/were one of the driving factors of creating Aften. AFAIK, some of the work done on aften was re-incorporated back into ffmpeg. To what level of inclusion, don't know, don't care. I'll stick with what works. No reason to fix what is not broke.
Haven't ever timed the length to encode a wav file to ac3 with aften. I can tell you it takes less than 5 minutes, and longer than 1 minute to encode a ~90 minute 48khz wav to 192kb stereo ac3 file with a dual core e8400. If I can remember I'll time it here shortly when I get some free CPU cycles.Linux _is_ user-friendly. It is not ignorant-friendly and idiot-friendly. -
Originally Posted by 44echo
As I said, I usually use Avisynth SSRC to to that, but I also have a batchfile using ffmpeg to do the sample rate then Aften to make AC3:
Code:for %%I in (%1) do ( p:\ffmpeggui\ffmpeg -i "%%I" -ar 48000 -f wav -vn -y - | p:\aften\aften.exe -b 192 - "%%~nI.ac3" )
-
Ok, so it's a little faster than a minute (30.5 seconds) for a 91
file
Code:time aften ballistic.wav ballistic.ac3 Aften: A/52 audio encoder Version 0.0.8 (c) 2006-2007 Justin Ruggles, Prakash Punnoor, et al. input format: WAVE Signed 16-bit little-endian 48000 Hz stereo output format: 48000 Hz stereo (2/0) SIMD usage: MMX SSE SSE2 SSE3 Threads: 2 progress: 100% | q: 240.6 | bw: 38.0 | bitrate: 192.0 kbps real 0m30.552s user 0m29.220s sys 0m1.981s
Linux _is_ user-friendly. It is not ignorant-friendly and idiot-friendly. -
Looks like this Aften GUI:
http://code.google.com/p/wavtoac3encoder/
also does sample rate. -
Originally Posted by AlanHKOriginally Posted by 44echoI think,therefore i am a hamster.
-
Originally Posted by johns0
-
Originally Posted by johns044E
-
-
The only way to test the integrity of the ac3 is to author it in a dvd/blu-ray and play it and see if it doesnt go out of sync in your player.
I think,therefore i am a hamster.
Similar Threads
-
HCbatchGUI - (batch processor for HCenc and Aften). Development Thread.
By freebird73717 in forum ProgrammingReplies: 253Last Post: 28th Nov 2012, 17:07 -
Installing Aften
By jsm1963 in forum AudioReplies: 2Last Post: 29th Nov 2007, 18:38 -
Aften vs Besweet vs Super vs AC3Fix vs working
By awesomer in forum AudioReplies: 2Last Post: 18th Nov 2007, 18:28 -
How to encode an Avi to dvd ready video and audio Using HCenc and Aften
By freebird73717 in forum User guidesReplies: 13Last Post: 14th Nov 2007, 14:16 -
How to change the audio from 44100 to 48000 using Aften?
By php111 in forum AudioReplies: 13Last Post: 2nd Oct 2007, 19:58