Danux
18th February 2006, 04:22
Hi there,
In VirtualDub I can save an image seqeunce in one of three output formats (BMP, TGA, JPG). Can I do the same with AviSynth?
I only recently started reading about colourspace, and from what I understand, it is better to stay in YUV colourspace, then to have a conversion to RGB somewhere in the software process. In the past, using VirtualDub and saving targa sequences, this has not been an issue, because the image sequences were being processed by The GIMP (v2.2.10), which TMK, only works in RGB24. Want to take a kick at some tests with ImageMagick, though, and it is capable of working with .yuv files.
Was wondering, if I capture in YUV format (with, say , the Helix or YV12 codec) under Virtualdub, does this capture without the colourspace conversion that happens with HuffmanYUV captures? If it goes down without RGB conversion, can I then use AviSynth to pull the YV12 frames individually in sequence?
In VirtualDub I can save an image seqeunce in one of three output formats (BMP, TGA, JPG). Can I do the same with AviSynth?
I only recently started reading about colourspace, and from what I understand, it is better to stay in YUV colourspace, then to have a conversion to RGB somewhere in the software process. In the past, using VirtualDub and saving targa sequences, this has not been an issue, because the image sequences were being processed by The GIMP (v2.2.10), which TMK, only works in RGB24. Want to take a kick at some tests with ImageMagick, though, and it is capable of working with .yuv files.
Was wondering, if I capture in YUV format (with, say , the Helix or YV12 codec) under Virtualdub, does this capture without the colourspace conversion that happens with HuffmanYUV captures? If it goes down without RGB conversion, can I then use AviSynth to pull the YV12 frames individually in sequence?