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. |
![]() |
#21 | Link |
Registered User
Join Date: Dec 2005
Location: Germany
Posts: 1,447
|
Can I save the output as a wav file with vspipe?
I tried Code:
c = core.core.bas.Source(r"d:\test.mp3") c.set_output(0) Code:
.\VSPipe.exe --wav .\bla.vpy - > asd.wav EDIT ok the problem was powershell, it works in CMD And it works with mkv (video) files too!
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth VapourSynth Portable FATPACK || VapourSynth Database || https://github.com/avisynth-repository Last edited by ChaosKing; 15th June 2020 at 10:51. |
![]() |
![]() |
![]() |
#22 | Link | |
Professional Code Monkey
Join Date: Jun 2003
Location: Ikea Chair
Posts: 2,279
|
Quote:
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
|
![]() |
![]() |
![]() |
#23 | Link |
Registered User
Join Date: Dec 2005
Location: Germany
Posts: 1,447
|
Ah, good to know thx.
My main goal was to pipe it directly to qaac which now works Code:
VSPipe.exe --wav bla.vpy - | qaac.exe -a 160 - -o xyz.m4a
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth VapourSynth Portable FATPACK || VapourSynth Database || https://github.com/avisynth-repository |
![]() |
![]() |
![]() |
#24 | Link |
Professional Code Monkey
Join Date: Jun 2003
Location: Ikea Chair
Posts: 2,279
|
Test6 posted.
Fixes clips with more than 2^31 samples in VS and adds 24 bit output to avisynth.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
![]() |
![]() |
![]() |
#25 | Link |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,067
|
where is the source code? or it's a closed source plugin?
__________________
See My Avisynth Stuff |
![]() |
![]() |
![]() |
#27 | Link | |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,067
|
Quote:
also aside from no index, it should did better than ffaudiosource or not?
__________________
See My Avisynth Stuff |
|
![]() |
![]() |
![]() |
#28 | Link |
Professional Code Monkey
Join Date: Jun 2003
Location: Ikea Chair
Posts: 2,279
|
It's big so YOU WILL RESPECT IT. No small weak ass 100kb dlls here. This is INDUSTRIAL SIZE AND STRENGTH with COMPLETE CORRECTNESS AND SUPERIORITY.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
![]() |
![]() |
![]() |
#29 | Link |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,067
|
lol, isn't because it used full ffmpeg with even video encoders? or at least that the case in ffms2 and LSMASHSource from what I remember from some doom9 posts back then
__________________
See My Avisynth Stuff |
![]() |
![]() |
![]() |
#30 | Link |
Registered User
Join Date: Dec 2005
Location: Germany
Posts: 1,447
|
BestAudioSource radiates so much dominance that it is the only dll on my system now! No more Ntdll.dll, no System32.dll only BestAudioSource.dll. Windows boots in 0.3 sec now
![]()
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth VapourSynth Portable FATPACK || VapourSynth Database || https://github.com/avisynth-repository |
![]() |
![]() |
![]() |
#32 | Link |
Professional Code Monkey
Join Date: Jun 2003
Location: Ikea Chair
Posts: 2,279
|
It's open source so anyone can compile it. I SHALL HOWEVER NOT SUPPORT THESE SLIGHTLY SMALLER BINARIES.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
![]() |
![]() |
![]() |
#34 | Link |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,067
|
that way better, but is this with BestAudioSource using full ffmpeg or with only audio decoders ffmpeg?
__________________
See My Avisynth Stuff |
![]() |
![]() |
![]() |
#37 | Link |
Registered User
Join Date: Jan 2020
Posts: 1
|
I'm getting a BestAudioSource.dll crash when piping a avs script via ffmpeg.
Same script works fine with FFMS2 on different files. Although FFMS2 has issues with audio on some files so that is why I wanted to start using BestAudioSource. Also BestAudioSource seems to work fine with other files as well. So might be something with this problematic file. Faulting application name: ffmpeg.exe, version: 0.0.0.0, time stamp: 0x00000000 Faulting module name: BestAudioSource.dll, version: 0.0.0.0, time stamp: 0x5f268cbf Exception code: 0xc0000409 Fault offset: 0x0000000000a30014 Faulting process id: 0x1960 Faulting application start time: 0x01d6bc40c325dec3 Faulting application path: C:\Tools\ffmpeg.exe Faulting module path: C:\Tools\BestAudioSource.dll Report Id: 3ba5cb97-1f96-47dc-a6a7-0193d0a5a162 Faulting package full name: Faulting package-relative application ID: I attached a log of "!analyze -v" of the dmp. It seems to point to BestAudioSource!VapourSynthPluginInit2+907594 (0xc0000409 - The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application.) |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|