Talk:ImageSource
From Avisynth
Someone added "fps can't be smaller than 8 fps". Please use this discussion page for stating/discussing such stuff. Wilbert 11:38, 28 April 2007 (PDT)
Contents |
[edit] path and filename limitation
filenames cannot exceed 9 characters in length or else it will give an invalid argument error
[edit] missing frames
if there are breaks in the numerical sequence of filenames, imagesource will fill them in with black frames, instead of blank frames, so things which normally deal with blank frames such as interpolating between valid frames wont work
- You will have to rename the filenames, or use a plugin to load the images. Wilbert 83.85.221.196 18:14, 20 February 2009 (UTC)
[edit] ImageSourceAnim
I just switched to the newest alpha for ImageSourceAnim support, but I'm still being told that the function doesn't exist. Sad panda.
- It's available in CSV and it will go into alpha3 :) Btw, you can use ImmaRead the import animated stuff (or check out the csv version). Wilbert 17:42, 21 June 2010 (UTC)
[edit] TGA sequence Flipped
Using Avisynth 2.58 ImageSource with a sequence of TGA images produces a flipped (upside down) output. Example: I exported tga sequence with VirtualDub (RLE or uncompressed) and created avs with ImageSource("C:\mypath\frame-%04d.tga", 0, 2000, 24). You have to use FlipVerical to correct.
- This problem is fixed since 26-02-2010 in the 2.6 tree. The fix will be available in v2.60a3. Wilbert 14:39, 24 April 2011 (UTC)

