--- transcode-0.6.14/src/transcode.c 2004-11-03 14:15:38.000000000 +1030 +++ transcode-0.6.14-patched/src/transcode.c 2005-01-02 23:57:13.000000000 +1030 @@ -2830,8 +2830,8 @@ // vob->im_v_codec = CODEC_YUV; // mpeg is always YUV // will this always do? // Make an educated guess if this is pal or ntsc - if (vob->im_v_height == 288 || vob->im_v_height == 576) impal = 1; - if ((int)vob->fps == 25 || vob->im_frc == 3) impal = 1; +/* if (vob->im_v_height == 288 || vob->im_v_height == 576) impal = 1; + if ((int)vob->fps == 25 || vob->im_frc == 3) impal = 1;*/ if (vob->mpeg_profile == VCD_PAL || vob->mpeg_profile == SVCD_PAL ||