Hey,
I was wondering if there's a plugin or something that would allow you to load a TGA sequence as your video source in an AVISynth script. I'm guessing that if there is I'll have to specify a framerate as well. Any info is greatly appreciated.
+ Reply to Thread
Results 1 to 3 of 3
Thread
-
Happy to be here.
The following avisynth parameter will open a TGA file:-
ImageReader("D:\Capture 1\000000.TGA",0,0,25)
The "0's" are first and last frame number, the "25" is the framerate.
I don't know anything about TGA files though so I hope this is not misleading
Thanks very much.
I can only load a single image with the script you suggested, the first in the sequence. I can't seem to load the the entire sequence of images. I must be missing a step. Any ideas anyone?Happy to be here.
Similar Threads
-
can't get ffmpeg to convert video to image sequence
By wiseant in forum Video ConversionReplies: 11Last Post: 16th Mar 2012, 12:58 -
Converting .MTS to a .JPG image sequence?
By Krynj in forum Newbie / General discussionsReplies: 1Last Post: 30th Jun 2011, 21:14 -
CLI batch Vdub Image Sequence
By corsiva in forum Newbie / General discussionsReplies: 0Last Post: 8th Mar 2011, 12:49 -
best compression for image sequence movie ??
By mehdi0016 in forum Newbie / General discussionsReplies: 6Last Post: 26th Dec 2007, 09:17 -
AviSynth not recognizing source type (source is animation)
By happypyro in forum DVD RippingReplies: 1Last Post: 5th Sep 2007, 13:48
Statistics
Newest guides
Latest tool updates
New media comments



Quote