Skip to content

Releases: emcodem/avisynth_brawsource

0.2

12 Jul 16:51
Compare
Choose a tag to compare

Added static compilation to avoid need for vc redist installation on client
https://forum.doom9.org/showthread.php?t=185608

0.1

11 Jul 20:34
Compare
Choose a tag to compare
0.1 Pre-release
Pre-release

Ready for testing, please let me know your findings.

Usage like:
BrawSource("C:\temp\Filmplusgear-Helicopter-Ischgl-2019.braw")

Currently there is only one more parameter:
BrawSource("C:\temp\Filmplusgear-Helicopter-Ischgl-2019.braw",bits=32)

"bits" can be 8,16,32 where only 8 can have Alpha channel currently. Also there is no mode that just returns the original pix format as it stands.
Background is that BMD SDK does not seem to be able to tell me which pixel format the original has (without decoding a frame) and not all formats that BMD RAW can have are compatible with avisynth internal pix formats.
We use the BMD SDK builtin functionality for converting from the stored pix format to the selected output "bit" format.