String subsFileCharset = FileUtil.getFileCharset(tempSubs);
if (subsFileCharset == null) {
subsFileCharset = CHARSET_UTF_8;
}
BufferedWriter output;
Mode3D mode3D = media.get3DLayout();
if (mode3D == null) {
LOGGER.debug("The 3D layout not recognized for the 3D video");
throw new NullPointerException("The 3D layout not recognized for the 3D video");
}