inMode = InputMode.HDDVDSUP;
}
// decode first frame
subtitleStream.decode(0);
subVobTrg = new SubPictureDVD();
// automatically set luminance thresholds for VobSub conversion
int maxLum = subtitleStream.getPalette().getY()[subtitleStream.getPrimaryColorIndex()] & 0xff;
int[] luminanceThreshold = new int[2];
configuration.setLuminanceThreshold(luminanceThreshold);