|
From: <lu...@sn...> - 2001-01-10 13:18:56
|
> Please check out the file http://www.schirmacher.de/tmp/test001.avi . It > displays correctly under Windows, but not using the libdv codec. It has > been created with a PAL Panasonic NV-DX100, however the Windows mediaplayer > says it is a NTSC file. The DIF Sequence Flag bit in the header is in fact > zero. If I force this to one, then the display under Linux is ok. > > Do you have any idea why the dv data seems to be inconsistent? Is there > another way of discriminating between PAL and NTSC besides using the DSF > bit? I have already seen this problem earlier, maybe we need a workaround > allowing for broken camcorders. SMPTE314M page 12. There is another 50/60 bit in VAUX packed 0x60 pack_data [0] == 0x60, pack_data [3] & 0x20 -> 50 if bit set. Could you check this ? Stefan Lucke |