
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
Why is my AVI file looking like a non-interlaced RGB file, when it should be
in the YUV Color Space and Interlaced. I captured DV over Firewire using the
latest retail version of SCENEALYZER. Scenealyzer is supposed to just read
from Firewire and copy to an AVI file like a robot and not convert anything.
I figured it would be:
(1) Direct Copy of what is on the MiniDV tape,
(2) In YUV Color Space because it came from a Camcorder's MiniDV tape,
(3) Field Based Video (ie. Interlaced).
I ran the AVI through VirtualDub and it said the video was: RGB32. I decided
to use an AVS Script to see what it really is:
------------------------------------------
clip = AviSource("C:\DV_VIDEO.AVI")
INFO(clip)
------------------------------------------
This is what was given:
FRAME: (Frame Number)
ColorSpace: RGB24
Width 720 pixels, Height: 480 pixels.
Frames per second: 29.9700
FieldBased Video: No
Parity: Parity unknown
Video Pitch: 2160 bytes.
Has Audio: YES
Audio Chammels: 2
Sample Type: Integer 16 bit
Samples Per Second: 48000
| <-- __Chronological__ --> | <-- __Thread__ --> |