Various
17th February 2008, 04:26
Hi folks,
I have two clips that I want to dissolve.
One is an avs file that is itself a dissolve of several image files. When I open this in VirtualDub it shows up as uncompressed video.
a=AviSource("file1.avs")
The 2nd is an avi file. I have two versions of it: uncompressed and HuffyUV lossless compressed.
b=AviSource("file2.avi")
I have found that when I do...
c=Dissolve(a,b, 45)
If the b file is the compressed one, the dissolve fails in VirtualDub, which complains of incompatible clips in the dissolve.
If I use the uncompressed avi file, it works.
My question:
How can I make VirtualDub think that the avs file is HuffyUV-compressed?
If I use avi uncompressed file, my disc space will run out...
Thanks.
I have two clips that I want to dissolve.
One is an avs file that is itself a dissolve of several image files. When I open this in VirtualDub it shows up as uncompressed video.
a=AviSource("file1.avs")
The 2nd is an avi file. I have two versions of it: uncompressed and HuffyUV lossless compressed.
b=AviSource("file2.avi")
I have found that when I do...
c=Dissolve(a,b, 45)
If the b file is the compressed one, the dissolve fails in VirtualDub, which complains of incompatible clips in the dissolve.
If I use the uncompressed avi file, it works.
My question:
How can I make VirtualDub think that the avs file is HuffyUV-compressed?
If I use avi uncompressed file, my disc space will run out...
Thanks.