[FFmpeg-devel] [PATCH] Add xd55 ISOM

Tomas Härdin tomas.hardin at codemill.se
Mon Mar 21 13:33:18 CET 2011


compn skrev 2011-03-21 12:39:
> On Mon, 21 Mar 2011 11:17:47 +0100, Tomas Härdin wrote:
>>      { CODEC_ID_MPEG2VIDEO, MKTAG('x', 'd', '5', '4') }, /* XDCAM HD422 720p24 CBR */
>> +    { CODEC_ID_MPEG2VIDEO, MKTAG('x', 'd', '5', '5') }, /* XDCAM HD422 720p25 CBR */
>>      { CODEC_ID_MPEG2VIDEO, MKTAG('x', 'd', '5', '9') }, /* XDCAM HD422 720p60 CBR */
>>      { CODEC_ID_MPEG2VIDEO, MKTAG('x', 'd', '5', 'a') }, /* XDCAM HD422 720p50 CBR */
>>      { CODEC_ID_MPEG2VIDEO, MKTAG('x', 'd', '5', 'b') }, /* XDCAM HD422 1080i60 CBR */
>
> so is there xd56 xd57 xd58 too ?

Most likely, but I haven't run into such yet. You could probably add 
them blindly as well, but figuring out which XDCAM flavor they 
correspond to would be nice.

> anybody try contacting sony/xdcam ?

Apple would likely be a better candidate since FCP is what spits these 
out IIRC.

/Tomas



More information about the ffmpeg-devel mailing list