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 > Capturing and Editing Video > Avisynth Development
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 6th January 2005, 01:56   #61  |  Link
oldchicken
Registered User
 
Join Date: Oct 2004
Posts: 22
A little bit of progress

kassandro

I have managed to get it working from the command line with ogg2wav source.avs, unfortunately i get this wonderful message

Frame Buffer was too small for AVIStreamRead.

Then it resorts to creating a nice juicy wav for me, which brings great misery and tears of sadness (drama ack drama) at the end of the day i end up with a big wav and no ogg file what to do?

Also I have however been unable to get it to work via a right click when i try that then i get no action at all and those are the results i posted previously

By the way i am using xp with pack 2
oldchicken is offline   Reply With Quote
Old 6th January 2005, 16:51   #62  |  Link
kassandro
Registered User
 
Join Date: May 2003
Location: Germany
Posts: 502
Re: A little bit of progress

Quote:
Originally posted by oldchicken
kassandro

I have managed to get it working from the command line with ogg2wav source.avs, unfortunately i get this wonderful message

Frame Buffer was too small for AVIStreamRead.

Then it resorts to creating a nice juicy wav for me, which brings great misery and tears of sadness (drama ack drama) at the end of the day i end up with a big wav and no ogg file what to do?

Also I have however been unable to get it to work via a right click when i try that then i get no action at all and those are the results i posted previously

By the way i am using xp with pack 2
You probably have a too old version of avs2wav. The version I use can be downloaded from here.
kassandro is offline   Reply With Quote
Old 7th January 2005, 00:39   #63  |  Link
oldchicken
Registered User
 
Join Date: Oct 2004
Posts: 22
Yes sir you are correct looks like i was using an old version. I downloaded so many versions i guess i ended up confusing myself. Thanks for the assist, i finally got it working now

Only thing is i cant figure out how you pulled off the nifty trick of being able to do it with a right click. I have it setup in xp as an option to open avs files with the bat but i get no love. Any suggestions there?

Thanks again for your help!
oldchicken is offline   Reply With Quote
Old 4th January 2006, 06:10   #64  |  Link
raymod2
Registered User
 
Join Date: Jan 2005
Posts: 96
Quote:
Originally Posted by kassandro
You probably have a too old version of avs2wav. The version I use can be downloaded from here.
@kassandro: I just noticed a problem with avs2wav. When I use the following command I get a pop at the end of the clip:

avs2wav filter.avs - | faac -o audio.mp4 -

But if I use a 2-step process with an intermediate WAV file I do not get the pop:

avs2wav filter.avs audio.wav
faac -o audio.mp4 audio.wav

Is it possible some extraneous data is getting passed through standard input that doesn't belong in the output file?
raymod2 is offline   Reply With Quote
Old 5th January 2007, 12:40   #65  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,915
avs2wav don't work for me.
I test avs2wav.rar, from kassandro's post, who say me:
"Don't found MSVCP70.dll"
After search and put MSVCP70.dll I get:
Code:
avs2wav v1.0 by Jory Stone <jcsston@toughguy.net>
        Input: d:\Programa\Audio\0\Audio.avs
        Output: -
Scanning for Audio Stream...
Found Audio Stream
        Using stdout for WAV Output

Writing WAV Headers...
Scanning...
And I am still waiting the end.
Using Ctrl-C to stop the program I have a file with the correct DataLength expected but without data.

I found avs2wav-v1.1.zip, this version say me:
Code:
avs2wav v1.1 by Jory Stone <jcsston@toughguy.net>, stdout patch by kassandro
        Input: d:\Programa\Audio\0\Audio.avs
        Output: -
Scanning for Audio Stream...
Found Audio Stream
        Using stdout for WAV Output

Writing WAV Headers...
Gaining with a factor of 1.0000 ...
Took 0.00 seconds for the writing pass
And end, but the output file is always empty: a wav header with 0 data and DataLength = 0.

Bepipe works without problems for me.
tebasuna51 is online now   Reply With Quote
Old 5th January 2007, 13:39   #66  |  Link
MatMaul
Registered User
 
Join Date: Apr 2004
Posts: 402
same problem than tebasuna51 for me
MatMaul is offline   Reply With Quote
Old 5th January 2007, 13:50   #67  |  Link
vlada
Registered User
 
Join Date: Apr 2003
Location: Czech Republic
Posts: 752
I downloaded AVS2WAV from http://home.pages.at/kassandro/avs2wav.rar and then I downloaded msvcr70.dll and MSVCP70.DLL libraries. And I created AC3 without any problems using following command
Code:
avs2wav.exe "input.avs" - | aften.exe -b 224 -s 1 -m 1 -w 45 -dnorm 27 - "output.ac3"
vlada is offline   Reply With Quote
Old 5th January 2007, 13:52   #68  |  Link
Pookie
Registered User
 
Join Date: Apr 2005
Posts: 1,339
Look for sh0dan's new SoundOut plugin - a cool replacement for the hit and miss avs2wav.exe and the .net reliant Bepipe.exe

http://forum.doom9.org/showthread.php?t=120025
Pookie is offline   Reply With Quote
Old 5th January 2007, 14:16   #69  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,915
Quote:
Originally Posted by vlada View Post
I downloaded AVS2WAV from http://home.pages.at/kassandro/avs2wav.rar and then I downloaded msvcr70.dll and MSVCP70.DLL libraries. And I created AC3 without any problems using following command
Code:
avs2wav.exe "input.avs" - | aften.exe -b 224 -s 1 -m 1 -w 45 -dnorm 27 - "output.ac3"
Downloaded also msvcr70.dll and using kassandro/avs2wav.rar (v1.0) the process never end, using v1.1 empty output.

@Pookie, I also wait the sh0dan's new SoundOut plugin.
tebasuna51 is online now   Reply With Quote
Old 21st May 2011, 11:12   #70  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Sorry for digging out an old thread, but I recently made a stripped-down and clean-up version of avs2wav, which can be found here:
http://code.google.com/p/mulder/sour...2wav%2Favs2wav

It now also supports Unicode filenames. Well, at least in theory. For some reason AVIFileOpenW() will succeed with Unicode file names (even if the file does not exist), but will then fail to find any streams (even if the file does exist). At least this was my experience on Windows 7. Nonetheless Unicode names for the output Wave are no problem...

BTW: I also had a look at the "native" Avisynth API, which I would prefer over the VFW interface, but it seems there is no Unicode support at all. Or does it handle UTF-8 strings?


[UPDATES]

2011-05-22: Now using GetShortPathName() internally, which should solve the problem with Unicode file names most of the time.
2011-05-24: Now the application throws a warning, if the Wave file could not be finalized correctly or if the final size exceeds the 4 GB limit.
Attached Files
File Type: zip avs2wav.2011-05-24.zip (86.3 KB, 577 views)
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊

Last edited by LoRd_MuldeR; 24th May 2011 at 18:14.
LoRd_MuldeR is offline   Reply With Quote
Old 21st May 2011, 13:50   #71  |  Link
Gavino
Avisynth language lover
 
Join Date: Dec 2007
Location: Spain
Posts: 3,431
Quote:
Originally Posted by LoRd_MuldeR View Post
I also had a look at the "native" Avisynth API, which I would prefer over the VFW interface, but it seems there is no Unicode support at all. Or does it handle UTF-8 strings?
See the thread (ongoing over the last 5 years, and still not fully resolved)
Foreign Language characters in filenames
__________________
GScript and GRunT - complex Avisynth scripting made easier
Gavino 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 21:28.


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