| Printable Version of Topic
Click here to view this topic in its original format |
| Unofficial VirtualDub Support Forums > Testing / Bug Reports > Sylia Error |
| Posted by: PeterPan May 7 2003, 03:31 PM |
| Hi, I just want to test the WMV-VCM codec. But i get a 'Sylia parse error' if i start the jobqueue. If i don't use the job control all works fine. There is no problem if i use XviD or DivX 5. The problem seems to be at the following line in the script: VirtualDub.video.SetCompData(7760,"AwBNUwAAAABYGwA.... there is no ');' at the end!! Is there some body who can help me? |
| Posted by: phaeron May 8 2003, 04:49 AM |
| Urk... There is a fixed line limit of 8K in the job output routine, but it appears the WM9 codec uses quite a large configuration struct -- 7K binary, about 10K BASE64 encoded. The answer is no, there is no workaround other than a code fix. |
| Posted by: PeterPan May 8 2003, 11:27 AM |
| Thank you for your answer Who corrects the code? |