|
|
| PeterPan |
| Posted: May 7 2003, 03:31 PM |
 |
|
Unregistered

|
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?
|
 |
| phaeron |
| Posted: May 8 2003, 04:49 AM |
 |
|

Virtualdub Developer
  
Group: Administrator
Posts: 7773
Member No.: 61
Joined: 30-July 02

|
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. |
 |
| PeterPan |
| Posted: May 8 2003, 11:27 AM |
 |
|
Unregistered

|
Thank you for your answer
Who corrects the code? |
 |