kolak
27th June 2012, 00:48
I'm using this script to write intermediate file:
http://forum.doom9.org/showthread.php?p=1073371#post1073371
works fine, but not with MT. Once setmtmode is used script tries to create output file twice (or more times- same applies to qtoutput), but it can't because file is already open.
Any way to fix it?
update:
Just realized that it does not work the way I want it anyway. Twriteavi has to always be at the end of the script, which means it's always the same as whole output file.
How can I output 2 files as the same time, where one of them is eg rendered in Vdub and another is from the middle of the script, eg.
a=avisource()
b=qtgmc(a)
interframe(b)
How can I write file b during rendering whole script in Vdub. I would prefer some avi, but yuv will be also fine.
Thanks :)
http://forum.doom9.org/showthread.php?p=1073371#post1073371
works fine, but not with MT. Once setmtmode is used script tries to create output file twice (or more times- same applies to qtoutput), but it can't because file is already open.
Any way to fix it?
update:
Just realized that it does not work the way I want it anyway. Twriteavi has to always be at the end of the script, which means it's always the same as whole output file.
How can I output 2 files as the same time, where one of them is eg rendered in Vdub and another is from the middle of the script, eg.
a=avisource()
b=qtgmc(a)
interframe(b)
How can I write file b during rendering whole script in Vdub. I would prefer some avi, but yuv will be also fine.
Thanks :)