Log in

View Full Version : BestSource (BS)


Pages : 1 [2]

Chikuzen
23rd December 2025, 04:15
Hi.
When opening 16-bit PNG with BSVideoSource, the R and B channels seem to be swapped.


BSVideoSource("https://media.xiph.org/sintel/sintel-4k-png16/00006661.png")
Spline36Resize(1024, 436)
G=last.showGreen()
B=last.showBlue()
R=last.showRed()
StackVertical(last, mergeRGB(B, G, R))

result:
https://i.imgur.com/yuCMay9.png

Myrsloik
25th December 2025, 21:57
Will be fixed in the next release

Deim0s
8th April 2026, 20:46
HI,
AviSynth+ 3.7.5
drc_scale=0 doesn't work on ac3 files.
BSAudioSource("file.ac3", drc_scale=0)
Dynamic range compression still applied.

Myrsloik
8th April 2026, 20:50
HI,
AviSynth+ 3.7.5
drc_scale=0 doesn't work on ac3 files.
BSAudioSource("file.ac3", drc_scale=0)
Dynamic range compression still applied.

How can you tell it's not applied?

Deim0s
8th April 2026, 21:15
ffmpeg -drc_scale 0 -request_sample_fmt flt -i input.ac3 -acodec pcm_f32le output.wav
screen
(https://s1.directupload.eu/images/260408/3osntje5.png)

FFAudioSource("file.ac3", drc_scale=0)
screen (https://s1.directupload.eu/images/260408/datenu74.png)

BSAudioSource("file.ac3", drc_scale=0)
screen (https://s1.directupload.eu/images/260408/yxwfkt4i.png)
Also if ffmpeg and FFAudioSource with drc_scale=1.

Myrsloik
14th May 2026, 16:12
ffmpeg -drc_scale 0 -request_sample_fmt flt -i input.ac3 -acodec pcm_f32le output.wav
screen
(https://s1.directupload.eu/images/260408/3osntje5.png)

FFAudioSource("file.ac3", drc_scale=0)
screen (https://s1.directupload.eu/images/260408/datenu74.png)

BSAudioSource("file.ac3", drc_scale=0)
screen (https://s1.directupload.eu/images/260408/yxwfkt4i.png)
Also if ffmpeg and FFAudioSource with drc_scale=1.

Fixed, R18 released with the fix.

Selur
14th May 2026, 16:53
Is there some experience how long it takes that a release ends up available through pip? (assuming it's done automated)
and right after posting new bestsource is available through pipt *gig*

Myrsloik
14th May 2026, 17:03
Is there some experience how long it takes that a release ends up available through pip? (assuming it's done automated)
and right after posting new bestsource is available through pipt *gig*

About 10 minutes unless a job randomly gets stuck. It got randomly stuck.