n2000xyz / xy-vsfilter

Automatically exported from code.google.com/p/xy-vsfilter
0 stars 0 forks source link

AviSynth interface (and others?): colorspace matrix leaks from one script to another #130

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
AviSynth script:

    LoadPlugin("VSFilter.dll") 
    TextSub("first.ass")
    ...
    TextSub("second.ass")

first.ass contains
    YCbCr Matrix: TV.601

second.ass contains
    YCbCr Matrix: PC.601

first.ass is rendered incorrectly, using the PC.601 matrix. It renders 
correctly if second.ass is removed.

On rare occasions the first rendered subtitle of first.ass displays OK just 
after reloading the script, but it breaks soon after.

I did not test if other settings leak.

Original issue reported on code.google.com by palsto...@gmail.com on 30 Nov 2012 at 12:09

GoogleCodeExporter commented 8 years ago

Original comment by cyber.sp...@gmail.com on 14 Dec 2012 at 9:38