フィールド | 型 | コメント |
Header | RECORDHEADER | タグタイプ = 60 |
CharacterID | UI16 | ID for this video character |
NumFrames | UI16 |
Number of VideoFrame tags that makes up this stream |
Width | UI16 | Width in pixels |
Height | UI16 | Height in pixels |
VideoFlagsReserved | UB[4] | Must be 0 |
VideoFlagsDeblocking | UB[3] |
000 = use VIDEOPACKET value 001 = off 010 = Level 1 (Fast deblocking filter) 011 = Level 2 (VP6 only, better deblocking filter) 100 = Level 3 (VP6 only, better deblocking plus fast deringing filter) 101 = Level 4 (VP6 only, better deblocking plus better deringing filter) 110 = Reserved 111 = Reserved |
VideoFlagsSmoothing | UB[1] |
0 = smoothing off (faster) 1 = smoothing on (higher quality) |
CodecID | UI8 |
2 = Sorenson H.263 3 = Screen video (SWF 7 and later only) 4 = VP6 (SWF 8 and later only) 5 = VP6 video with alpha channel (SWF 8 and later only) |
フィールド | 型 | コメント |
Header | RECORDHEADER | タグタイプ = 61 |
StreamID | UI16 |
ID of video stream character of which this frame is a part |
FrameNum | UI16 |
Sequence number of this frame within its video stream |
VideoData |
if CodecID = 2 H263VIDEOPACKET if CodecID = 3 SCREENVIDEOPACKET if CodecID = 4 VP6SWFVIDEOPACKET if CodecID = 5 VP6SWFALPHAVIDEOPACKET if CodecID = 6 SCREENV2VIDEOPACKET |
Video frame payload |