View Single Post
Old 29th July 2006, 10:52   #116  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,914
To open in AviSynth 2.56 32 bit waves we need BassAudioSource, if you install the last BeHappy
shon3i package you have BassAudioSource ready.

Sorry, I forget 1 line in 3wav1ac3.vbs (to work with paths with spaces):

'
aften = Chr(34) & aften & CHR(34) & Chr(32)
bepipe = Chr(34) & bepipe & CHR(34)
...
Edited in precedent post.

Now my log:
Code:
D:\Internet\AudioTest\usrmtl>"C:\Arquivos de programas\AftenGUI-1.1\bepipe.exe" --script "Import(^D:\Internet\AudioTest\usrmtl\Bueno_.avs^)" | "C:\Arquivos de programas\AftenGUI-1.1\aften.exe"  -b 448000 - "D:\Internet\AudioTest\usrmtl\Bueno_.ac3"

Aften: A/52 audio encoder
(c) 2006 Justin Ruggles

***************************************
 BePipe by dimzon
***************************************
Script used:
# BEGIN
Import("D:\Internet\AudioTest\usrmtl\Bueno_.avs")
# END


Scanning for Audio Stream...
Found Audio Stream
Channels=6, BitsPerSample=16, SampleRate=48000Hz (1)
Writing Header...
Writing Data...
Signed 16-bit 48000 Hz 6-channel
Done!                   0 | bw: 60.0 | bitrate: 448.0 kbps


D:\Internet\AudioTest\usrmtl>pause
Presione una tecla para continuar . . .
(1) Original wav are 32 bit float, after BassAudio-AviSynth 16 bit Int.

In your log:
"invalid wav file: -b"

Maybe you need the last aften 0.3 or _dev from Kurtnoise (the parameters order are inverted).
tebasuna51 is offline   Reply With Quote