Welcome Guest ( Log In | Register )


Important

The forums will be closing permanently the weekend of March 15th. Please see the notice in the announcements forum for details.

Pages: (3) [1] 2 3  ( Go to first unread post )
Fcchandler Mpeg-2 Plugin Option, Request
« Next Oldest | Next Newest » Track this topic | Email this topic | Print this topic
-vdub-
Posted: Jul 31 2011, 08:17 AM


Advanced Member


Group: Members
Posts: 613
Member No.: 27087
Joined: 24-February 10



When load a mpeg-2 video can it be made to load with DAR set as default, PAR set as sub option. DAR always for me seems to be the correct AR to be used when viewing.


Also have you any consideration and thoughts for supporting ts container with mpeg-2 sd or/and also hd video ?
 
    Top
fccHandler
Posted: Jul 31 2011, 11:36 PM


Administrator n00b


Group: Moderators
Posts: 3961
Member No.: 280
Joined: 13-September 02



I'm not sure what you mean. MPEG-2 video only has DAR information; there is no PAR as in MPEG-1. The DAR is reported to VirtualDub, but there is no way programatically for a plugin to change the aspect ratio of VirtualDub's input/output panes. You have to do that manually as far as I know.

I never say never, but for now I have no plans to support Transport Streams. Sorry.


--------------------
May the FOURCC be with you...
 
     Top
-vdub-
Posted: Aug 1 2011, 07:38 AM


Advanced Member


Group: Members
Posts: 613
Member No.: 27087
Joined: 24-February 10



Hi ffcHandler i have uploaded two small samples that show this problem. Clips chosen have round circles to tell correct AR or not when loaded into virtualdub.

The .mpg file with g-spot shows the PAR is not 16:9 where the DAR is 16:9 When loaded in virtualdub they show with 4:3 type AR not the correct AR of 16:9. These cannot be re-sized from loaded 4:3 type to correct AR 16:9 using the internal virtualdub resize filter or the VDModResize filter.

Other mpg (mpeg-2) i have noticed having this problem includes also all dvd videos. That when checked with g-spot shows DAR having correct AR. When loaded into virtualdub the AR shown always using wrong AR of PAR not the correct AR of DAR.



CODE
PAR-DAR.mpg [mpeg-2 raw clip]

http://qfs.mobi/f22707



PAR-DAR.ts (raw) clip

http://qfs.mobi/f22708



.ts included for when you decide to do a .ts plugin smile.gif
 
    Top
fccHandler
Posted: Aug 1 2011, 02:19 PM


Administrator n00b


Group: Moderators
Posts: 3961
Member No.: 280
Joined: 13-September 02



I still don't see a problem, and I surely don't know what you mean by "cannot be re-sized". You can resize the video to any size you want.

If your complaint is that the video input/output panes are the wrong size, I have no control over that. By default you see the video at its true size (720 x 576, for example). If you want to see it in a different size then you have to change the AR manually, as I said.

For example, load PAR-DAR.mpg then right-click on one of the video panes. In the aspect ratio column there are several choices; the one labeled "Source" is the aspect ratio reported by the MPEG-2 plugin.


--------------------
May the FOURCC be with you...
 
     Top
-vdub-
Posted: Aug 1 2011, 03:14 PM


Advanced Member


Group: Members
Posts: 613
Member No.: 27087
Joined: 24-February 10



Open mpg with virtualdub, open resize filter and click on preview. Notice how the preview is showing the AR of PAR 1.422 (~10:7) the correct AR for the video is DAR 1.778 (16:9)

Load with VDMod_Resize filter and will see the AR the video is loaded with PAR 1.422 (~10:7) not real AR which should be DAR 1.778 (16:9)

Try to use either filter to resize to same as source video DAR 1.778 (16:9). Nearest i can achieve is 720v405 that give true ratio +0.000% 1.777777777777778 to 1 which you will know is 1.778 (16:9) that is the same value the mpg video has for its DAR 1.778 (16:9)

The video has been loaded with wrong AR using PAR instead of DAR value. test with win os video players (using default settings) mpc, vlc, wmp and mpc-hc all show with using the DAR 1.778 (16:9) value

You can also find the same if dump a dvd raw to vob or load dvd in an editor shows the video true AR used would be DAR. Play the video and will see that DAR is the AR used and never yet the PAR value

s the video loads with PAR and not DAR working with video and saving with correct resolution and AR of source mpg 720x576 1.778 (16:9) is not possible atm

A reason for choosing those clips it also shows you that the circles are not circular for example with the earth exploding PAR-DAR.mpg. That in the resize filters preview it is egg shape not round as it should be.
 
    Top
dloneranger
Posted: Aug 1 2011, 03:41 PM


Moderator


Group: Moderators
Posts: 2366
Member No.: 22158
Joined: 26-September 07



it's a standard pal dvd with the video stream marked as 16:9

video players see that flag on playback and automatically resize it to the correct width/height
1024x576

virtualdub works with square pixels though, so a plugin that did the same as video players do would have to a lot of lying to virtualdub and resize the video frames themselves

that's a lot more work than just adding the resize filter
(admittedly, it would be useful if the resize filter had the option to resize the width based on the height, not the other way around as it is now)

I don't think I'd want the plugin to automatically resize the video though, as after editing you can currently add the video back to an mpeg encoder as-is, without having the pluing resize it to 16:9, and then have to resize it back to 720x576

--------------------
MultiAdjust JoinWav WavNormalize FFMPeg Input Plugin v1827 UnSharpMask
Windows7/8 Codec Chooser
All FccHandlers Stuff inc. Installers for acm codecs AAC, AC3, LameMp3
 
    Top
fccHandler
Posted: Aug 1 2011, 04:06 PM


Administrator n00b


Group: Moderators
Posts: 3961
Member No.: 280
Joined: 13-September 02



OK, there is something weird happening.

You are correct that the plugin reports the AR to VirtualDub as 1.422:1. This math came about after toying with the input/output panes to get correct results. I determined that the PAR was the value VirtualDub wanted in its GetStreamSourceInfo() query, and it makes sense because the name of the field we fill in is VDXStreamSourceInfo.mPixelAspectRatio.

However, the resize preview window behaves in a totally different manner from the input/output panes. Note what happens when you right-click the preview window and choose the following in this order:

1.422:1 pixel (Source)
16:9 frame (Wide)
1.422:1 pixel (Source)

The first time you choose 1.422:1, you get an incorrect AR. Then switching to 16:9 gives a correct AR, then switching back to 1.422:1 doesn't change the AR! This seems to be a bug in VirtualDub's resize filter.


--------------------
May the FOURCC be with you...
 
     Top
-vdub-
Posted: Aug 2 2011, 05:35 AM


Advanced Member


Group: Members
Posts: 613
Member No.: 27087
Joined: 24-February 10



Which means that not only virtualdub internal resize filter is incorrect. But hard to believe that far better VDMod_resize filter is also incorrect. Since it shows far more in the filter than virtualdub own resize filter does. While also ben extremely helpful in making adjustments easy to do. This was the reason i though that the video decoder itself was at fault.

The only player i see that does upscale to 1024x576 for playing is mplayer. Where if load into say mpc or mpc-hc with Video Frame > Normal Size and Keep Aspect Ratio doesn't show the video as 1024x576 but as resolution of 720x576.

Also as said g-spot also reports what the actual resolution is 720x576.

I know 720x576 and 1024x576 are true AR for 16:9 whether all tv broadcasters film in higher resolution than 720x576 for sd unknown. The bbc from which the clips are from, captured digitally years ago. The bbc do film 16:9 for sd only at 720x576. That said i know if upscale the videos using the resize filters with virtualdub to 1024x576 does then show correct AR (upscaled corrected AR).

Then the problem next that the videos are interlaced during processing will remain the same, with no de-interlaced applied. Upscaling interlace is not recommended even says so on the resize filters also would prefer not to upscale or downscale the video. Needing the video able to load into virtualdub to process using the video source DAR 1.778 (16:9)

I suppose then we are at the point of seeing what phaeron has to say or can do for this if a virtualdub problem. Still feeling virtualdub will only display what the decoder loads. The decoder or virtualdub which is the one that's unable to load and use the DAR info from the video loaded.

As said happens with pal dvd videos, a few infos from g-spot (have not ntsc dvd to test). The DAR is always used for correct AR when playing.
CODE

Forest Gump

SAR 1.250 (5:4)
PAR 1.422 (~10:7)
DAR 1.778 (16:9)


Hellraiser

SAR 1.250 (5:4)
PAR 1.422 (~10:7)
DAR 1.778 (16:9)


Interview With The Vampire

SAR 1.250 (5:4)
PAR 1.422 (~10:7)
DAR 1.778 (16:9)


Meet Joe Black

SAR 1.250 (5:4)
PAR 1.422 (~10:7)
DAR 1.778 (16:9)


Roots

SAR 1.250 (5:4)
PAR 1.067 (16:15)
DAR 1.333 (4:3)


Also load these clips into videoredo for example and see how it does edit and playback is using correct AR. Other mpeg-2 editors also do the the same. Are you sure it could be virtualdub or its filter that is at fault and not the mpeg-2 decoder !
 
    Top
fccHandler
Posted: Aug 2 2011, 05:05 PM


Administrator n00b


Group: Moderators
Posts: 3961
Member No.: 280
Joined: 13-September 02



The AR information is never used by the plugin. You can browse the source code and see for yourself. All I do is report it to the user via the File Information dialog, and pass it to VirtualDub via his GetStreamSourceInfo() query. What he does with the info is out of my control.

It isn't explicitly stated in the plugin SDK, but based on the name of the field (mPixelAspectRatio) and the behavior of the input/output panes, I assume the PAR is what he is asking for. If that is an incorrect assumption then we will need Avery Lee to clarify...


--------------------
May the FOURCC be with you...
 
     Top
phaeron
Posted: Aug 8 2011, 12:44 AM


Virtualdub Developer


Group: Administrator
Posts: 7773
Member No.: 61
Joined: 30-July 02



I tried to reproduce the issue with the resize preview window, and couldn't do so on either 1.9.11 or the dev tree -- the result was a 16:9 window each time. Any chance you guys are running at a low desktop resolution that might force the window to resize on initial display?

QUOTE
Open mpg with virtualdub, open resize filter and click on preview. Notice how the preview is showing the AR of PAR 1.422 (~10:7) the correct AR for the video is DAR 1.778 (16:9)


I don't understand what you're saying here. The pixel aspect ratio (PAR) and the display aspect ratio (DAR) are related through the encoded resolution of 720x576 -- there is no difference between a PAR of 64:45 = ~1.422 and a DAR of 16:9 at that resolution. A frame encoded with a specific resolution and displayed at specific frame size has both a specific PAR and DAR.
 
    Top
-vdub-
Posted: Aug 8 2011, 10:51 AM


Advanced Member


Group: Members
Posts: 613
Member No.: 27087
Joined: 24-February 10



The pc i use virtualdub monitor display is set to 1600x900 - 32bit - 60 hertz. I see the same using virtualdub directx or opengl settings


These below are with using fccHandler MPEG-2 plugin filter with the PAR-DAR.mpg clip



user posted image
After loading clip (notice the earth is eliptical (egg shaped) not round as would be if was showed at 16:9) Sure can adjust to force 16:9 here but it should be loading as 16:9 to begin with (prefer not to force to display 16:9). Also note if force display to 16:9 it doesn't change what is shown below.



user posted image
Internal Resize filter preview (with no resize adjustments made notice the display is showing 5:4) (display should be 16:9 same as video source input) (elipcal egg shaped again 5:4 would be round if 16:9)



user posted image
VDMod_Resize filter (after opened with no adjustment made) (notice 5:4) (should be 16:9 same as video source input)



user posted image
VDMod_Resize filter (16:9 adjustment made notice pixel size has changed from 720x576 to 720x405) (It does preview as 16:9 but has lost resolution i need as video source 720x576)



user posted image
VDMod_Resize filter (16:9 and also round to multiples of 16x16 adjustments made. Note also the Output Aspect Ratio is no longer true AR)



Other video softwares, dvd authors, editors etc, show the video as 720x576 16:9 on load, editing, adjusting and after saving. I need need to use virtualdub instead of other tools for processing.
 
    Top
-vdub-
Posted: Aug 8 2011, 11:16 AM


Advanced Member


Group: Members
Posts: 613
Member No.: 27087
Joined: 24-February 10



Media Player Classic - Home Cinema


http://img84.imageshack.us/img84/4974/mpchcfs.jpg

http://img29.imageshack.us/img29/3341/mpch...cvideoframe.jpg

http://img189.imageshack.us/img189/8933/mp...cvideoinput.jpg

http://img217.imageshack.us/img217/7910/mp...videooutput.jpg



CODE
Video: PAR-DAR.mpg

MPC-HC: Filters > MPEG-2 Video Decoder



Pin Info - [IN] Video


Filter : MPEG-2 Video Decoder - CLSID : {39F498AF-1A09-4275-B193-673B0BA3D478}

- Connected to:

CLSID: {1365BE7A-C86A-473C-9A41-C0A6E82C9FA3}
Filter: J:\PAR-DAR.mpg
Pin: Video

- Connection media type:

Video: MPEG2 Video 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_MPEG2_VIDEO {E06D8026-DB46-11CF-B4D1-00805F6CBBEA}
formattype: FORMAT_MPEG2_VIDEO {E06D80E3-DB46-11CF-B4D1-00805F6CBBEA}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 282

VIDEOINFOHEADER:
rcSource: (0,0)-(0,0)
rcTarget: (0,0)-(0,0)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

VIDEOINFOHEADER2:
dwInterlaceFlags: 0x00000000
dwCopyProtectFlags: 0x00000000
dwPictAspectRatioX: 16
dwPictAspectRatioY: 9
dwControlFlags: 0x00000000
dwReserved2: 0x00000000

MPEG2VIDEOINFO:
dwStartTimeCode: 0
cbSequenceHeader: 150
dwProfile: 0x00000004
dwLevel: 0x00000008
dwFlags: 0x00000000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 0
biBitCount: 0
biCompression: 0
biSizeImage: 0
biXPelsPerMeter: 0
biYPelsPerMeter: 0
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 00 00 00 00 00 00 00 00 10 00 00 00 09 00 00 00 ................
0040: 00 00 00 00 00 00 00 00 28 00 00 00 d0 02 00 00 ........(...Ð...
0050: 40 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 @...............
0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0070: 00 00 00 00 96 00 00 00 04 00 00 00 08 00 00 00 ....–...........
0080: 00 00 00 00|00 00 01 b3 2d 02 40 33 0f de a3 82 .......³-.@3.Þ£‚
0090: 10 20 20 26 20 26 2c 2c 2c 2c 2c 2c 34 30 34 36 .  & &,,,,,,4046
00a0: 36 36 34 34 34 34 36 36 36 3a 3a 3a 44 44 44 3a 664444666:::DDD:
00b0: 3a 3a 36 36 3a 3a 40 40 44 44 4a 4c 4a 46 46 44 ::66::@@DDJLJFFD
00c0: 46 4c 4c 50 50 50 60 60 5c 5c 70 70 74 8a 8a a7 FLLPPP``\\pptŠŠ§
00d0: 10 11 11 12 12 12 13 13 13 13 14 14 14 14 14 15 ................
00e0: 15 15 15 15 15 16 16 16 16 16 16 16 17 17 17 17 ................
00f0: 17 17 17 17 18 18 18 19 18 18 18 19 1a 1a 1a 1a ................
0100: 19 1b 1b 1b 1b 1b 1c 1c 1c 1c 1e 1e 1e 1f 1f 21 ...............!
0110: 00 00 01 b5 14 82 00 01 00 00                   ...µ.‚....




CODE
Video: PAR-DAR.mpg

MPC-HC: Filters > MPEG-2 Video Decoder



[b]Pin Info - [OUT] Video[/b]


Filter : MPEG-2 Video Decoder - CLSID : {39F498AF-1A09-4275-B193-673B0BA3D478}

- Connected to:

CLSID: {B87BEB7B-8D29-423F-AE4D-6582C10175AC}
Filter: Video Mixing Render 7 (Renderless)
Pin: VMR Input0

- Connection media type:

Video: YUY2 1024x576 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_YUY2 {32595559-0000-0010-8000-00AA00389B71}
formattype: FORMAT_VideoInfo2 {F72A76A0-EB0A-11D0-ACE4-0000C0CC16BA}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1179648
cbFormat: 1152

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

VIDEOINFOHEADER2:
dwInterlaceFlags: 0x00000000
dwCopyProtectFlags: 0x00000000
dwPictAspectRatioX: 16
dwPictAspectRatioY: 9
dwControlFlags: 0x00000000
dwReserved2: 0x00000000

BITMAPINFOHEADER:
biSize: 40
biWidth: 1024
biHeight: -576
biPlanes: 1
biBitCount: 16
biCompression: YUY2
biSizeImage: 1179648
biXPelsPerMeter: 0
biYPelsPerMeter: 0
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 00 00 00 00 00 00 00 00 10 00 00 00 09 00 00 00 ................
0040: 00 00 00 00 00 00 00 00 28 00 00 00 00 04 00 00 ........(.......
0050: c0 fd ff ff 01 00 10 00 59 55 59 32 00 00 12 00 Àýÿÿ....YUY2....
0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0070:|00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0090: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0110: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0120: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0130: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0140: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0150: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0160: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0170: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0180: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0190: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
01a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
01b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
01c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
01d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
01e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
01f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0200: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0210: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0220: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0230: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0240: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0250: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0260: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0270: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0280: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0290: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
02a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
02b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
02c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
02d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
02e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
02f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0300: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0310: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0320: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0330: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0340: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0350: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0360: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0370: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0380: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0390: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
03a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
03b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
03c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
03d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
03e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
03f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0400: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0410: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0420: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0430: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0440: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0450: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0460: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0470: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................

- Enumerated media type 0:

Video: YV12 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_YV12 {32315659-0000-0010-8000-00AA00389B71}
formattype: FORMAT_VideoInfo2 {F72A76A0-EB0A-11D0-ACE4-0000C0CC16BA}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 112

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

VIDEOINFOHEADER2:
dwInterlaceFlags: 0x00000000
dwCopyProtectFlags: 0x00000000
dwPictAspectRatioX: 16
dwPictAspectRatioY: 9
dwControlFlags: 0x00000000
dwReserved2: 0x00000000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 3
biBitCount: 12
biCompression: YV12
biSizeImage: 622080
biXPelsPerMeter: 0
biYPelsPerMeter: 0
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 00 00 00 00 00 00 00 00 10 00 00 00 09 00 00 00 ................
0040: 00 00 00 00 00 00 00 00 28 00 00 00 d0 02 00 00 ........(...Ð...
0050: 40 02 00 00 03 00 0c 00 59 56 31 32 00 7e 09 00 @.......YV12.~..
0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................

- Enumerated media type 1:

Video: YV12 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_YV12 {32315659-0000-0010-8000-00AA00389B71}
formattype: FORMAT_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 88

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 3
biBitCount: 12
biCompression: YV12
biSizeImage: 622080
biXPelsPerMeter: 6480
biYPelsPerMeter: 9216
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 28 00 00 00 d0 02 00 00 40 02 00 00 03 00 0c 00 (...Ð...@.......
0040: 59 56 31 32 00 7e 09 00 50 19 00 00 00 24 00 00 YV12.~..P....$..
0050: 00 00 00 00 00 00 00 00                         ........

- Enumerated media type 2:

Video: I420 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: Unknown GUID Name {30323449-0000-0010-8000-00AA00389B71}
formattype: FORMAT_VideoInfo2 {F72A76A0-EB0A-11D0-ACE4-0000C0CC16BA}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 112

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

VIDEOINFOHEADER2:
dwInterlaceFlags: 0x00000000
dwCopyProtectFlags: 0x00000000
dwPictAspectRatioX: 16
dwPictAspectRatioY: 9
dwControlFlags: 0x00000000
dwReserved2: 0x00000000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 3
biBitCount: 12
biCompression: I420
biSizeImage: 622080
biXPelsPerMeter: 0
biYPelsPerMeter: 0
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 00 00 00 00 00 00 00 00 10 00 00 00 09 00 00 00 ................
0040: 00 00 00 00 00 00 00 00 28 00 00 00 d0 02 00 00 ........(...Ð...
0050: 40 02 00 00 03 00 0c 00 49 34 32 30 00 7e 09 00 @.......I420.~..
0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................

- Enumerated media type 3:

Video: I420 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: Unknown GUID Name {30323449-0000-0010-8000-00AA00389B71}
formattype: FORMAT_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 88

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 3
biBitCount: 12
biCompression: I420
biSizeImage: 622080
biXPelsPerMeter: 6480
biYPelsPerMeter: 9216
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 28 00 00 00 d0 02 00 00 40 02 00 00 03 00 0c 00 (...Ð...@.......
0040: 49 34 32 30 00 7e 09 00 50 19 00 00 00 24 00 00 I420.~..P....$..
0050: 00 00 00 00 00 00 00 00                         ........

- Enumerated media type 4:

Video: IYUV 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_IYUV {56555949-0000-0010-8000-00AA00389B71}
formattype: FORMAT_VideoInfo2 {F72A76A0-EB0A-11D0-ACE4-0000C0CC16BA}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 112

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

VIDEOINFOHEADER2:
dwInterlaceFlags: 0x00000000
dwCopyProtectFlags: 0x00000000
dwPictAspectRatioX: 16
dwPictAspectRatioY: 9
dwControlFlags: 0x00000000
dwReserved2: 0x00000000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 3
biBitCount: 12
biCompression: IYUV
biSizeImage: 622080
biXPelsPerMeter: 0
biYPelsPerMeter: 0
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 00 00 00 00 00 00 00 00 10 00 00 00 09 00 00 00 ................
0040: 00 00 00 00 00 00 00 00 28 00 00 00 d0 02 00 00 ........(...Ð...
0050: 40 02 00 00 03 00 0c 00 49 59 55 56 00 7e 09 00 @.......IYUV.~..
0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................

- Enumerated media type 5:

Video: IYUV 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_IYUV {56555949-0000-0010-8000-00AA00389B71}
formattype: FORMAT_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 88

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 3
biBitCount: 12
biCompression: IYUV
biSizeImage: 622080
biXPelsPerMeter: 6480
biYPelsPerMeter: 9216
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 28 00 00 00 d0 02 00 00 40 02 00 00 03 00 0c 00 (...Ð...@.......
0040: 49 59 55 56 00 7e 09 00 50 19 00 00 00 24 00 00 IYUV.~..P....$..
0050: 00 00 00 00 00 00 00 00                         ........

- Enumerated media type 6:

Video: YUY2 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_YUY2 {32595559-0000-0010-8000-00AA00389B71}
formattype: FORMAT_VideoInfo2 {F72A76A0-EB0A-11D0-ACE4-0000C0CC16BA}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 112

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

VIDEOINFOHEADER2:
dwInterlaceFlags: 0x00000000
dwCopyProtectFlags: 0x00000000
dwPictAspectRatioX: 16
dwPictAspectRatioY: 9
dwControlFlags: 0x00000000
dwReserved2: 0x00000000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 1
biBitCount: 16
biCompression: YUY2
biSizeImage: 829440
biXPelsPerMeter: 0
biYPelsPerMeter: 0
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 00 00 00 00 00 00 00 00 10 00 00 00 09 00 00 00 ................
0040: 00 00 00 00 00 00 00 00 28 00 00 00 d0 02 00 00 ........(...Ð...
0050: 40 02 00 00 01 00 10 00 59 55 59 32 00 a8 0c 00 @.......YUY2.¨..
0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................

- Enumerated media type 7:

Video: YUY2 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_YUY2 {32595559-0000-0010-8000-00AA00389B71}
formattype: FORMAT_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 88

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 1
biBitCount: 16
biCompression: YUY2
biSizeImage: 829440
biXPelsPerMeter: 6480
biYPelsPerMeter: 9216
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 28 00 00 00 d0 02 00 00 40 02 00 00 01 00 10 00 (...Ð...@.......
0040: 59 55 59 32 00 a8 0c 00 50 19 00 00 00 24 00 00 YUY2.¨..P....$..
0050: 00 00 00 00 00 00 00 00                         ........

- Enumerated media type 8:

Video: 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_ARGB32 {773C9AC0-3274-11D0-B724-00AA006C1A01}
formattype: FORMAT_VideoInfo2 {F72A76A0-EB0A-11D0-ACE4-0000C0CC16BA}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 112

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

VIDEOINFOHEADER2:
dwInterlaceFlags: 0x00000000
dwCopyProtectFlags: 0x00000000
dwPictAspectRatioX: 16
dwPictAspectRatioY: 9
dwControlFlags: 0x00000000
dwReserved2: 0x00000000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 1
biBitCount: 32
biCompression: 0
biSizeImage: 1658880
biXPelsPerMeter: 0
biYPelsPerMeter: 0
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 00 00 00 00 00 00 00 00 10 00 00 00 09 00 00 00 ................
0040: 00 00 00 00 00 00 00 00 28 00 00 00 d0 02 00 00 ........(...Ð...
0050: 40 02 00 00 01 00 20 00 00 00 00 00 00 50 19 00 @..... ......P..
0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................

- Enumerated media type 9:

Video: 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_ARGB32 {773C9AC0-3274-11D0-B724-00AA006C1A01}
formattype: FORMAT_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 88

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 1
biBitCount: 32
biCompression: 0
biSizeImage: 1658880
biXPelsPerMeter: 6480
biYPelsPerMeter: 9216
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 28 00 00 00 d0 02 00 00 40 02 00 00 01 00 20 00 (...Ð...@..... .
0040: 00 00 00 00 00 50 19 00 50 19 00 00 00 24 00 00 .....P..P....$..
0050: 00 00 00 00 00 00 00 00                         ........

- Enumerated media type 10:

Video: 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_RGB32 {E436EB7E-524F-11CE-9F53-0020AF0BA770}
formattype: FORMAT_VideoInfo2 {F72A76A0-EB0A-11D0-ACE4-0000C0CC16BA}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 112

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

VIDEOINFOHEADER2:
dwInterlaceFlags: 0x00000000
dwCopyProtectFlags: 0x00000000
dwPictAspectRatioX: 16
dwPictAspectRatioY: 9
dwControlFlags: 0x00000000
dwReserved2: 0x00000000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 1
biBitCount: 32
biCompression: 0
biSizeImage: 1658880
biXPelsPerMeter: 0
biYPelsPerMeter: 0
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 00 00 00 00 00 00 00 00 10 00 00 00 09 00 00 00 ................
0040: 00 00 00 00 00 00 00 00 28 00 00 00 d0 02 00 00 ........(...Ð...
0050: 40 02 00 00 01 00 20 00 00 00 00 00 00 50 19 00 @..... ......P..
0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................

- Enumerated media type 11:

Video: 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_RGB32 {E436EB7E-524F-11CE-9F53-0020AF0BA770}
formattype: FORMAT_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 88

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 1
biBitCount: 32
biCompression: 0
biSizeImage: 1658880
biXPelsPerMeter: 6480
biYPelsPerMeter: 9216
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 28 00 00 00 d0 02 00 00 40 02 00 00 01 00 20 00 (...Ð...@..... .
0040: 00 00 00 00 00 50 19 00 50 19 00 00 00 24 00 00 .....P..P....$..
0050: 00 00 00 00 00 00 00 00                         ........

- Enumerated media type 12:

Video: 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_RGB24 {E436EB7D-524F-11CE-9F53-0020AF0BA770}
formattype: FORMAT_VideoInfo2 {F72A76A0-EB0A-11D0-ACE4-0000C0CC16BA}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 112

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

VIDEOINFOHEADER2:
dwInterlaceFlags: 0x00000000
dwCopyProtectFlags: 0x00000000
dwPictAspectRatioX: 16
dwPictAspectRatioY: 9
dwControlFlags: 0x00000000
dwReserved2: 0x00000000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 1
biBitCount: 24
biCompression: 0
biSizeImage: 1244160
biXPelsPerMeter: 0
biYPelsPerMeter: 0
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 00 00 00 00 00 00 00 00 10 00 00 00 09 00 00 00 ................
0040: 00 00 00 00 00 00 00 00 28 00 00 00 d0 02 00 00 ........(...Ð...
0050: 40 02 00 00 01 00 18 00 00 00 00 00 00 fc 12 00 @............ü..
0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................

- Enumerated media type 13:

Video: 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_RGB24 {E436EB7D-524F-11CE-9F53-0020AF0BA770}
formattype: FORMAT_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 88

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 1
biBitCount: 24
biCompression: 0
biSizeImage: 1244160
biXPelsPerMeter: 6480
biYPelsPerMeter: 9216
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 28 00 00 00 d0 02 00 00 40 02 00 00 01 00 18 00 (...Ð...@.......
0040: 00 00 00 00 00 fc 12 00 50 19 00 00 00 24 00 00 .....ü..P....$..
0050: 00 00 00 00 00 00 00 00                         ........

- Enumerated media type 14:

Video: 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_RGB565 {E436EB7B-524F-11CE-9F53-0020AF0BA770}
formattype: FORMAT_VideoInfo2 {F72A76A0-EB0A-11D0-ACE4-0000C0CC16BA}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 112

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

VIDEOINFOHEADER2:
dwInterlaceFlags: 0x00000000
dwCopyProtectFlags: 0x00000000
dwPictAspectRatioX: 16
dwPictAspectRatioY: 9
dwControlFlags: 0x00000000
dwReserved2: 0x00000000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 1
biBitCount: 16
biCompression: 0
biSizeImage: 829440
biXPelsPerMeter: 0
biYPelsPerMeter: 0
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 00 00 00 00 00 00 00 00 10 00 00 00 09 00 00 00 ................
0040: 00 00 00 00 00 00 00 00 28 00 00 00 d0 02 00 00 ........(...Ð...
0050: 40 02 00 00 01 00 10 00 00 00 00 00 00 a8 0c 00 @............¨..
0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................

- Enumerated media type 15:

Video: 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_RGB565 {E436EB7B-524F-11CE-9F53-0020AF0BA770}
formattype: FORMAT_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 88

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 1
biBitCount: 16
biCompression: 0
biSizeImage: 829440
biXPelsPerMeter: 6480
biYPelsPerMeter: 9216
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 28 00 00 00 d0 02 00 00 40 02 00 00 01 00 10 00 (...Ð...@.......
0040: 00 00 00 00 00 a8 0c 00 50 19 00 00 00 24 00 00 .....¨..P....$..
0050: 00 00 00 00 00 00 00 00                         ........

- Enumerated media type 16:

Video: 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_RGB555 {E436EB7C-524F-11CE-9F53-0020AF0BA770}
formattype: FORMAT_VideoInfo2 {F72A76A0-EB0A-11D0-ACE4-0000C0CC16BA}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 112

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

VIDEOINFOHEADER2:
dwInterlaceFlags: 0x00000000
dwCopyProtectFlags: 0x00000000
dwPictAspectRatioX: 16
dwPictAspectRatioY: 9
dwControlFlags: 0x00000000
dwReserved2: 0x00000000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 1
biBitCount: 16
biCompression: 0
biSizeImage: 829440
biXPelsPerMeter: 0
biYPelsPerMeter: 0
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 00 00 00 00 00 00 00 00 10 00 00 00 09 00 00 00 ................
0040: 00 00 00 00 00 00 00 00 28 00 00 00 d0 02 00 00 ........(...Ð...
0050: 40 02 00 00 01 00 10 00 00 00 00 00 00 a8 0c 00 @............¨..
0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................

- Enumerated media type 17:

Video: 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_RGB555 {E436EB7C-524F-11CE-9F53-0020AF0BA770}
formattype: FORMAT_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 88

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 1
biBitCount: 16
biCompression: 0
biSizeImage: 829440
biXPelsPerMeter: 6480
biYPelsPerMeter: 9216
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 28 00 00 00 d0 02 00 00 40 02 00 00 01 00 10 00 (...Ð...@.......
0040: 00 00 00 00 00 a8 0c 00 50 19 00 00 00 24 00 00 .....¨..P....$..
0050: 00 00 00 00 00 00 00 00                         ........

- Enumerated media type 18:

Video: 3 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_ARGB32 {773C9AC0-3274-11D0-B724-00AA006C1A01}
formattype: FORMAT_VideoInfo2 {F72A76A0-EB0A-11D0-ACE4-0000C0CC16BA}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 124

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

VIDEOINFOHEADER2:
dwInterlaceFlags: 0x00000000
dwCopyProtectFlags: 0x00000000
dwPictAspectRatioX: 16
dwPictAspectRatioY: 9
dwControlFlags: 0x00000000
dwReserved2: 0x00000000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 1
biBitCount: 32
biCompression: 3
biSizeImage: 1658880
biXPelsPerMeter: 0
biYPelsPerMeter: 0
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 00 00 00 00 00 00 00 00 10 00 00 00 09 00 00 00 ................
0040: 00 00 00 00 00 00 00 00 28 00 00 00 d0 02 00 00 ........(...Ð...
0050: 40 02 00 00 01 00 20 00 03 00 00 00 00 50 19 00 @..... ......P..
0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0070:|00 00 ff 00 00 ff 00 00 ff 00 00 00             ..ÿ..ÿ..ÿ...

- Enumerated media type 19:

Video: 3 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_ARGB32 {773C9AC0-3274-11D0-B724-00AA006C1A01}
formattype: FORMAT_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 100

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 1
biBitCount: 32
biCompression: 3
biSizeImage: 1658880
biXPelsPerMeter: 6480
biYPelsPerMeter: 9216
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 28 00 00 00 d0 02 00 00 40 02 00 00 01 00 20 00 (...Ð...@..... .
0040: 03 00 00 00 00 50 19 00 50 19 00 00 00 24 00 00 .....P..P....$..
0050: 00 00 00 00 00 00 00 00|00 00 ff 00 00 ff 00 00 ..........ÿ..ÿ..
0060: ff 00 00 00                                     ÿ...

- Enumerated media type 20:

Video: 3 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_RGB32 {E436EB7E-524F-11CE-9F53-0020AF0BA770}
formattype: FORMAT_VideoInfo2 {F72A76A0-EB0A-11D0-ACE4-0000C0CC16BA}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 124

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

VIDEOINFOHEADER2:
dwInterlaceFlags: 0x00000000
dwCopyProtectFlags: 0x00000000
dwPictAspectRatioX: 16
dwPictAspectRatioY: 9
dwControlFlags: 0x00000000
dwReserved2: 0x00000000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 1
biBitCount: 32
biCompression: 3
biSizeImage: 1658880
biXPelsPerMeter: 0
biYPelsPerMeter: 0
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 00 00 00 00 00 00 00 00 10 00 00 00 09 00 00 00 ................
0040: 00 00 00 00 00 00 00 00 28 00 00 00 d0 02 00 00 ........(...Ð...
0050: 40 02 00 00 01 00 20 00 03 00 00 00 00 50 19 00 @..... ......P..
0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0070:|00 00 ff 00 00 ff 00 00 ff 00 00 00             ..ÿ..ÿ..ÿ...

- Enumerated media type 21:

Video: 3 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_RGB32 {E436EB7E-524F-11CE-9F53-0020AF0BA770}
formattype: FORMAT_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 100

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 1
biBitCount: 32
biCompression: 3
biSizeImage: 1658880
biXPelsPerMeter: 6480
biYPelsPerMeter: 9216
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 28 00 00 00 d0 02 00 00 40 02 00 00 01 00 20 00 (...Ð...@..... .
0040: 03 00 00 00 00 50 19 00 50 19 00 00 00 24 00 00 .....P..P....$..
0050: 00 00 00 00 00 00 00 00|00 00 ff 00 00 ff 00 00 ..........ÿ..ÿ..
0060: ff 00 00 00                                     ÿ...

- Enumerated media type 22:

Video: 3 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_RGB24 {E436EB7D-524F-11CE-9F53-0020AF0BA770}
formattype: FORMAT_VideoInfo2 {F72A76A0-EB0A-11D0-ACE4-0000C0CC16BA}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 124

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

VIDEOINFOHEADER2:
dwInterlaceFlags: 0x00000000
dwCopyProtectFlags: 0x00000000
dwPictAspectRatioX: 16
dwPictAspectRatioY: 9
dwControlFlags: 0x00000000
dwReserved2: 0x00000000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 1
biBitCount: 24
biCompression: 3
biSizeImage: 1244160
biXPelsPerMeter: 0
biYPelsPerMeter: 0
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 00 00 00 00 00 00 00 00 10 00 00 00 09 00 00 00 ................
0040: 00 00 00 00 00 00 00 00 28 00 00 00 d0 02 00 00 ........(...Ð...
0050: 40 02 00 00 01 00 18 00 03 00 00 00 00 fc 12 00 @............ü..
0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0070:|00 00 ff 00 00 ff 00 00 ff 00 00 00             ..ÿ..ÿ..ÿ...

- Enumerated media type 23:

Video: 3 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_RGB24 {E436EB7D-524F-11CE-9F53-0020AF0BA770}
formattype: FORMAT_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 100

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 1
biBitCount: 24
biCompression: 3
biSizeImage: 1244160
biXPelsPerMeter: 6480
biYPelsPerMeter: 9216
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 28 00 00 00 d0 02 00 00 40 02 00 00 01 00 18 00 (...Ð...@.......
0040: 03 00 00 00 00 fc 12 00 50 19 00 00 00 24 00 00 .....ü..P....$..
0050: 00 00 00 00 00 00 00 00|00 00 ff 00 00 ff 00 00 ..........ÿ..ÿ..
0060: ff 00 00 00                                     ÿ...

- Enumerated media type 24:

Video: 3 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_RGB565 {E436EB7B-524F-11CE-9F53-0020AF0BA770}
formattype: FORMAT_VideoInfo2 {F72A76A0-EB0A-11D0-ACE4-0000C0CC16BA}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 124

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

VIDEOINFOHEADER2:
dwInterlaceFlags: 0x00000000
dwCopyProtectFlags: 0x00000000
dwPictAspectRatioX: 16
dwPictAspectRatioY: 9
dwControlFlags: 0x00000000
dwReserved2: 0x00000000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 1
biBitCount: 16
biCompression: 3
biSizeImage: 829440
biXPelsPerMeter: 0
biYPelsPerMeter: 0
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 00 00 00 00 00 00 00 00 10 00 00 00 09 00 00 00 ................
0040: 00 00 00 00 00 00 00 00 28 00 00 00 d0 02 00 00 ........(...Ð...
0050: 40 02 00 00 01 00 10 00 03 00 00 00 00 a8 0c 00 @............¨..
0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0070:|00 f8 00 00 e0 07 00 00 1f 00 00 00             .ø..à.......

- Enumerated media type 25:

Video: 3 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_RGB565 {E436EB7B-524F-11CE-9F53-0020AF0BA770}
formattype: FORMAT_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 100

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 1
biBitCount: 16
biCompression: 3
biSizeImage: 829440
biXPelsPerMeter: 6480
biYPelsPerMeter: 9216
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 28 00 00 00 d0 02 00 00 40 02 00 00 01 00 10 00 (...Ð...@.......
0040: 03 00 00 00 00 a8 0c 00 50 19 00 00 00 24 00 00 .....¨..P....$..
0050: 00 00 00 00 00 00 00 00|00 f8 00 00 e0 07 00 00 .........ø..à...
0060: 1f 00 00 00                                     ....

- Enumerated media type 26:

Video: 3 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_RGB555 {E436EB7C-524F-11CE-9F53-0020AF0BA770}
formattype: FORMAT_VideoInfo2 {F72A76A0-EB0A-11D0-ACE4-0000C0CC16BA}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 124

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

VIDEOINFOHEADER2:
dwInterlaceFlags: 0x00000000
dwCopyProtectFlags: 0x00000000
dwPictAspectRatioX: 16
dwPictAspectRatioY: 9
dwControlFlags: 0x00000000
dwReserved2: 0x00000000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 1
biBitCount: 16
biCompression: 3
biSizeImage: 829440
biXPelsPerMeter: 0
biYPelsPerMeter: 0
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 00 00 00 00 00 00 00 00 10 00 00 00 09 00 00 00 ................
0040: 00 00 00 00 00 00 00 00 28 00 00 00 d0 02 00 00 ........(...Ð...
0050: 40 02 00 00 01 00 10 00 03 00 00 00 00 a8 0c 00 @............¨..
0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
0070:|00 7c 00 00 e0 03 00 00 1f 00 00 00             .|..à.......

- Enumerated media type 27:

Video: 3 720x576 (16:9) 25.00fps 6500Kbps

AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_RGB555 {E436EB7C-524F-11CE-9F53-0020AF0BA770}
formattype: FORMAT_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 1
cbFormat: 100

VIDEOINFOHEADER:
rcSource: (0,0)-(720,576)
rcTarget: (0,0)-(720,576)
dwBitRate: 6500000
dwBitErrorRate: 0
AvgTimePerFrame: 400000

BITMAPINFOHEADER:
biSize: 40
biWidth: 720
biHeight: 576
biPlanes: 1
biBitCount: 16
biCompression: 3
biSizeImage: 829440
biXPelsPerMeter: 6480
biYPelsPerMeter: 9216
biClrUsed: 0
biClrImportant: 0

pbFormat:
0000: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0010: 00 00 00 00 00 00 00 00 d0 02 00 00 40 02 00 00 ........Ð...@...
0020: a0 2e 63 00 00 00 00 00 80 1a 06 00 00 00 00 00  .c.....€.......
0030: 28 00 00 00 d0 02 00 00 40 02 00 00 01 00 10 00 (...Ð...@.......
0040: 03 00 00 00 00 a8 0c 00 50 19 00 00 00 24 00 00 .....¨..P....$..
0050: 00 00 00 00 00 00 00 00|00 7c 00 00 e0 03 00 00 .........|..à...
0060: 1f 00 00 00                                     ....


[edit]
Images were breaking the board layout

This post has been edited by stephanV on Aug 8 2011, 05:13 PM
 
    Top
stephanV
Posted: Aug 8 2011, 05:08 PM


Spam killer ;)


Group: Moderators
Posts: 4348
Member No.: 8917
Joined: 18-February 04



QUOTE
After loading clip (notice the earth is eliptical (egg shaped) not round as would be if was showed at 16:9) Sure can adjust to force 16:9 here but it should be loading as 16:9 to begin with (prefer not to force to display 16:9).

It really shouldn't. Anamorphic content is stored, well, anamorphic and any automaic alteration on the editing display is possibly harmful to the editing process. There is no sense in comparing it to what a player does because an editing tool is not intended for playback.

I think you are confused about what anamorphic really means.

--------------------
useful links:
VirtualDub, Input plugins and filters, AviSynth, AVI-Mux GUI, AC3ACM by fcchandler, VirtualDub FAQ
 
    Top
-vdub-
Posted: Aug 8 2011, 09:06 PM


Advanced Member


Group: Members
Posts: 613
Member No.: 27087
Joined: 24-February 10



Anamorphic well they could i have no idea or care, but for me that is not the issue. The issue is it doesn't display on load correctly with virtualdub and also all other processes such as the filters. Cannot work with a video if the editor doesn't load and work with the actual source ar and resolution.

With many mpeg-2 editors i have tried they all load and work with these videos correctly using source video ar and resolution. Also dvd author tools all work with videos and process them using correct ar and resolution. I do not force any tool to do this, they actually know are correct ar and resolution to use and do use them. Though i also need to use virtualdub with these videos i prefer virtualdub with its features, ease of use and the various filters available for use to process a video further when needing to do so.

As a side note for Phaeron have a look at virtualdub mpeg-2 (that maybe fcchandler modified) v1.6.19 (build 24586\release). Load the clip and notice the display is correct and also so is the information for the loaded source clip. Though the filters are still wrong same as virtualdub screen images show above. Virtualdub code need modifying maybe so is able to do the same, for main display, plugins and other processes.

Why mpc-hc images posted since often read on forums people asking is what does it look like in mpc. So put those images there just in case the question is asked. Also same for mpeg-2 decoder in/output pins data.
 
    Top
stephanV
Posted: Aug 9 2011, 04:44 PM


Spam killer ;)


Group: Moderators
Posts: 4348
Member No.: 8917
Joined: 18-February 04



QUOTE (-vdub- @ Aug 8 2011, 11:06 PM)
Anamorphic well they could i have no idea or care, but for me that is not the issue. The issue is it doesn't display on load correctly with virtualdub and also all other processes such as the filters. Cannot work with a video if the editor doesn't load and work with the actual source ar and resolution.

Virtualdub displays how the video is stored. Any automatic alteration of that is possibly harmful. The AR is just a flag and I think if you want to do video editing you should educate yourself at least a little in this matter.

VirtualDub is not doing anything wrong. It maybe is not doing something you expect it to do, but that is, bluntly said, your misunderstanding.


--------------------
useful links:
VirtualDub, Input plugins and filters, AviSynth, AVI-Mux GUI, AC3ACM by fcchandler, VirtualDub FAQ
 
    Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
35 replies since Jul 31 2011, 08:17 AM Track this topic | Email this topic | Print this topic
Pages: (3) [1] 2 3 
<< Back to VirtualDub Filters and Filter Development