Log in

View Full Version : Reduce auto gain in besweet and using avs script


1loser
21st January 2003, 23:39
When using Besweet, is it possible to reduce the auto gain by an amount, let's say 2 or 3 db?

Also, can I load an avisynth script into besweet?

DSPguru
22nd January 2003, 06:28
no. only by percentage (eg 95% of normalization, etc'..).

Darksoul71
23rd January 2003, 11:30
Hi,

BeSweet doesnīt support AVS as input natively. Have a look here:
http://forum.doom9.org/showthread.php?s=&threadid=41927
My tool VCF2AVS extracts the audio from an AVS file and saves it to wave. Afterwards itīs normalized and converted to the format you wish using a configurable BeSweet commandline.

-D$

sillKotscha
23rd January 2003, 13:13
Originally posted by Darksoul71
Hi,

BeSweet doesnīt support AVS as input natively.


btw, that would be great :D

regards Sill

P.S.: avi-input works so unbelievable good, great work Dg!!

DSPguru
23rd January 2003, 19:50
Originally posted by DSPguru
no. only by percentage (eg 95% of normalization, etc'..). my mistake :) ! it iZ possible to set -azid( -g -3db )
this will apply gain of maxgain-3db.

1loser
24th January 2003, 08:13
Originally posted by DSPguru
my mistake :) ! it iZ possible to set -azid( -g -3db )
this will apply gain of maxgain-3db. That's exactly what I was looking for. So I need to edit the script that besweet makes from -ota( -g max ) to -azid( -g -3db ).

I guess I can't use the besweet GUI to run it or can I?

I would like to know the difference between ota and azid.

Darksoul71,
I haven't taken a good look at "VCF2AVS" yet but thanks for this tool. I haven't used vcf files before.