PanjiNamjaElf / vsfiltermod

Automatically exported from code.google.com/p/vsfiltermod
GNU General Public License v3.0
0 stars 0 forks source link

[Avisynth] MaskSub() produces syntax error in call to Blackness() #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create an Avisynth script containing a call to Masksub().
2. Load the script in an appropriate program.
3. Observe error.

What is the expected output? What do you see instead?
MaskSub(string filename, int width, int height, float framerate, int
framecount) should produce a new clip containing rendered subtitles and
alpha channel suitable for compositing. Instead, an error is returned "The
named argument width to Blackness had the wrong type." 

What version of the product are you using? On what operating system?
This was tested with Avisynth 2.5.8 (32-bit) standard on Windows 7 64-bit,
using both the "original" and "mod" versions on the download page.

Please provide any additional information below.
This function was working in the original 2.39 modification by jfs.

Original issue reported on code.google.com by plant.ma...@gmail.com on 29 Apr 2010 at 6:41

GoogleCodeExporter commented 8 years ago
Edit: Sorry, this bug actually occurs on Avisynth 64-bit only (tested with 
JoshyD's
Avisynth 2.5.8 MT x64).

Original comment by plant.ma...@gmail.com on 30 Apr 2010 at 8:01

GoogleCodeExporter commented 8 years ago
Fixed by updating avisynth25.h from http://code.google.com/p/avisynth64/

Original comment by z0r...@gmail.com on 3 May 2010 at 4:58