Allow > 60 fps 3D.
authorCarl Hetherington <cth@carlh.net>
Sun, 23 Oct 2016 23:52:38 +0000 (00:52 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 3 Dec 2019 16:01:32 +0000 (17:01 +0100)
src/AS_DCP_JP2K.cpp

index 4510ed1e6d3befa66fc1dad6d145d0bff6289d12..052725edfaddf755bbe0b16779840ed16b61e12d 100755 (executable)
@@ -1354,6 +1354,8 @@ ASDCP::JP2K::MXFSWriter::OpenWrite(const std::string& filename, const WriterInfo
   else
     m_Writer = new h__SWriter(DefaultInteropDict());
 
+#if 0
+  /* This check has been removed so that DCP-o-matic can use any edit rate it wants */
   if ( PDesc.EditRate != ASDCP::EditRate_24
        && PDesc.EditRate != ASDCP::EditRate_25
        && PDesc.EditRate != ASDCP::EditRate_30
@@ -1364,6 +1366,7 @@ ASDCP::JP2K::MXFSWriter::OpenWrite(const std::string& filename, const WriterInfo
       DefaultLogSink().Error("Stereoscopic wrapping requires 24, 25, 30, 48, 50 or 60 fps input streams.\n");
       return RESULT_FORMAT;
     }
+#endif
 
   if ( PDesc.StoredWidth > 2048 )
     DefaultLogSink().Warn("Wrapping non-standard 4K stereoscopic content. I hope you know what you are doing!\n");