From 5006af143f069d10af5cd8b6b60d295de9187006 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 18 Dec 2015 14:30:52 +0000 Subject: [PATCH] Add hint about 24/48fps Interop. --- ChangeLog | 4 ++++ src/wx/hints_dialog.cc | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3d51462fe..53dbdb8fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-12-18 c.hetherington + + * Add hint about making non-24/48 FPS Interop DCPs. + 2015-12-15 Carl Hetherington * Updated de_DE translation from Carsten Kurz. diff --git a/src/wx/hints_dialog.cc b/src/wx/hints_dialog.cc index a63c6be62..00024fabe 100644 --- a/src/wx/hints_dialog.cc +++ b/src/wx/hints_dialog.cc @@ -149,6 +149,12 @@ HintsDialog::film_changed () _text->Newline (); } + if (film->interop() && film->video_frame_rate() != 24 && film->video_frame_rate() != 48) { + hint = true; + _text->WriteText (_("You are set up for an Interop DCP at a frame rate which is not officially supported. You are advised to make a SMPTE DCP instead.")); + _text->Newline (); + } + int vob = 0; BOOST_FOREACH (shared_ptr i, content) { if (boost::algorithm::starts_with (i->path(0).filename().string(), "VTS_")) { -- 2.30.2