yup, that too. if you don't like it guess you could set a system restore point lol, i eventually gave in since it's needed for a lot of DV apps now
Audio Geek Needed
Collapse
X
-
another method without .net is graphedit; if you wish to go this way, download it, go file-->render media file, select your wav, and post a screenshot of the graphComment
-
-
should go source-->demux-->decode-->mux-->output
download wavdest (attatched) and register.
run the file in graphedit again, select directsound, hit delete. go graph-->insert filters-->directshow filters, select 'wavdest', hit insert. select file writer, hit insert again, and tell it where to save your file, it'll be renamed.
connect the ac3filter to wav dest, connect wav dest to file writer by dragging. then hit the little play button, wait a little while, you should have a new wav fileAttached FilesLast edited by anonymez; 27 Jun 2006, 08:53 AM.Comment
-
plays great with media player
odd, it should work. anyway try this, remove ac3filter & acmwrapper, replace it with "PCM", (which is under "audio compressors" in the list) connect them up again, hit play button again
wav file-->wav parser-->PCM-->wav dest-->file writer
edit: just saw your edit; works?Last edited by anonymez; 27 Jun 2006, 09:31 AM.Comment
-
worked fine, except there was no wait a little while, in a second or two.
conversion worked, play fine and nero wants to burn but then how do you fit
an hour and half of audio on a cd?
gonna convert now to mp3 and tell friend to break up the wave recording into 1 hour chunks or less
thanks a lotComment
-
Glad to hear you fixed it...
I am at a computer camp now, using this LAN that supports ONLY port 80 outgoing, (CGI PROXIES TO THE RESCUE )
So I may not be on much, they don't give us many breaks since we have to learn stuffCYA Later:
d̃ŗf̉śŭp̣ễr̀çëǹt̉ếř
Visit my website!!
Cool Characters Make your text cool
My DVD CollectionComment
-
Originally Posted by anonymezbehappy (avisynth) to the rescue
try it http://workspaces.gotdotnet.com/behappy through directshowsource(), if you can play it, you can encode it
btw you'll need avisynth installed
just hate betatesting all this stuff on the beast, wanting to change to a bigger boot system drive so I need to trash it anyway
actually got it to lock last night with powerdvd and a bad dvdfab rip
in over 6 months that's a first, especally for a 40%+ overclock
Comment
-
Starting job SEconf.1.wav->SEconf.1.mp3
Found Audio Stream
Channels=6, BitsPerSample=16, SampleRate=8000Hz
enc_AudX_CLI.exe - "C:\Documents and Settings\bob\Desktop\paula\SEconf.1.mp3" --raw 8000 --q 1
Error: System.ApplicationException: Can't start encoder: The system cannot find the file specified ---> System.ComponentModel.Win32Exception: The system cannot find the file specified
at System.Diagnostics.Process.StartWithCreateProcess( ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at BeHappy.Encoder.createEncoderProcess(AviSynthClip x)
--- End of inner exception stack trace ---
at BeHappy.Encoder.createEncoderProcess(AviSynthClip x)
at BeHappy.Encoder.encode()Comment
-
remember it's the GUI that's the beta, not the encoding/decoding components. it's pretty stable. btw for full encoding capability you'll need a bunch of files, nicaudio.dll (goes into avisynth plugins folder), which you can get from the same link, lame.exe for mp3, which goes into behappy folder, ditto with flac.exe, oggenc2.exe, nero aac, etc
actually got it to lock last night with powerdvd and a bad dvdfab ripComment
-
Originally Posted by ChewyStarting job SEconf.1.wav->SEconf.1.mp3
Found Audio Stream
Channels=6, BitsPerSample=16, SampleRate=8000Hz
enc_AudX_CLI.exe - "C:\Documents and Settings\bob\Desktop\paula\SEconf.1.mp3" --raw 8000 --q 1
Error: System.ApplicationException: Can't start encoder: The system cannot find the file specified ---> System.ComponentModel.Win32Exception: The system cannot find the file specified
at System.Diagnostics.Process.StartWithCreateProcess( ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at BeHappy.Encoder.createEncoderProcess(AviSynthClip x)
--- End of inner exception stack trace ---
at BeHappy.Encoder.createEncoderProcess(AviSynthClip x)
at BeHappy.Encoder.encode()
get nicaudio.dll & lame as posted above, you're getting an error cause you're trying to encode audx 5.1 mp3 without the required components. go with lame mp3
should work with wavsource tooLast edited by anonymez; 27 Jun 2006, 11:15 PM.Comment
Comment