[FFmpeg-devel] tag list in asf-enc.c
Benjamin Larsson
banan
Mon Sep 29 16:23:08 CEST 2008
Irfan Shaikh wrote:
> Hi all,
>
> static const AVCodecTag codec_asf_bmp_tags[] = {
> { CODEC_ID_MPEG4, MKTAG('M', 'P', '4', 'S') },
> { CODEC_ID_MPEG4, MKTAG('M', '4', 'S', '2') },
> { CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', '4', '3') },
> { CODEC_ID_NONE, 0 },
> };
>
> If i want to add CODEC_ID_MJPEG or CODEC_ID_H264 in the above tag list, Can any one please tell me what tag names to use MKTAG('?', '?', '?','?').
>
> Thanks in advance,
>
> Regards,
> Irfan
The microsoft people will know. Ask them, asf is their creation. Or if
you have a valid sample file you could look in that.
MvH
Benjamin Larsson
More information about the ffmpeg-devel
mailing list