View Full Version : Wavi versus BePipe
stax76
29th August 2009, 14:30
I want to include one of both tools in StaxRip and wonder which is more suitable, does anybody know the pros and cons of both tools?
tebasuna51
29th August 2009, 18:22
Bepipe pros
- Don't need a explicit .avs file. A simple AviSynth commands can be written in command line.
(a temp avs file is written internally). A explicit .avs can be used with Import().
Bepipe cons
- Need .NET FrameWork v2.0 at least installed.
- A little bug make send the last buffer complete, with extra 0's bytes, and then the header fields RiffLength and DataLength are correct but incoherent with the data send.
Wavi pros
- You can output RAW data, standard WAV header or WAVE_FORMAT_EXTENSIBLE header selecting the mask channel.
- Maybe more fast than Bepipe.
Wavi cons
- You need a explicit .avs file
stax76
29th August 2009, 18:27
Thanks, I guess I favor Wavi then.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.