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 2nd November 2007, 16:37   #801  |  Link
wisodev
Registered User
 
Join Date: Nov 2006
Posts: 161
New version (1.0, using Aften SVN R606) of WAV to AC3 Encoder is available for download and also updated Aften binaries (SVN R606) are available for download.

wisodev
wisodev is offline   Reply With Quote
Old 2nd November 2007, 20:21   #802  |  Link
madshi
Registered Developer
 
Join Date: Sep 2006
Posts: 9,140
Good news!!

I wasn't able to produce any problems (hangs, crashes or strange command line outputs) with wisodev's latest R606 build, anymore! Cleaned up my source, much nicer looking now!

Thanks to DarkAvenger (and wisodev).

madshi is offline   Reply With Quote
Old 3rd November 2007, 14:41   #803  |  Link
raquete
Registered User
 
Join Date: Nov 2004
Location: Brazil
Posts: 745
great news wisodev,thank you and the whole team!

raquete is offline   Reply With Quote
Old 4th November 2007, 01:56   #804  |  Link
Chumbo
Registered User
 
Chumbo's Avatar
 
Join Date: Feb 2005
Posts: 585
Quote:
Originally Posted by wisodev View Post
New version (1.0, using Aften SVN R606) of WAV to AC3 Encoder is available for download and also updated Aften binaries (SVN R606) are available for download.

wisodev
Very much appreciated wisodev and DarkAvenger.
__________________
Chumbo
Chumbo is offline   Reply With Quote
Old 7th November 2007, 22:26   #805  |  Link
honai
Guest
 
Posts: n/a
Newbie question:

I have six WAV files (FL, FR, C, SL, SR, LFE) which I intend to feed into aften or WAV to AC3 Encoder. Am I correct to assume that these two programs don't support 6 mono WAVs input?

What would the sox commandline be to remux the mono file into a single 6-channel WAV with the correct channel order so that it can be encoded by WAV to AC3 Encoder? Or if sox can't do it, what would you suggest to use for muxing the mono files?

Last edited by honai; 7th November 2007 at 22:50.
  Reply With Quote
Old 8th November 2007, 02:14   #806  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,915
Quote:
Originally Posted by honai View Post
What would the sox commandline be to remux the mono file into a single 6-channel WAV with the correct channel order so that it can be encoded by WAV to AC3 Encoder? Or if sox can't do it, what would you suggest to use for muxing the mono files?
You can encode to ac3 directly with:
Code:
sox -M 1_FL.wav 2_FR.wav 3_C.wav 4_LFE.wav 5_SL.wav 6_SR.wav -t wav - | Aften - out6.ac3
You can use also WaveWizard (with the same order), to obtain 6-channel WAV greater than 4 GB (remember -readtoeof 1 parameter with Aften for >4 GB)
tebasuna51 is offline   Reply With Quote
Old 8th November 2007, 14:58   #807  |  Link
honai
Guest
 
Posts: n/a
Thanks!
  Reply With Quote
Old 8th November 2007, 22:32   #808  |  Link
Chainmax
Huh?
 
Chainmax's Avatar
 
Join Date: Sep 2003
Location: Uruguay
Posts: 3,103
Is channel coupling planned to be added in the future?
__________________
Read Decomb's readmes and tutorials, the IVTC tutorial and the capture guide in order to learn about combing and how to deal with it.
Chainmax is offline   Reply With Quote
Old 9th November 2007, 04:05   #809  |  Link
jruggle
Registered User
 
Join Date: Jul 2006
Posts: 276
Quote:
Originally Posted by Chainmax View Post
Is channel coupling planned to be added in the future?
Yes. I got it working once. Now I have to get it working again after all the threading changes. And I have to find the time. But yes, eventually.
jruggle is offline   Reply With Quote
Old 9th November 2007, 10:21   #810  |  Link
zambelli
Doom9ing since 2001
 
zambelli's Avatar
 
Join Date: Oct 2001
Location: Seattle, WA, USA
Posts: 2,002
Quote:
Originally Posted by wisodev View Post
New version (1.0, using Aften SVN R606) of WAV to AC3 Encoder is available for download and also updated Aften binaries (SVN R606) are available for download.
I just ran into this program today after googling "WAV AC3". Nice work!
zambelli is offline   Reply With Quote
Old 10th November 2007, 02:39   #811  |  Link
jruggle
Registered User
 
Join Date: Jul 2006
Posts: 276
Here is a patch for multiple mono input support in Aften. Testing and comments are welcome. It still needs a good bit of testing and cleanup before making it into SVN.

http://sourceforge.net/mailarchive/m...05%40gmail.com
jruggle is offline   Reply With Quote
Old 10th November 2007, 09:55   #812  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
Thanks Justin...

For those who want to test it, here is a build.

feedbacks welcome.

Last edited by Kurtnoise; 10th November 2007 at 14:49.
Kurtnoise is offline   Reply With Quote
Old 10th November 2007, 10:49   #813  |  Link
wisodev
Registered User
 
Join Date: Nov 2006
Posts: 161
Quote:
Originally Posted by jruggle View Post
Here is a patch for multiple mono input support in Aften. Testing and comments are welcome. It still needs a good bit of testing and cleanup before making it into SVN.

http://sourceforge.net/mailarchive/m...05%40gmail.com
Hi,

Test machine: AMD Athlon 64 X2 Dual Core Processor 3600+ 2.4Ghz, 3GB RAM, Microsoft Windows XP SP2

Used input files:
Code:
File:
	Name:		C.wav
	File Size:		514866
Format:
	Type:		Microsoft PCM
	Channels:	1
	Sample Rate:	44100 Hz
	Avg bytes/sec:	88200
	Block Align:	2 bytes
	Bit Width:		16
	Channel Mask:	0x004
Data:
	Start:		44
	Data Size:	514822
	Samples:		257411
	Playing Time:	5.84 sec
File:
	Name:		FL.wav
	File Size:		514866
Format:
	Type:		Microsoft PCM
	Channels:	1
	Sample Rate:	44100 Hz
	Avg bytes/sec:	88200
	Block Align:	2 bytes
	Bit Width:		16
	Channel Mask:	0x004
Data:
	Start:		44
	Data Size:	514822
	Samples:		257411
	Playing Time:	5.84 sec
File:
	Name:		FR.wav
	File Size:		514866
Format:
	Type:		Microsoft PCM
	Channels:	1
	Sample Rate:	44100 Hz
	Avg bytes/sec:	88200
	Block Align:	2 bytes
	Bit Width:		16
	Channel Mask:	0x004
Data:
	Start:		44
	Data Size:	514822
	Samples:		257411
	Playing Time:	5.84 sec
File:
	Name:		LFE.wav
	File Size:		514866
Format:
	Type:		Microsoft PCM
	Channels:	1
	Sample Rate:	44100 Hz
	Avg bytes/sec:	88200
	Block Align:	2 bytes
	Bit Width:		16
	Channel Mask:	0x004
Data:
	Start:		44
	Data Size:	514822
	Samples:		257411
	Playing Time:	5.84 sec
File:
	Name:		S.wav
	File Size:		514866
Format:
	Type:		Microsoft PCM
	Channels:	1
	Sample Rate:	44100 Hz
	Avg bytes/sec:	88200
	Block Align:	2 bytes
	Bit Width:		16
	Channel Mask:	0x004
Data:
	Start:		44
	Data Size:	514822
	Samples:		257411
	Playing Time:	5.84 sec
File:
	Name:		SL.wav
	File Size:		514866
Format:
	Type:		Microsoft PCM
	Channels:	1
	Sample Rate:	44100 Hz
	Avg bytes/sec:	88200
	Block Align:	2 bytes
	Bit Width:		16
	Channel Mask:	0x004
Data:
	Start:		44
	Data Size:	514822
	Samples:		257411
	Playing Time:	5.84 sec
File:
	Name:		SR.wav
	File Size:		514866
Format:
	Type:		Microsoft PCM
	Channels:	1
	Sample Rate:	44100 Hz
	Avg bytes/sec:	88200
	Block Align:	2 bytes
	Bit Width:		16
	Channel Mask:	0x004
Data:
	Start:		44
	Data Size:	514822
	Samples:		257411
	Playing Time:	5.84 sec
Used batch script (test-mono.cmd):
Code:
@echo on

rem TEST 3/2

aften FL.wav FR.wav C.wav LFE.wav SL.wav SR.wav -o t_32+LFE.ac3
aften -acmod 7 FL.wav FR.wav C.wav LFE.wav SL.wav SR.wav -o t_acmod7_32+LFE.ac3
aften -acmod 7 -lfe 0 FL.wav FR.wav C.wav SL.wav SR.wav -o t_acmod7_32.ac3

rem TEST 2/2

aften FL.wav FR.wav SL.wav SR.wav -o t_22.ac3
aften -acmod 6 FL.wav FR.wav SL.wav SR.wav -o t_acmod6_22.ac3

rem TEST 3/1

aften -acmod 5 -lfe 1 FL.wav FR.wav C.wav LFE.wav S.wav -o t_acmod5_31+LFE.ac3
aften -acmod 5 -lfe 0 FL.wav FR.wav C.wav S.wav -o t_acmod5_31.ac3

rem TEST 2/1

aften -acmod 4 -lfe 1 FL.wav FR.wav C.wav LFE.wav -o t_acmod4_21+LFE.ac3
aften -acmod 4 -lfe 0 FL.wav FR.wav C.wav -o t_acmod4_21.ac3

rem TEST 3/0

aften FL.wav FR.wav C.wav -o t_30.ac3
aften -acmod 3 FL.wav FR.wav C.wav -o t_acmod3_30.ac3

rem TEST 2/0

aften FL.wav FR.wav -o t_20.ac3
aften -acmod 2 FL.wav FR.wav -o t_acmod2_20.ac3

rem TEST 1/0

aften C.wav -o t_10.ac3
aften -acmod 1 C.wav -o t_acmod1_10.ac3

rem TEST 1+1

aften -acmod 0 FL.wav FR.wav -o t_acmod0_1+1.ac3
Test results:
Code:
$ test-mono.cmd

$ rem TEST 3/2

$ aften FL.wav FR.wav C.wav LFE.wav SL.wav SR.wav -o t_32+LFE.ac3

Aften: A/52 audio encoder
Version SVN
(c) 2006-2007 Justin Ruggles, Prakash Punnoor, et al.

input format (6 files):
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
output format: 44100 Hz 3/2 + LFE

SIMD usage: MMX SSE SSE2 SSE3
Threads: 2

progress: 100% | q: 477.8 | bw: 38.8 | bitrate: 448.0 kbps


$ aften -acmod 7 FL.wav FR.wav C.wav LFE.wav SL.wav SR.wav -o t_acmod7_32+LFE.ac3

Aften: A/52 audio encoder
Version SVN
(c) 2006-2007 Justin Ruggles, Prakash Punnoor, et al.

input format (6 files):
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
output format: 44100 Hz 3/2 + LFE

SIMD usage: MMX SSE SSE2 SSE3
Threads: 2

progress: 100% | q: 477.8 | bw: 38.8 | bitrate: 448.0 kbps


$ aften -acmod 7 -lfe 0 FL.wav FR.wav C.wav SL.wav SR.wav -o t_acmod7_32.ac3

Aften: A/52 audio encoder
Version SVN
(c) 2006-2007 Justin Ruggles, Prakash Punnoor, et al.

input format (5 files):
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
output format: 44100 Hz 3/2

SIMD usage: MMX SSE SSE2 SSE3
Threads: 2

progress: 100% | q: 480.2 | bw: 38.8 | bitrate: 448.0 kbps


$ rem TEST 2/2

$ aften FL.wav FR.wav SL.wav SR.wav -o t_22.ac3

Aften: A/52 audio encoder
Version SVN
(c) 2006-2007 Justin Ruggles, Prakash Punnoor, et al.

input format (4 files):
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
output format: 44100 Hz 2/2

SIMD usage: MMX SSE SSE2 SSE3
Threads: 2

progress: 100% | q: 478.8 | bw: 43.7 | bitrate: 384.0 kbps


$ aften -acmod 6 FL.wav FR.wav SL.wav SR.wav -o t_acmod6_22.ac3

Aften: A/52 audio encoder
Version SVN
(c) 2006-2007 Justin Ruggles, Prakash Punnoor, et al.

input format (4 files):
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
output format: 44100 Hz 2/2

SIMD usage: MMX SSE SSE2 SSE3
Threads: 2

progress: 100% | q: 478.8 | bw: 43.7 | bitrate: 384.0 kbps


$ rem TEST 3/1

$ aften -acmod 5 -lfe 1 FL.wav FR.wav C.wav LFE.wav S.wav -o t_acmod5_31+LFE.ac3

Aften: A/52 audio encoder
Version SVN
(c) 2006-2007 Justin Ruggles, Prakash Punnoor, et al.

input format (5 files):
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
output format: 44100 Hz 3/1 + LFE

SIMD usage: MMX SSE SSE2 SSE3
Threads: 2

progress: 100% | q: 484.3 | bw: 43.7 | bitrate: 384.0 kbps


$ aften -acmod 5 -lfe 0 FL.wav FR.wav C.wav S.wav -o t_acmod5_31.ac3

Aften: A/52 audio encoder
Version SVN
(c) 2006-2007 Justin Ruggles, Prakash Punnoor, et al.

input format (4 files):
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
output format: 44100 Hz 3/1

SIMD usage: MMX SSE SSE2 SSE3
Threads: 2

progress: 100% | q: 479.1 | bw: 43.7 | bitrate: 384.0 kbps


$ rem TEST 2/1

$ aften -acmod 4 -lfe 1 FL.wav FR.wav C.wav LFE.wav -o t_acmod4_21+LFE.ac3

Aften: A/52 audio encoder
Version SVN
(c) 2006-2007 Justin Ruggles, Prakash Punnoor, et al.

input format (4 files):
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
output format: 44100 Hz 2/1 + LFE

SIMD usage: MMX SSE SSE2 SSE3
Threads: 2

progress: 100% | q: 457.9 | bw: 35.8 | bitrate: 256.0 kbps


$ aften -acmod 4 -lfe 0 FL.wav FR.wav C.wav -o t_acmod4_21.ac3

Aften: A/52 audio encoder
Version SVN
(c) 2006-2007 Justin Ruggles, Prakash Punnoor, et al.

input format (3 files):
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
output format: 44100 Hz 2/1

SIMD usage: MMX SSE SSE2 SSE3
Threads: 2

progress: 100% | q: 461.0 | bw: 35.8 | bitrate: 256.0 kbps


$ rem TEST 3/0

$ aften FL.wav FR.wav C.wav -o t_30.ac3

Aften: A/52 audio encoder
Version SVN
(c) 2006-2007 Justin Ruggles, Prakash Punnoor, et al.

input format (3 files):
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
output format: 44100 Hz 3/0

SIMD usage: MMX SSE SSE2 SSE3
Threads: 2

progress: 100% | q: 461.0 | bw: 35.8 | bitrate: 256.0 kbps


$ aften -acmod 3 FL.wav FR.wav C.wav -o t_acmod3_30.ac3

Aften: A/52 audio encoder
Version SVN
(c) 2006-2007 Justin Ruggles, Prakash Punnoor, et al.

input format (3 files):
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
output format: 44100 Hz 3/0

SIMD usage: MMX SSE SSE2 SSE3
Threads: 2

progress: 100% | q: 461.0 | bw: 35.8 | bitrate: 256.0 kbps


$ rem TEST 2/0

$ aften FL.wav FR.wav -o t_20.ac3

Aften: A/52 audio encoder
Version SVN
(c) 2006-2007 Justin Ruggles, Prakash Punnoor, et al.

input format (2 files):
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
output format: 44100 Hz stereo (2/0)

SIMD usage: MMX SSE SSE2 SSE3
Threads: 2

progress: 100% | q: 447.7 | bw: 43.7 | bitrate: 192.0 kbps


$ aften -acmod 2 FL.wav FR.wav -o t_acmod2_20.ac3

Aften: A/52 audio encoder
Version SVN
(c) 2006-2007 Justin Ruggles, Prakash Punnoor, et al.

input format (2 files):
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
output format: 44100 Hz stereo (2/0)

SIMD usage: MMX SSE SSE2 SSE3
Threads: 2

progress: 100% | q: 447.7 | bw: 43.7 | bitrate: 192.0 kbps


$ rem TEST 1/0

$ aften C.wav -o t_10.ac3

Aften: A/52 audio encoder
Version SVN
(c) 2006-2007 Justin Ruggles, Prakash Punnoor, et al.

input format: WAVE Signed 16-bit little-endian 44100 Hz mono
output format: 44100 Hz mono (1/0)

SIMD usage: MMX SSE SSE2 SSE3
Threads: 2

progress: 100% | q: 495.1 | bw: 43.7 | bitrate: 96.0 kbps


$ aften -acmod 1 C.wav -o t_acmod1_10.ac3

Aften: A/52 audio encoder
Version SVN
(c) 2006-2007 Justin Ruggles, Prakash Punnoor, et al.

input format: WAVE Signed 16-bit little-endian 44100 Hz mono
output format: 44100 Hz mono (1/0)

SIMD usage: MMX SSE SSE2 SSE3
Threads: 2

progress: 100% | q: 495.1 | bw: 43.7 | bitrate: 96.0 kbps


$ rem TEST 1+1

$ aften -acmod 0 FL.wav FR.wav -o t_acmod0_1+1.ac3

Aften: A/52 audio encoder
Version SVN
(c) 2006-2007 Justin Ruggles, Prakash Punnoor, et al.

input format (2 files):
WAVE Signed 16-bit little-endian 44100 Hz mono
WAVE Signed 16-bit little-endian 44100 Hz mono
output format: 44100 Hz dual mono (1+1)

SIMD usage: MMX SSE SSE2 SSE3
Threads: 2

progress: 100% | q: 466.2 | bw: 43.7 | bitrate: 192.0 kbps


$
Download used binaries/sources with multi-mono support.

Download my test results.

It looks like Aften with multi-mono input works without any problems on my machine.

Thanks,
wisodev
wisodev is offline   Reply With Quote
Old 10th November 2007, 15:12   #814  |  Link
honai
Guest
 
Posts: n/a
Great, thanks!
  Reply With Quote
Old 10th November 2007, 18:39   #815  |  Link
jruggle
Registered User
 
Join Date: Jul 2006
Posts: 276
I added a new convenience parameter to the Aften commandline. You now have the option to use text to describe the channel configuration instead of -acmod and -lfe. The new parameter is -chconfig. Here is the help text for this option:
Code:
[-chconfig X]  Specify channel configuration (overrides wav header)
                   1+1 = (Ch1,Ch2)
                   1/0 = (C)
                   2/0 = (L,R)
                   3/0 = (L,R,C)
                   2/1 = (L,R,S)
                   3/1 = (L,R,C,S)
                   2/2 = (L,R,SL,SR)
                   3/2 = (L,R,C,SL,SR)
                   adding "+LFE" indicates use of the LFE channel
example:
aften -chconfig 3/2+LFE fivepointone.wav fivepointone.ac3

Last edited by jruggle; 10th November 2007 at 18:42.
jruggle is offline   Reply With Quote
Old 11th November 2007, 02:18   #816  |  Link
jruggle
Registered User
 
Join Date: Jul 2006
Posts: 276
Here is an updated multi-mono input patch against SVN-r614.

http://sourceforge.net/mailarchive/m...01%40gmail.com
jruggle is offline   Reply With Quote
Old 11th November 2007, 09:47   #817  |  Link
Yong
Registered User
 
Join Date: Jun 2004
Posts: 577
hmm aften crash for me
i try to encode some mp3 with aften -q 240 -s 1 -w -2 %s %d(in foobar2k)
it crashed in the middle of encoding, tried wisodev and my own compile also same.
removing variable adaptive bandwidnth option avoided the crash, am i doing something stupid?
Yong is offline   Reply With Quote
Old 11th November 2007, 12:52   #818  |  Link
DarkAvenger
HeadAC3he coder
 
DarkAvenger's Avatar
 
Join Date: Oct 2001
Posts: 413
Thx for the report. This is fixed now in svn, ie. won't crash, but it is nevertheless a not supported config. Specifying -q implies vbr, and vbr and var. adap. bandw. is not supported.
DarkAvenger is offline   Reply With Quote
Old 13th November 2007, 16:54   #819  |  Link
totya
Registered User
 
Join Date: Feb 2004
Posts: 127
Svn Revision r618

Hi all!

SVN REVISION r618 http://kurtnoise.free.fr/index.php?dir=Aften/ not working with AftenGUI on my system.
If I click encode button, immediately i get this message: "encoding finished succesfully!"
Input file is 48Khz waw file.
SVN REVISION 606 is OK (aften-svn-r606-icl10-win32-bin\aften_x86_SSE3)

Latest WAV to AC3 Encoder too not working - EncWAVtoAC3-1.0-Win32U-bin.zip
ex. I copy to dir libaftendll_x86_SSE3\libaften.dll, but application is say : "failed to load libaften".

Last edited by totya; 13th November 2007 at 17:03.
totya is offline   Reply With Quote
Old 13th November 2007, 17:23   #820  |  Link
wisodev
Registered User
 
Join Date: Nov 2006
Posts: 161
Quote:
Originally Posted by totya View Post
Hi all!

SVN REVISION r618 http://kurtnoise.free.fr/index.php?dir=Aften/ not working with AftenGUI on my system.
If I click encode button, immediately i get this message: "encoding finished succesfully!"
Input file is 48Khz waw file.
SVN REVISION 606 is OK (aften-svn-r606-icl10-win32-bin\aften_x86_SSE3)

Latest WAV to AC3 Encoder too not working - EncWAVtoAC3-1.0-Win32U-bin.zip
ex. I copy to dir libaftendll_x86_SSE3\libaften.dll, but application is say : "failed to load libaften".
WAV to AC3 Encoder version 1.0 uses by default aften-svn-r606-icl10-win32[win64]-bin binaries so it's strange that R606 binaries are working for you with Encoder.

The EncWAVtoAC3.win32 config file contains paths to used libaften.dll dll's. You need to edit this file if you use different libaften.dll or use it from different path.
wisodev 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 12:13.


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