Changes in version 2.14.40
This release fixes two bugs:
- A crash with some (rare) soundtracks.
- A crash when importing a DCP whose ASSETMAP contains assets not used by any PKL.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.39
This release fixes one bug; there is no longer a crash when importing a DCP whose ASSETMAP contains assets not used by any PKL.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.38
This release fixes two bugs:
- The
--standard
flag todcpomatic2_create
should now work properly. - Attempts to create films with empty names are now blocked so that they don't cause uncaught exception errors.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.102
This version has the following changes:
Translations
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated cs_CZ translation from Tomáš Begeni.
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add tool to combine DCPs (#1245).
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Basic subtitle export feature.
- Re-work scaling following excellent insights by Carsten Kurz, described on #1669. Now the scaling of video content is guessed based on its aspect ratio (taking into account pixel aspect ratio) and there is a "custom" option for overriding incorrectly-marked-up content or content which actually needs its shape to be changed.
- Add a new "Advanced settings" dialog for content, accessible from the right-click menu. Move the "use video" checkbox into here, as it feels like excessive clutter to have it in the main video panel.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow export with one audio stream per channel.
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add a new "Add DKDM" dialogue (#1637).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Clicking on the audio graph jumps to that position in the film (#1507).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
- Allow creation of DCPs with video from one and audio from another (#1355).
- Allow more complete control over the libdcp/DCP-o-matic metadata written to various places.
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Fix layout bug where the stuff in the content panel would be completely hidden in some cases (seen on Linux only, I think).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
- Various fixes to the layout when using a GTK3 backend on Linux.
- Various fixes for bugs when using Atmos content.
- Fix vertical alignment with subrip and embedded SSA an codes.
- Content changes should mark the film dirty (#1810).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
- Put current frame position in seek-by-frame (and current time in seek-by-timecode) dialogues when opening them (#1736).
- Don't offer full-frame containers unless 'allow any container' is enabled.
- Give better error messages when the user makes mistakes with KDMs (#1161).
- Move upload-DCP-to-TMS button to preferences.
- Remove encryption key options (#1760).
- Always sign DCPs (#1760).
- Move video filters controls into advanced content dialogue (#1748).
- Add new macOS preferences icons.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.101
This version has the following changes:
Translations
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated cs_CZ translation from Tomáš Begeni.
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Basic subtitle export feature.
- Re-work scaling following excellent insights by Carsten Kurz, described on #1669. Now the scaling of video content is guessed based on its aspect ratio (taking into account pixel aspect ratio) and there is a "custom" option for overriding incorrectly-marked-up content or content which actually needs its shape to be changed.
- Add a new "Advanced settings" dialog for content, accessible from the right-click menu. Move the "use video" checkbox into here, as it feels like excessive clutter to have it in the main video panel.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow export with one audio stream per channel.
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add a new "Add DKDM" dialogue (#1637).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Clicking on the audio graph jumps to that position in the film (#1507).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
- Allow creation of DCPs with video from one and audio from another (#1355).
- Allow more complete control over the libdcp/DCP-o-matic metadata written to various places.
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Fix layout bug where the stuff in the content panel would be completely hidden in some cases (seen on Linux only, I think).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
- Various fixes to the layout when using a GTK3 backend on Linux.
- Various fixes for bugs when using Atmos content.
- Fix vertical alignment with subrip and embedded SSA an codes.
- Content changes should mark the film dirty (#1810).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
- Put current frame position in seek-by-frame (and current time in seek-by-timecode) dialogues when opening them (#1736).
- Don't offer full-frame containers unless 'allow any container' is enabled.
- Give better error messages when the user makes mistakes with KDMs (#1161).
- Move upload-DCP-to-TMS button to preferences.
- Remove encryption key options (#1760).
- Always sign DCPs (#1760).
- Move video filters controls into advanced content dialogue (#1748).
- Add new macOS preferences icons.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.37
This release fixes errors when trying to download KDM certificates in some cases.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.100
This version has the following changes:
Translations
- Updated nl_NL translation from Rob van Nieuwkerk.
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Basic subtitle export feature.
- Re-work scaling following excellent insights by Carsten Kurz, described on #1669. Now the scaling of video content is guessed based on its aspect ratio (taking into account pixel aspect ratio) and there is a "custom" option for overriding incorrectly-marked-up content or content which actually needs its shape to be changed.
- Add a new "Advanced settings" dialog for content, accessible from the right-click menu. Move the "use video" checkbox into here, as it feels like excessive clutter to have it in the main video panel.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow export with one audio stream per channel.
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add a new "Add DKDM" dialogue (#1637).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Clicking on the audio graph jumps to that position in the film (#1507).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
- Allow creation of DCPs with video from one and audio from another (#1355).
- Allow more complete control over the libdcp/DCP-o-matic metadata written to various places.
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Fix layout bug where the stuff in the content panel would be completely hidden in some cases (seen on Linux only, I think).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
- Various fixes to the layout when using a GTK3 backend on Linux.
- Various fixes for bugs when using Atmos content.
- Fix vertical alignment with subrip and embedded SSA an codes.
- Content changes should mark the film dirty (#1810).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
- Put current frame position in seek-by-frame (and current time in seek-by-timecode) dialogues when opening them (#1736).
- Don't offer full-frame containers unless 'allow any container' is enabled.
- Give better error messages when the user makes mistakes with KDMs (#1161).
- Move upload-DCP-to-TMS button to preferences.
- Remove encryption key options (#1760).
- Always sign DCPs (#1760).
- Move video filters controls into advanced content dialogue (#1748).
- Add new macOS preferences icons.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.99
This version has the following changes:
Translations
- Updated nl_NL translation from Rob van Nieuwkerk.
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Basic subtitle export feature.
- Re-work scaling following excellent insights by Carsten Kurz, described on #1669. Now the scaling of video content is guessed based on its aspect ratio (taking into account pixel aspect ratio) and there is a "custom" option for overriding incorrectly-marked-up content or content which actually needs its shape to be changed.
- Add a new "Advanced settings" dialog for content, accessible from the right-click menu. Move the "use video" checkbox into here, as it feels like excessive clutter to have it in the main video panel.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow export with one audio stream per channel.
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add a new "Add DKDM" dialogue (#1637).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Clicking on the audio graph jumps to that position in the film (#1507).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
- Allow creation of DCPs with video from one and audio from another (#1355).
- Allow more complete control over the libdcp/DCP-o-matic metadata written to various places.
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Fix layout bug where the stuff in the content panel would be completely hidden in some cases (seen on Linux only, I think).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
- Various fixes to the layout when using a GTK3 backend on Linux.
- Various fixes for bugs when using Atmos content.
- Fix vertical alignment with subrip and embedded SSA an codes.
- Content changes should mark the film dirty (#1810).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
- Put current frame position in seek-by-frame (and current time in seek-by-timecode) dialogues when opening them (#1736).
- Don't offer full-frame containers unless 'allow any container' is enabled.
- Give better error messages when the user makes mistakes with KDMs (#1161).
- Move upload-DCP-to-TMS button to preferences.
- Remove encryption key options (#1760).
- Always sign DCPs (#1760).
- Move video filters controls into advanced content dialogue (#1748).
- Add new macOS preferences icons.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.98
This version has the following changes:
Translations
- Updated nl_NL translation from Rob van Nieuwkerk.
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Re-work scaling following excellent insights by Carsten Kurz, described on #1669. Now the scaling of video content is guessed based on its aspect ratio (taking into account pixel aspect ratio) and there is a "custom" option for overriding incorrectly-marked-up content or content which actually needs its shape to be changed.
- Add a new "Advanced settings" dialog for content, accessible from the right-click menu. Move the "use video" checkbox into here, as it feels like excessive clutter to have it in the main video panel.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow export with one audio stream per channel.
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add a new "Add DKDM" dialogue (#1637).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Clicking on the audio graph jumps to that position in the film (#1507).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
- Allow creation of DCPs with video from one and audio from another (#1355).
- Allow more complete control over the libdcp/DCP-o-matic metadata written to various places.
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Fix layout bug where the stuff in the content panel would be completely hidden in some cases (seen on Linux only, I think).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
- Various fixes to the layout when using a GTK3 backend on Linux.
- Various fixes for bugs when using Atmos content.
- Fix vertical alignment with subrip and embedded SSA an codes.
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
- Put current frame position in seek-by-frame (and current time in seek-by-timecode) dialogues when opening them (#1736).
- Don't offer full-frame containers unless 'allow any container' is enabled.
- Give better error messages when the user makes mistakes with KDMs (#1161).
- Move upload-DCP-to-TMS button to preferences.
- Remove encryption key options (#1760).
- Always sign DCPs (#1760).
- Move video filters controls into advanced content dialogue (#1748).
- Add new macOS preferences icons.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.96
This version has the following changes:
Translations
- Updated nl_NL translation from Rob van Nieuwkerk.
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Re-work scaling following excellent insights by Carsten Kurz, described on #1669. Now the scaling of video content is guessed based on its aspect ratio (taking into account pixel aspect ratio) and there is a "custom" option for overriding incorrectly-marked-up content or content which actually needs its shape to be changed.
- Add a new "Advanced settings" dialog for content, accessible from the right-click menu. Move the "use video" checkbox into here, as it feels like excessive clutter to have it in the main video panel.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow export with one audio stream per channel.
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add a new "Add DKDM" dialogue (#1637).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Clicking on the audio graph jumps to that position in the film (#1507).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
- Allow creation of DCPs with video from one and audio from another (#1355).
- Allow more complete control over the libdcp/DCP-o-matic metadata written to various places.
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Fix layout bug where the stuff in the content panel would be completely hidden in some cases (seen on Linux only, I think).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
- Various fixes to the layout when using a GTK3 backend on Linux.
- Various fixes for bugs when using Atmos content.
- Fix vertical alignment with subrip and embedded SSA an codes.
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
- Put current frame position in seek-by-frame (and current time in seek-by-timecode) dialogues when opening them (#1736).
- Don't offer full-frame containers unless 'allow any container' is enabled.
- Give better error messages when the user makes mistakes with KDMs (#1161).
- Move upload-DCP-to-TMS button to preferences.
- Remove encryption key options (#1760).
- Always sign DCPs (#1760).
- Move video filters controls into advanced content dialogue (#1748).
- Add new macOS preferences icons.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.95
This version has the following changes:
Translations
- Updated nl_NL translation from Rob van Nieuwkerk.
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Re-work scaling following excellent insights by Carsten Kurz, described on #1669. Now the scaling of video content is guessed based on its aspect ratio (taking into account pixel aspect ratio) and there is a "custom" option for overriding incorrectly-marked-up content or content which actually needs its shape to be changed.
- Add a new "Advanced settings" dialog for content, accessible from the right-click menu. Move the "use video" checkbox into here, as it feels like excessive clutter to have it in the main video panel.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow export with one audio stream per channel.
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add a new "Add DKDM" dialogue (#1637).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Clicking on the audio graph jumps to that position in the film (#1507).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
- Allow creation of DCPs with video from one and audio from another (#1355).
- Allow more complete control over the libdcp/DCP-o-matic metadata written to various places.
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
- Various fixes to the layout when using a GTK3 backend on Linux.
- Various fixes for bugs when using Atmos content.
- Fix vertical alignment with subrip and embedded SSA an codes.
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
- Put current frame position in seek-by-frame (and current time in seek-by-timecode) dialogues when opening them (#1736).
- Don't offer full-frame containers unless 'allow any container' is enabled.
- Give better error messages when the user makes mistakes with KDMs (#1161).
- Move upload-DCP-to-TMS button to preferences.
- Remove encryption key options (#1760).
- Always sign DCPs (#1760).
- Move video filters controls into advanced content dialogue (#1748).
- Add new macOS preferences icons.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.36
This release fixes several bugs. The most important fix is for major sync problems when making DCPs from source files ripped from DVDs (and possibly other media) which use ‘soft telecine (2:3 pulldown)’. DCP-o-matic was reading these as if they were 29.97 frames per second instead of 23.976. If you make DCPs from NTSC (US) DVD rips using DCP-o-matic 2.14.27 or above you are strongly advised to upgrade. After the upgrade, if you have projects containing such files you will need to open them, right-click on any DVD-rip files and select ‘Re-examine Content’.
Other things fixed by this release are:
- Various problems with closed captions not being shown or updated properly in DCP-o-matic and the player.
- Errors when exporting from projects with audio channel counts lower than 6 or more than 8.
- Crashes when clicking on certain channel checkboxes in the audio analysis window while an analysis is running.
- Flickering contents in the audio analysis window while an analysis is running.
- Crashes if a non-DCP directory is chosen during ‘Open’
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.94
This version has the following changes:
Translations
- Updated nl_NL translation from Rob van Nieuwkerk.
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Re-work scaling following excellent insights by Carsten Kurz, described on #1669. Now the scaling of video content is guessed based on its aspect ratio (taking into account pixel aspect ratio) and there is a "custom" option for overriding incorrectly-marked-up content or content which actually needs its shape to be changed.
- Add a new "Advanced settings" dialog for content, accessible from the right-click menu. Move the "use video" checkbox into here, as it feels like excessive clutter to have it in the main video panel.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add a new "Add DKDM" dialogue (#1637).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Clicking on the audio graph jumps to that position in the film (#1507).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
- Allow creation of DCPs with video from one and audio from another (#1355).
- Allow more complete control over the libdcp/DCP-o-matic metadata written to various places.
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
- Various fixes to the layout when using a GTK3 backend on Linux.
- Various fixes for bugs when using Atmos content.
- Fix vertical alignment with subrip and embedded SSA an codes.
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
- Put current frame position in seek-by-frame (and current time in seek-by-timecode) dialogues when opening them (#1736).
- Don't offer full-frame containers unless 'allow any container' is enabled.
- Give better error messages when the user makes mistakes with KDMs (#1161).
- Move upload-DCP-to-TMS button to preferences.
- Remove encryption key options (#1760).
- Always sign DCPs (#1760).
- Move video filters controls into advanced content dialogue (#1748).
- Add new macOS preferences icons.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.35
This release fixes three bugs:- Errors when exporting from projects with audio channel counts lower than 6 or more than 8.
- Crashes when clicking on certain channel checkboxes in the audio analysis window while an analysis is running.
- Flickering contents in the audio analysis window while an analysis is running.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.93
This version has the following changes:
Translations
- Updated nl_NL translation from Rob van Nieuwkerk.
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Re-work scaling following excellent insights by Carsten Kurz, described on #1669. Now the scaling of video content is guessed based on its aspect ratio (taking into account pixel aspect ratio) and there is a "custom" option for overriding incorrectly-marked-up content or content which actually needs its shape to be changed.
- Add a new "Advanced settings" dialog for content, accessible from the right-click menu. Move the "use video" checkbox into here, as it feels like excessive clutter to have it in the main video panel.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add a new "Add DKDM" dialogue (#1637).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Clicking on the audio graph jumps to that position in the film (#1507).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
- Allow creation of DCPs with video from one and audio from another (#1355).
- Allow more complete control over the libdcp/DCP-o-matic metadata written to various places.
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
- Various fixes to the layout when using a GTK3 backend on Linux.
- Various fixes for bugs when using Atmos content.
- Fix vertical alignment with subrip and embedded SSA an codes.
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
- Put current frame position in seek-by-frame (and current time in seek-by-timecode) dialogues when opening them (#1736).
- Don't offer full-frame containers unless 'allow any container' is enabled.
- Give better error messages when the user makes mistakes with KDMs (#1161).
- Move upload-DCP-to-TMS button to preferences.
- Remove encryption key options (#1760).
- Always sign DCPs (#1760).
- Move video filters controls into advanced content dialogue (#1748).
- Add new macOS preferences icons.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.34
This release fixes errors when exporting from projects with audio channel counts lower than 6 or more than 8.Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.90
This version has the following changes:
Translations
- Updated nl_NL translation from Rob van Nieuwkerk.
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Re-work scaling following excellent insights by Carsten Kurz, described on #1669. Now the scaling of video content is guessed based on its aspect ratio (taking into account pixel aspect ratio) and there is a "custom" option for overriding incorrectly-marked-up content or content which actually needs its shape to be changed.
- Add a new "Advanced settings" dialog for content, accessible from the right-click menu. Move the "use video" checkbox into here, as it feels like excessive clutter to have it in the main video panel.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add a new "Add DKDM" dialogue (#1637).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Clicking on the audio graph jumps to that position in the film (#1507).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
- Allow creation of DCPs with video from one and audio from another (#1355).
- Allow more complete control over the libdcp/DCP-o-matic metadata written to various places.
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
- Various fixes to the layout when using a GTK3 backend on Linux.
- Various fixes for bugs when using Atmos content.
- Fix vertical alignment with subrip and embedded SSA an codes.
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
- Put current frame position in seek-by-frame (and current time in seek-by-timecode) dialogues when opening them (#1736).
- Don't offer full-frame containers unless 'allow any container' is enabled.
- Give better error messages when the user makes mistakes with KDMs (#1161).
- Move upload-DCP-to-TMS button to preferences.
- Remove encryption key options (#1760).
- Always sign DCPs (#1760).
- Move video filters controls into advanced content dialogue (#1748).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.89
This version has the following changes:
Translations
- Updated nl_NL translation from Rob van Nieuwkerk.
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Re-work scaling following excellent insights by Carsten Kurz, described on #1669. Now the scaling of video content is guessed based on its aspect ratio (taking into account pixel aspect ratio) and there is a "custom" option for overriding incorrectly-marked-up content or content which actually needs its shape to be changed.
- Add a new "Advanced settings" dialog for content, accessible from the right-click menu. Move the "use video" checkbox into here, as it feels like excessive clutter to have it in the main video panel.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add a new "Add DKDM" dialogue (#1637).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Clicking on the audio graph jumps to that position in the film (#1507).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
- Allow creation of DCPs with video from one and audio from another (#1355).
- Allow more complete control over the libdcp/DCP-o-matic metadata written to various places.
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
- Various fixes to the layout when using a GTK3 backend on Linux.
- Various fixes for bugs when using Atmos content.
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
- Put current frame position in seek-by-frame (and current time in seek-by-timecode) dialogues when opening them (#1736).
- Don't offer full-frame containers unless 'allow any container' is enabled.
- Give better error messages when the user makes mistakes with KDMs (#1161).
- Move upload-DCP-to-TMS button to preferences.
- Remove encryption key options (#1760).
- Always sign DCPs (#1760).
- Move video filters controls into advanced content dialogue (#1748).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.86
This version has the following changes:
Translations
- Updated nl_NL translation from Rob van Nieuwkerk.
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Re-work scaling following excellent insights by Carsten Kurz, described on #1669. Now the scaling of video content is guessed based on its aspect ratio (taking into account pixel aspect ratio) and there is a "custom" option for overriding incorrectly-marked-up content or content which actually needs its shape to be changed.
- Add a new "Advanced settings" dialog for content, accessible from the right-click menu. Move the "use video" checkbox into here, as it feels like excessive clutter to have it in the main video panel.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add a new "Add DKDM" dialogue (#1637).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Clicking on the audio graph jumps to that position in the film (#1507).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
- Allow creation of DCPs with video from one and audio from another (#1355).
- Allow more complete control over the libdcp/DCP-o-matic metadata written to various places.
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
- Various fixes to the layout when using a GTK3 backend on Linux.
- Various fixes for bugs when using Atmos content.
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
- Put current frame position in seek-by-frame (and current time in seek-by-timecode) dialogues when opening them (#1736).
- Don't offer full-frame containers unless 'allow any container' is enabled.
- Give better error messages when the user makes mistakes with KDMs (#1161).
- Move upload-DCP-to-TMS button to preferences.
- Remove encryption key options (#1760).
- Always sign DCPs (#1760).
- Move video filters controls into advanced content dialogue (#1748).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.84
This version has the following changes:
Translations
- Updated nl_NL translation from Rob van Nieuwkerk.
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Re-work scaling following excellent insights by Carsten Kurz, described on #1669. Now the scaling of video content is guessed based on its aspect ratio (taking into account pixel aspect ratio) and there is a "custom" option for overriding incorrectly-marked-up content or content which actually needs its shape to be changed.
- Add a new "Advanced settings" dialog for content, accessible from the right-click menu. Move the "use video" checkbox into here, as it feels like excessive clutter to have it in the main video panel.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add a new "Add DKDM" dialogue (#1637).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Clicking on the audio graph jumps to that position in the film (#1507).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
- Allow creation of DCPs with video from one and audio from another (#1355).
- Allow more complete control over the libdcp/DCP-o-matic metadata written to various places.
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
- Various fixes to the layout when using a GTK3 backend on Linux.
- Various fixes for bugs when using Atmos content.
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
- Put current frame position in seek-by-frame (and current time in seek-by-timecode) dialogues when opening them (#1736).
- Don't offer full-frame containers unless 'allow any container' is enabled.
- Give better error messages when the user makes mistakes with KDMs (#1161).
- Move upload-DCP-to-TMS button to preferences.
- Remove encryption key options (#1760).
- Always sign DCPs (#1760).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.81
This version has the following changes:
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Re-work scaling following excellent insights by Carsten Kurz, described on #1669. Now the scaling of video content is guessed based on its aspect ratio (taking into account pixel aspect ratio) and there is a "custom" option for overriding incorrectly-marked-up content or content which actually needs its shape to be changed.
- Add a new "Advanced settings" dialog for content, accessible from the right-click menu. Move the "use video" checkbox into here, as it feels like excessive clutter to have it in the main video panel.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add a new "Add DKDM" dialogue (#1637).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Clicking on the audio graph jumps to that position in the film (#1507).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
- Allow creation of DCPs with video from one and audio from another (#1355).
- Allow more complete control over the libdcp/DCP-o-matic metadata written to various places.
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
- Various fixes to the layout when using a GTK3 backend on Linux.
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
- Put current frame position in seek-by-frame (and current time in seek-by-timecode) dialogues when opening them (#1736).
- Don't offer full-frame containers unless 'allow any container' is enabled.
- Give better error messages when the user makes mistakes with KDMs (#1161).
- Move upload-DCP-to-TMS button to preferences.
- Remove encryption key options (#1760).
- Always sign DCPs (#1760).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.79
This version has the following changes:
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Re-work scaling following excellent insights by Carsten Kurz, described on #1669. Now the scaling of video content is guessed based on its aspect ratio (taking into account pixel aspect ratio) and there is a "custom" option for overriding incorrectly-marked-up content or content which actually needs its shape to be changed.
- Add a new "Advanced settings" dialog for content, accessible from the right-click menu. Move the "use video" checkbox into here, as it feels like excessive clutter to have it in the main video panel.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add a new "Add DKDM" dialogue (#1637).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Clicking on the audio graph jumps to that position in the film (#1507).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
- Allow creation of DCPs with video from one and audio from another (#1355).
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
- Various fixes to the layout when using a GTK3 backend on Linux.
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
- Put current frame position in seek-by-frame (and current time in seek-by-timecode) dialogues when opening them (#1736).
- Don't offer full-frame containers unless 'allow any container' is enabled.
- Give better error messages when the user makes mistakes with KDMs (#1161).
- Move upload-DCP-to-TMS button to preferences.
- Remove encryption key options (#1760).
- Always sign DCPs (#1760).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.78
This version has the following changes:
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Re-work scaling following excellent insights by Carsten Kurz, described on #1669. Now the scaling of video content is guessed based on its aspect ratio (taking into account pixel aspect ratio) and there is a "custom" option for overriding incorrectly-marked-up content or content which actually needs its shape to be changed.
- Add a new "Advanced settings" dialog for content, accessible from the right-click menu. Move the "use video" checkbox into here, as it feels like excessive clutter to have it in the main video panel.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add a new "Add DKDM" dialogue (#1637).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Clicking on the audio graph jumps to that position in the film (#1507).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
- Allow creation of DCPs with video from one and audio from another (#1355).
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
- Various fixes to the layout when using a GTK3 backend on Linux.
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
- Put current frame position in seek-by-frame (and current time in seek-by-timecode) dialogues when opening them (#1736).
- Don't offer full-frame containers unless 'allow any container' is enabled.
- Give better error messages when the user makes mistakes with KDMs (#1161).
- Move upload-DCP-to-TMS button to preferences.
- Remove encryption key options (#1760).
- Always sign DCPs (#1760).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.77
This version has the following changes:
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Re-work scaling following excellent insights by Carsten Kurz, described on #1669. Now the scaling of video content is guessed based on its aspect ratio (taking into account pixel aspect ratio) and there is a "custom" option for overriding incorrectly-marked-up content or content which actually needs its shape to be changed.
- Add a new "Advanced settings" dialog for content, accessible from the right-click menu. Move the "use video" checkbox into here, as it feels like excessive clutter to have it in the main video panel.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add a new "Add DKDM" dialogue (#1637).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Clicking on the audio graph jumps to that position in the film (#1507).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
- Allow creation of DCPs with video from one and audio from another (#1355).
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
- Various fixes to the layout when using a GTK3 backend on Linux.
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
- Put current frame position in seek-by-frame (and current time in seek-by-timecode) dialogues when opening them (#1736).
- Don't offer full-frame containers unless 'allow any container' is enabled.
- Give better error messages when the user makes mistakes with KDMs (#1161).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.75
This version has the following changes:
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Re-work scaling following excellent insights by Carsten Kurz, described on #1669. Now the scaling of video content is guessed based on its aspect ratio (taking into account pixel aspect ratio) and there is a "custom" option for overriding incorrectly-marked-up content or content which actually needs its shape to be changed.
- Add a new "Advanced settings" dialog for content, accessible from the right-click menu. Move the "use video" checkbox into here, as it feels like excessive clutter to have it in the main video panel.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add a new "Add DKDM" dialogue (#1637).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Clicking on the audio graph jumps to that position in the film (#1507).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
- Put current frame position in seek-by-frame (and current time in seek-by-timecode) dialogues when opening them (#1736).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.73
This version has the following changes:
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Re-work scaling following excellent insights by Carsten Kurz, described on #1669. Now the scaling of video content is guessed based on its aspect ratio (taking into account pixel aspect ratio) and there is a "custom" option for overriding incorrectly-marked-up content or content which actually needs its shape to be changed.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add a new "Add DKDM" dialogue (#1637).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
- Put current frame position in seek-by-frame (and current time in seek-by-timecode) dialogues when opening them (#1736).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.72
This version has the following changes:
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Re-work scaling following excellent insights by Carsten Kurz, described on #1669. Now the scaling of video content is guessed based on its aspect ratio (taking into account pixel aspect ratio) and there is a "custom" option for overriding incorrectly-marked-up content or content which actually needs its shape to be changed.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add a new "Add DKDM" dialogue (#1637).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
- Put current frame position in seek-by-frame (and current time in seek-by-timecode) dialogues when opening them (#1736).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.33
This release fixes downloading of certificates from Christie's website, and adds experimental builds for Ubuntu 20.04 and Fedora 32. I hope everybody is doing OK out there!Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.71
This version has the following changes:
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
- Put current frame position in seek-by-frame (and current time in seek-by-timecode) dialogues when opening them (#1736).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.70
This version has the following changes:
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
- Put current frame position in seek-by-frame (and current time in seek-by-timecode) dialogues when opening them (#1736).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.67
This version has the following changes:
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
- Put current frame position in seek-by-frame (and current time in seek-by-timecode) dialogues when opening them (#1736).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.66
This version has the following changes:
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.62
This version has the following changes:
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.61
This version has the following changes:
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.60
This version has the following changes:
New features
- (In Alpha test) Disk Writer tool to create DCP drives in EXT2 format.
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add subtitle analysis so that the outline of all subtitles in a piece of content can be overlaid onto the preview (#1233).
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.53
This version has the following changes:
New features
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Add option to set project properties from a DCP loaded as content (#1688).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.52
This version has the following changes:
New features
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Calculate LEQ(m) when analysing audio.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Checksum network encode requests and replies to protect against network corruption (#1381).
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
- Add some new keyboard shortcuts for moving around on the timeline.
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
- Ignore and report failures to decode frames during playback, rather than crashing (#1593).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
- Try to give a better error when we fail to start J2K encoding (probably because of a lack of addressable RAM).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.51
This version has the following changes:
New features
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.50
This version has the following changes:
New features
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- DCP-o-matic should no longer create reels shorter than 1 second.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Give a better error when opening a DCP with File -> Open by mistake (#1723).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.32
This release gives a more helpful error when opening a DCP with File -> Open by mistake and fixes a crash when invalid certificate keys are found.Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.47
This version has the following changes:
New features
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.46
This version has the following changes:
New features
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.31
This release fixes bugs which appear when modifying the colour conversion or timing settings of more than one piece of content at the same time.Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.45
This version has the following changes:
New features
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Add a simple playlist editor and add basic support of playlists (SPLs) in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.44
This version has the following changes:
New features
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
- Allow > 0dB gain per channel in the audio matrix (#1720).
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.30
This release fixes four bugs:- Possible fix for programming errors in
audio_buffers
. - Fix hang during content examination in some cases.
- Fix slipping sync between audio and video in some cases.
- Fix crash with bitmapped subtitles in some (rare) cases.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.29
This release fixes four bugs:- Possible fix for programming errors in
audio_buffers
. - Fix hang during content examination in some cases.
- Fix slipping sync between audio and video in some cases.
- Fix crash with bitmapped subtitles in some (rare) cases.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.42
This version has the following changes:
New features
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
- Apply fader-based gain calculations to the current gain, not 0dB.
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
- Warn if doing a gain calculation might cause clipping.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.26
This release fixes two bugs:- Crash at the end of DCP encodes in some cases.
- Incorrect bitmapped subtitle colours in some cases.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.25
This release supports import of binary STL subtitle files.Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.23
This release fixes two bugs and adds one small feature:- Improve automatic channel detection with files exported from Pro-Tools.
- Fix crash on entering invalid dates into the KDM generator.
- Fix incorrect fades with non-integer frame-rate sources.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.41
This version has the following changes:
New features
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
- Make the 'why not' messages for VF creation a bit clearer.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.22
This release fixes two bugs:- Crash when playing back projects containing DCPs and extra replacement audio files.
- Erroneous messages about not being able to reference subtitles in a VF because of Interop/SMPTE mismatches.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.40
This version has the following changes:
New features
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
- Add an output audio matrix (#1482).
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
- Move credentials settings into certificate download dialogue (#1480).
- Tweak certficate chain dialogue layout (#1530).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.21
This release fixes three bugs and adds two (tiny) features:- Fix failure to make a DCP from non-integer-framerate sources with trim, in some cases.
- Fix preview updates after changing end trim (#1709 and probably #1434).
- Fix failure to save screen notes when making a new screen.
- Add --config option to dcpomatic2 (#1703).
- Add --version option to main DCP-o-matic.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.20
This release removes our forcing ofanalyzeduration
and
probesize
as they seem to cause weird problems when
scanning some files.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.19
This release fixes problems when end-trimming sources with non-integer frame rates (#1694).Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.39
This version has the following changes:
New features
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Flush audio decoder when a DCPDecoder finishes so that resamplers are emptied and hence we don't lose any samples. Fixes #1691.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
- Allow configuration of relevant log levels in the player (#1549).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.18
This release contains three changes:- Fix errors when using DCP content and changing the frame rate, in some cases (#1691).
- Prevent empty Font IDs in imported DCP subtitles making it into the output DCP (#1689).
dcpomatic_create
responds to--version
onstdout
, notstderr
(#1686)
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.38
This version has the following changes:
New features
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Improved DCP verification in the player.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
- dcpomatic_create now responds to --version on stdout, not stderr (#1686).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.37
This version has the following changes:
New features
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Fix exported videos with imprecise framerates (e.g. 24.01 rather than 24) in some cases (#1663).
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Prevent the creation of KDMs with validity periods that lie outside the validity of the signing certificates.
- Create signing certificates whose validity starts a week before DCP-o-matic's installation, so that they are less likely to start too late for a KDM that we make (#1422).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Fix crash when exporting a 2D project containing 3D content (#1680).
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.17
This release contains three changes:- More accurate presentation timestamps on exported video, which may help with misreported frame rates (#1663).
- Fix for a crash when exporting a 2D project containing 3D content (#1680).
- Fix crash when attempting to make a DCP from a project where all content has been trimmed to zero length.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.16
This release contains just one bug fix: to make preview and burn of italics subtitles work again (in some circumstances) on Windows.Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.15
This release contains just one bug fix:- Properly ignore empty asset path errors that do not lead to missing asset errors.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.36
This version has the following changes:
New features
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Put the timecode next to the rewind-to-0 button to help avoid mouse-slips (#1234).
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.35
This version has the following changes:
New features
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Hopefully fix incorrect bitmapped subtitle colours.
- Don't crash if history items are inaccessible.
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.14
This release contains the following improvements and bug-fixes:- Updated cs_CZ translation from Tomáš Begeni.
- Updated es_ES translation from Manuel AC.
- Fix no-stretch / no-scale for non-square pixels (#1636).
- Fix incorrect images when cropping without stretch in some cases.
- Fix VF creation when there are black/silent gaps in the project.
- Fix timezone metadata when using timezones with non-zero minute values that are behind UTC.
- Allow DCPs to be read even with empty <Path> nodes in the asset map.
- Try harder to keep the machine awake during export and when acting as an encode server.
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to warn about possible problems with Windows controlled folder access.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.32
This version has the following changes:
New features
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Possible fix for various causes of audio lagging video in DCPs.
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Don't crash if history items are inaccessible.
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.31
This version has the following changes:
New features
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Don't crash if history items are inaccessible.
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.30
This version has the following changes:
New features
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to fix no-stretch / no-scale for non-square pixels (#1636).
- Don't crash if history items are inaccessible.
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
- Try to ignore exceptions thrown from boost::filesystem::is_symlink (#1662).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.29
This version has the following changes:
New features
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Fix incorrect images when cropping without stretch.
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Don't crash if history items are inaccessible.
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
- Keep the computer awake when doing exports and hash computations.
- Fix VF creation with gaps between content.
- Keep default export name even if the user changes the format (#1584).
- Prevent reference/reel setting controls getting stuck when referenced content is moved with reel mode 'single' enabled (#1645).
- Set fade in/out using content frame rate rather than DCP rate (#1642).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.28
This version has the following changes:
New features
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- Fix disappearing preview video on changing CPL in some cases (#1641).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Don't crash if history items are inaccessible.
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.13
This is a bug-fix release with a small set of improvements:- macOS builds are notarized so they should open without too much complaint on Catalina.
- Fix disappearing preview video when switching CPLs in some cases (#1641).
- Prevent player folding audio to 2 channels if “default DCP audio channels” is set to 2.
- Copy with progress updates when we might copy long files (#1574).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.27
This version has the following changes:
New features
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Avoid unnecessary re-writes of video assets if they are staying the same (#1638).
- Add Bob Weaver Deinterlacing Filter (bwdif).
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Don't crash if history items are inaccessible.
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
- Prevent player folding audio to 2 channel if ‘default DCP audio channels’ is set to 2.
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling ‘Use ISDCF name’ (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.25
This version has the following changes:
New features
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Add Bob Weaver Deinterlacing Filter (bwdif).
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Don't crash if history items are inaccessible.
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
- ISDCF name fixes with > 6 channels and HI/VI (#1633).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Copy with progress updates when we might copy long files (#1574).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling 'Use ISDCF name' (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.11
This is a bug-fix release with a small set of improvements:- Fix crash on making a VF from a multi-reel source in some circumstances.
- Potential fix for errors related to the info file (#1618).
- Fix small errors in start and and trims when content frame rate is different from DCP frame rate (#1607).
- Stop double-clicks on the splitter from hiding things (#1601).
- Improve a few error messages to be less confusing.
- Re-apply XML namespace adjustment to comply with some validators.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.23
This version has the following changes:
New features
- Basics of allowing video parts of files to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Support download of certificates from Qube (#1460).
- Primitive subtitle export feature.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Add Bob Weaver Deinterlacing Filter (bwdif).
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Don't crash if history items are inaccessible.
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
- Potential fix for errors related to info files (#1618).
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling 'Use ISDCF name' (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Hide the upmixers unless an "advanced" configuration option is ticked.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.21
This version has the following changes:
New features
- Basics of allowing video parts of FFmpegContent to be disabled (#1355 and others).
- Option to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Support download of certificates from Qube (#1460)
- Primitive subtitle export feature.
- Add playhead line to timeline (#1563).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Add Bob Weaver Deinterlacing Filter (bwdif).
Optimisations
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Various optimisations to the GUI.
Bug fixes
- Fix missing burnt subtitles in some rare cases (#1581).
- Fix periods of black between trimmed content in the preview.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Use content video frame rate rather than the DCP one when reading trim start/end back from the UI. See #1607.
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Don't crash if history items are inaccessible.
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
Tweaks
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling 'Use ISDCF name' (#1513).
- Hide passwords in text fields.
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.19
This version has the following changes:
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Basics of allowing video parts of FFmpegContent to be disabled (#1355 and others).
- Basic ability to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Support download of certificates from Qube (#1460).
- Fix missing burnt subtitles in some rare cases (#1581).
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Fix periods of black between trimmed content in the preview.
- Add export button for DKDMs (#1510).
- Primitive subtitle export feature.
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling 'Use ISDCF name' (#1513).
- Hide passwords in text fields.
- Various optimisations to the GUI.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Add playhead line to timeline (#1563).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Don't crash if history items are inaccessible.
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Stop crashing when running the hints check on films with silent/black gaps.
- Fix timeline selection under scroll.
- Re-fix problems with multiple root node namespaces.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.18
This version has the following changes:
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Basics of allowing video parts of FFmpegContent to be disabled (#1355 and others).
- Basic ability to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Support download of certificates from Qube (#1460).
- Fix missing burnt subtitles in some rare cases (#1581).
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Fix periods of black between trimmed content in the preview.
- Add export button for DKDMs (#1510).
- Primitive subtitle export feature.
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling 'Use ISDCF name' (#1513).
- Hide passwords in text fields.
- Various optimisations to the GUI.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Add playhead line to timeline (#1563).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Don't crash if history items are inaccessible.
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Re-fix problems with multiple root node namespaces.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.17
This version has the following changes:
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Basics of allowing video parts of FFmpegContent to be disabled (#1355 and others).
- Basic ability to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Support download of certificates from Qube (#1460).
- Fix missing burnt subtitles in some rare cases (#1581).
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Fix periods of black between trimmed content in the preview.
- Add export button for DKDMs (#1510).
- Primitive subtitle export feature.
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling 'Use ISDCF name' (#1513).
- Hide passwords in text fields.
- Various optimisations to the GUI.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Add playhead line to timeline (#1563).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Don't crash if history items are inaccessible.
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Re-fix problems with multiple root node namespaces.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.10
This is a bug-fix release with four small changes:- Don't force 24fps onto every DCP made by
dcpomatic2_create
(#1598). - Fix missing log in
dcpomatic2_create
(#1597). - Exit with code 0 on
dcpomatic2_create --version
(#1599). - Restore missing AppImage build of the Encode Server.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.16
This version has the following changes:
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Basics of allowing video parts of FFmpegContent to be disabled (#1355 and others).
- Basic ability to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Support download of certificates from Qube (#1460).
- Fix missing burnt subtitles in some rare cases (#1581).
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Fix periods of black between trimmed content in the preview.
- Add export button for DKDMs (#1510).
- Primitive subtitle export feature.
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling 'Use ISDCF name' (#1513).
- Hide passwords in text fields.
- Various optimisations to the GUI.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Add playhead line to timeline (#1563).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Make player more tolerant of some DCP errors.
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Allow specification of audio forensic marking (in KDMs) for some channels only. Default to enabling forensic marking for video and audio (up to and including channel 12). Fixes #1498.
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Don't crash if history items are inaccessible.
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.9
This is a bug-fix release with two changes:- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
- Don't crash if history items are inaccessible.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.15
This version has the following changes:
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Basics of allowing video parts of FFmpegContent to be disabled (#1355 and others).
- Basic ability to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Support download of certificates from Qube (#1460).
- Fix missing burnt subtitles in some rare cases (#1581).
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Fix periods of black between trimmed content in the preview.
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Use ISDCF name as a default export filename (#1584).
- Trim after _ in current name when enabling 'Use ISDCF name' (#1513).
- Hide passwords in text fields.
- Various optimisations to the GUI.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Add playhead line to timeline (#1563).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Don't crash if history items are inaccessible.
- Ignore video streams with frame rates over 1000 (work-around/fix for #1585).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.12
This version has the following changes:
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Basics of allowing video parts of FFmpegContent to be disabled (#1355 and others).
- Basic ability to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Support download of certificates from Qube (#1460).
- Fix missing burnt subtitles in some rare cases (#1581).
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Hide passwords in text fields.
- Fix crash with some color attributes in Subrip files.
- Fix crash on dragging timeline content in some cases.
- Add playhead line to timeline (#1563).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Don't crash if history items are inaccessible.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.11
This version has the following changes:
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Basics of allowing video parts of FFmpegContent to be disabled (#1355 and others).
- Basic ability to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Support download of certificates from Qube (#1460).
- Fix missing burnt subtitles in some rare cases (#1581).
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Hide passwords in text fields.
- Fix crash on dragging timeline content in some cases.
- Add playhead line to timeline (#1563).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Don't crash if history items are inaccessible.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.10
This version has the following changes:
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Basics of allowing video parts of FFmpegContent to be disabled (#1355 and others).
- Basic ability to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Support download of certificates from Qube (#1460).
- Fix missing burnt subtitles in some rare cases (#1581).
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Add export button for DKDMs (#1510).
- Add support for Datasat AP2x and USL sound processors when converting fader position to gain. Stop storing a chosen processor in config; instead, get the user to choose the processor when calculating gains.
- Hide passwords in text fields.
- Fix crash on dragging timeline content in some cases.
- Add playhead line to timeline (#1563).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
- Don't crash if history items are inaccessible.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.8
This is a bug-fix release which corrects two problems:- Incorrect timing of PNG subtitles in second and subsequent reels.
- Incorrect colours in Subrip subtitles containing
\c
tags.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.6
This version has the following changes:
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Basics of allowing video parts of FFmpegContent to be disabled (#1355 and others).
- Basic ability to set video range (JPEG/MPEG) at least for YUV content. May not work for RGB. See #1509.
- Support for CPL metadata and markers.
- Support download of certificates from Qube (#1460).
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Add export button for DKDMs (#1510).
- Hide passwords in text fields.
- Fix crash on dragging timeline content in some cases.
- Add playhead line to timeline (#1563).
- Potential fix for assertion failures in audio buffers during analysis in some cases (#1568).
- Add Bob Weaver Deinterlacing Filter (bwdif).
- Give an error if 2D content is set to 3D (#1565). Also run 3D tests with more parallel jobs to speed them up.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.7
This is a bug-fix release which corrects a bug where the ‘Edit’ option in the audio matrix operates on the wrong channel.Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.6
This is a bug-fix release which corrects a number of glitches in translations, including one which caused a crash on startup in the cs_CZ locale.Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.5
This is a bug-fix release which corrects a crash when changing the DCP audio channel count in some circumstances.Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.4
This is a bug-fix release which has the following changes from 2.14.2:- Fix error when making DCPs with lots of SMPTE PNG subtitles.
- Give an error if 2D content is marked as 3D.
- Truncate long audio matrix input group names.
- Add tooltip for input groups in the audio matrix.
- Fix crashes (butler full errors) when using some video filters.
- Speculative fix for white lines at the bottom of full-screen playback.
- Use the correct capitalisation of the word ‘PulseAudio’
There is also some updated traslations: de_DE from Carsten Kurz and fr_FR from Thierry Journet. Thanks, Carsten and Thierry!
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.5
This version has the following changes:
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Support for CPL metadata and markers.
- Support download of certificates from Qube (#1460).
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Add export button for DKDMs (#1510).
- Hide passwords in text fields.
- Fix crash on dragging timeline content in some cases.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.3
This version has the following changes:
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Support for CPL metadata and markers.
- Support download of certificates from Qube (#1460).
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Add export button for DKDMs (#1510).
- Hide passwords in text fields.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.1
This version has the following changes:
- An optional OpenGL renderer which should (hopefully) speed up playback. Select it in the ‘Advanced’ tab of Preferences.
- Support for CPL metadata and markers.
- Support download of certificates from Qube (#1460).
- Complain on startup if signer or decryption chains are inconsistent (#1520).
- Add export button for DKDMs (#1510).
- Hide passwords in text fields.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.2
This is a bug-fix release which has the following changes from 2.14.1:- Fix problems with start trim in some rare cases.
- Fix crashes (butler full errors) when using some video filters.
- Speculative fix for white lines at the bottom of full-screen playback.
- Use the correct capitalisation of the word ‘PulseAudio’
There is also an updated nl_NL translation from Rob van Nieuwkerk. Thanks, Rob!
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.1
This is a bug-fix release which has the following changes from 2.14.0:- Fix crash reported in the audio mapping view.
- Fix crashes in the player when displaying PNG subtitles (#1545).
- Fix startup crash on Ubuntu 19.04.
- Fix missing logging in some circumstances.
- Correct formatting errors in the it_IT translation causing incorrect messages in some places.
- Don't try to re-use old video after changing the video frame rate of burnt-in subtitles.
- Don't allow the user to unset the video frame rate of DCP and video content (#1547).
There is also an updated fr_FR translation from Thierry Journet and an updated nl_NL translation from Rob van Nieuwkerk. Thanks to Thierry and Rob!
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.14.0
The most significant changes in this release are:
- Support for closed captioning of DCPs.
- Support for bitmapped (PNG timed-text) subtitles.
- Optional “simple” mode with a cut-down GUI.
- A large number of bug fixes across all areas of the program.
There are also the usual set of translation updates and assorted new small features. Here's a full list:
New translations and translation updates
zh_CN | 刘汉源 |
nl_NL | Rob van Nieuwkerk |
fr_FR | Thierry Journet and Dan Cohen |
de_DE | Carsten Kurz |
cs_CZ | Tomáš Begeni |
it_IT | Felice D'Andrea and Riccardo Mantani |
ru_RU, uk_UA | Igor Voytovich |
tr_TR | Gökhan Aksoy |
da_DK | Anders Uhl Pedersen |
Major new features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional “simple” mode with a cut-down GUI.
- New key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Full-screen mode for the player (#1329).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
Other new features
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e, 3D, 4K and --j2k-bandwidth support to
dcpomatic_create
. - Suggest that DCP rates 30fps and lower are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
- Sort KDM CPL list in reverse timestamp order (#1496).
- Warn when removing KDM decryption certificate.
- Allow explicit specification of email protocol (plain/STARTTLS/SSL).
- Add episode/promo content types.
- Bump default J2K bandwidth to 150MBit/s (#1523).
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write <Language> tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE.
- Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple <LoadFont> tags to Interop subtitles (#1273).
- Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles. - Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
- Warn on importing complete certificate chains (part of #1488).
- Don't offer to make KDMs for CPLs with no encrypted assets (#1490).
- Don't try to send emails to cinemas with no addresses (#1489).
- Restrict the characters used in KDM filenames to a very conservative set.
- Fix referencing of trimmed multi-reel DCPs (#1495).
- Fix missing inbuilt translations of wxWidgets in Fedora (#1502).
- Fix server status window being opened behind others (#1503).
- Fix OSX startup error in batch converter (#1501).
- Fix missing serial number controls in certificate download dialogue on OS X(#1508).
- Fix strange behaviour of the preview slider towards the end of content where there is a section at the end with no keyframe (#1522).
- Fix multi-channel playback on Windows.
- Fix errors when adding reels containing audio after referenced reels (#1528).
- Don't offer setting for line spacing with DCP subs (#1527).
- Improve recognition of non-DCP MXFs.
- Fix preview update when fade is changed (#1531).
- Fix gross colour errors when exporting projects containing fades (#1532).
- Don't try to upload to TMS after export.
- Ignore the (unrouteable) FTP passive-mode IP address given by the Dolby certificate server (#1541).
Thanks to 刘汉源, Rob van Nieuwkerk, Thierry Journet, Dan Cohen, Carsten Kurz, Tomáš Begeni, Felice D'Andrea, Riccardo Mantani, Igor Voytovich, Gökhan Aksoy and Anders Uhl Pedersen.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.158
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet and Dan Cohen.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
- New tr_TR translation from Gökhan Aksoy.
- Updated da_DK translation from Anders Uhl Pedersen.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e, 3D, 4K and --j2k-bandwidth support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
- Sort KDM CPL list in reverse timestamp order (#1496).
- Warn when removing KDM decryption certificate.
- Allow explicit specification of email protocol (plain/STARTTLS/SSL).
- Add episode/promo content types.
- Bump default J2K bandwidth to 150MBit/s (#1523).
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
- Warn on importing complete certificate chains (part of #1488).
- Don't offer to make KDMs for CPLs with no encrypted assets (#1490).
- Don't try to send emails to cinemas with no addresses (#1489).
- Restrict the characters used in KDM filenames to a very conservative set.
- Fix referencing of trimmed multi-reel DCPs (#1495).
- Fix missing inbuilt translations of wxWidgets in Fedora (#1502).
- Fix server status window being opened behind others (#1503).
- Fix OSX startup error in batch converter (#1501).
- Fix missing serial number controls in certificate download dialogue on OS X(#1508).
- Fix strange behaviour of the preview slider towards the end of content where there is a section at the end with no keyframe (#1522).
- Fix multi-channel playback on Windows.
- Fix errors when adding reels containing audio after referenced reels (#1528).
- Don't offer setting for line spacing with DCP subs (#1527).
- Improve recognition of non-DCP MXFs.
- Fix preview update when fade is changed (#1531).
- Fix gross colour errors when exporting projects containing fades (#1532).
- Don't try to upload to TMS after export.
- Ignore the (unrouteable) FTP passive-mode IP address given by the Dolby certificate server (#1541).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.156
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet and Dan Cohen.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
- New tr_TR translation from Gökhan Aksoy.
- Updated da_DK translation from Anders Uhl Pedersen.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
- Sort KDM CPL list in reverse timestamp order (#1496).
- Warn when removing KDM decryption certificate.
- Allow explicit specification of email protocol (plain/STARTTLS/SSL).
- Add episode/promo content types.
- Bump default J2K bandwidth to 150MBit/s (#1523).
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
- Warn on importing complete certificate chains (part of #1488).
- Don't offer to make KDMs for CPLs with no encrypted assets (#1490).
- Don't try to send emails to cinemas with no addresses (#1489).
- Restrict the characters used in KDM filenames to a very conservative set.
- Fix referencing of trimmed multi-reel DCPs (#1495).
- Fix missing inbuilt translations of wxWidgets in Fedora (#1502).
- Fix server status window being opened behind others (#1503).
- Fix OSX startup error in batch converter (#1501).
- Fix missing serial number controls in certificate download dialogue on OS X(#1508).
- Fix strange behaviour of the preview slider towards the end of content where there is a section at the end with no keyframe (#1522).
- Fix multi-channel playback on Windows.
- Fix errors when adding reels containing audio after referenced reels (#1528).
- Don't offer setting for line spacing with DCP subs (#1527).
- Improve recognition of non-DCP MXFs.
- Fix preview update when fade is changed (#1531).
- Fix gross colour errors when exporting projects containing fades (#1532).
- Don't try to upload to TMS after export.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.155
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet and Dan Cohen.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
- New tr_TR translation from Gökhan Aksoy.
- Updated da_DK translation from Anders Uhl Pedersen.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
- Sort KDM CPL list in reverse timestamp order (#1496).
- Warn when removing KDM decryption certificate.
- Allow explicit specification of email protocol (plain/STARTTLS/SSL).
- Add episode/promo content types.
- Bump default J2K bandwidth to 150MBit/s (#1523).
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
- Warn on importing complete certificate chains (part of #1488).
- Don't offer to make KDMs for CPLs with no encrypted assets (#1490).
- Don't try to send emails to cinemas with no addresses (#1489).
- Restrict the characters used in KDM filenames to a very conservative set.
- Fix referencing of trimmed multi-reel DCPs (#1495).
- Fix missing inbuilt translations of wxWidgets in Fedora (#1502).
- Fix server status window being opened behind others (#1503).
- Fix OSX startup error in batch converter (#1501).
- Fix missing serial number controls in certificate download dialogue on OS X(#1508).
- Fix strange behaviour of the preview slider towards the end of content where there is a section at the end with no keyframe (#1522).
- Fix multi-channel playback on Windows.
- Fix errors when adding reels containing audio after referenced reels (#1528).
- Don't offer setting for line spacing with DCP subs (#1527).
- Improve recognition of non-DCP MXFs.
- Fix preview update when fade is changed (#1531).
- Fix gross colour errors when exporting projects containing fades (#1532).
- Don't try to upload to TMS after export.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.154
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet and Dan Cohen.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
- New tr_TR translation from Gökhan Aksoy.
- Updated da_DK translation from Anders Uhl Pedersen.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
- Sort KDM CPL list in reverse timestamp order (#1496).
- Warn when removing KDM decryption certificate.
- Allow explicit specification of email protocol (plain/STARTTLS/SSL).
- Add episode/promo content types.
- Bump default J2K bandwidth to 150MBit/s (#1523).
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
- Warn on importing complete certificate chains (part of #1488).
- Don't offer to make KDMs for CPLs with no encrypted assets (#1490).
- Don't try to send emails to cinemas with no addresses (#1489).
- Restrict the characters used in KDM filenames to a very conservative set.
- Fix referencing of trimmed multi-reel DCPs (#1495).
- Fix missing inbuilt translations of wxWidgets in Fedora (#1502).
- Fix server status window being opened behind others (#1503).
- Fix OSX startup error in batch converter (#1501).
- Fix missing serial number controls in certificate download dialogue on OS X(#1508).
- Fix strange behaviour of the preview slider towards the end of content where there is a section at the end with no keyframe (#1522).
- Fix multi-channel playback on Windows.
- Fix errors when adding reels containing audio after referenced reels (#1528).
- Don't offer setting for line spacing with DCP subs (#1527).
- Improve recognition of non-DCP MXFs.
- Fix preview update when fade is changed (#1531).
- Fix gross colour errors when exporting projects containing fades (#1532).
- Don't try to upload to TMS after export.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.153
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet and Dan Cohen.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
- New tr_TR translation from Gökhan Aksoy.
- Updated da_DK translation from Anders Uhl Pedersen.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
- Sort KDM CPL list in reverse timestamp order (#1496).
- Warn when removing KDM decryption certificate.
- Allow explicit specification of email protocol (plain/STARTTLS/SSL).
- Add episode/promo content types.
- Bump default J2K bandwidth to 150MBit/s (#1523).
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
- Warn on importing complete certificate chains (part of #1488).
- Don't offer to make KDMs for CPLs with no encrypted assets (#1490).
- Don't try to send emails to cinemas with no addresses (#1489).
- Restrict the characters used in KDM filenames to a very conservative set.
- Fix referencing of trimmed multi-reel DCPs (#1495).
- Fix missing inbuilt translations of wxWidgets in Fedora (#1502).
- Fix server status window being opened behind others (#1503).
- Fix OSX startup error in batch converter (#1501).
- Fix missing serial number controls in certificate download dialogue on OS X(#1508).
- Fix strange behaviour of the preview slider towards the end of content where there is a section at the end with no keyframe (#1522).
- Fix multi-channel playback on Windows.
- Fix errors when adding reels containing audio after referenced reels (#1528).
- Don't offer setting for line spacing with DCP subs (#1527).
- Improve recognition of non-DCP MXFs.
- Fix preview update when fade is changed (#1531).
- Fix gross colour errors when exporting projects containing fades (#1532).
- Don't try to upload to TMS after export.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.152
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet and Dan Cohen.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
- New tr_TR translation from Gökhan Aksoy.
- Updated da_DK translation from Anders Uhl Pedersen.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
- Sort KDM CPL list in reverse timestamp order (#1496).
- Warn when removing KDM decryption certificate.
- Allow explicit specification of email protocol (plain/STARTTLS/SSL).
- Add episode/promo content types.
- Bump default J2K bandwidth to 150MBit/s (#1523).
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
- Warn on importing complete certificate chains (part of #1488).
- Don't offer to make KDMs for CPLs with no encrypted assets (#1490).
- Don't try to send emails to cinemas with no addresses (#1489).
- Restrict the characters used in KDM filenames to a very conservative set.
- Fix referencing of trimmed multi-reel DCPs (#1495).
- Fix missing inbuilt translations of wxWidgets in Fedora (#1502).
- Fix server status window being opened behind others (#1503).
- Fix OSX startup error in batch converter (#1501).
- Fix missing serial number controls in certificate download dialogue on OS X(#1508).
- Fix strange behaviour of the preview slider towards the end of content where there is a section at the end with no keyframe (#1522).
- Fix multi-channel playback on Windows.
- Fix errors when adding reels containing audio after referenced reels (#1528).
- Don't offer setting for line spacing with DCP subs (#1527).
- Improve recognition of non-DCP MXFs.
- Fix preview update when fade is changed (#1531).
- Fix gross colour errors when exporting projects containing fades (#1532).
- Don't try to upload to TMS after export.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.150
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet and Dan Cohen.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
- New tr_TR translation from Gökhan Aksoy.
- Updated da_DK translation from Anders Uhl Pedersen.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
- Sort KDM CPL list in reverse timestamp order (#1496).
- Warn when removing KDM decryption certificate.
- Allow explicit specification of email protocol (plain/STARTTLS/SSL).
- Add episode/promo content types.
- Bump default J2K bandwidth to 150MBit/s (#1523).
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
- Warn on importing complete certificate chains (part of #1488).
- Don't offer to make KDMs for CPLs with no encrypted assets (#1490).
- Don't try to send emails to cinemas with no addresses (#1489).
- Restrict the characters used in KDM filenames to a very conservative set.
- Fix referencing of trimmed multi-reel DCPs (#1495).
- Fix missing inbuilt translations of wxWidgets in Fedora (#1502).
- Fix server status window being opened behind others (#1503).
- Fix OSX startup error in batch converter (#1501).
- Fix missing serial number controls in certificate download dialogue on OS X(#1508).
- Fix strange behaviour of the preview slider towards the end of content where there is a section at the end with no keyframe (#1522).
- Fix multi-channel playback on Windows.
- Fix errors when adding reels containing audio after referenced reels (#1528).
- Don't offer setting for line spacing with DCP subs (#1527).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.149
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet and Dan Cohen.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
- New tr_TR translation from Gökhan Aksoy.
- Updated da_DK translation from Anders Uhl Pedersen.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
- Sort KDM CPL list in reverse timestamp order (#1496).
- Warn when removing KDM decryption certificate.
- Allow explicit specification of email protocol (plain/STARTTLS/SSL).
- Add episode/promo content types.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
- Warn on importing complete certificate chains (part of #1488).
- Don't offer to make KDMs for CPLs with no encrypted assets (#1490).
- Don't try to send emails to cinemas with no addresses (#1489).
- Restrict the characters used in KDM filenames to a very conservative set.
- Fix referencing of trimmed multi-reel DCPs (#1495).
- Fix missing inbuilt translations of wxWidgets in Fedora (#1502).
- Fix server status window being opened behind others (#1503).
- Fix OSX startup error in batch converter (#1501).
- Fix missing serial number controls in certificate download dialogue on OS X(#1508).
- Fix strange behaviour of the preview slider towards the end of content where there is a section at the end with no keyframe (#1522).
- Fix multi-channel playback on Windows.
- Fix errors when adding reels containing audio after referenced reels (#1528).
- Don't offer setting for line spacing with DCP subs (#1527).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.148
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet and Dan Cohen.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
- New tr_TR translation from Gökhan Aksoy.
- Updated da_DK translation from Anders Uhl Pedersen.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
- Sort KDM CPL list in reverse timestamp order (#1496).
- Warn when removing KDM decryption certificate.
- Allow explicit specification of email protocol (plain/STARTTLS/SSL).
- Add episode/promo content types.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
- Warn on importing complete certificate chains (part of #1488).
- Don't offer to make KDMs for CPLs with no encrypted assets (#1490).
- Don't try to send emails to cinemas with no addresses (#1489).
- Restrict the characters used in KDM filenames to a very conservative set.
- Fix referencing of trimmed multi-reel DCPs (#1495).
- Fix missing inbuilt translations of wxWidgets in Fedora (#1502).
- Fix server status window being opened behind others (#1503).
- Fix OSX startup error in batch converter (#1501).
- Fix missing serial number controls in certificate download dialogue on OS X(#1508).
- Fix strange behaviour of the preview slider towards the end of content where there is a section at the end with no keyframe (#1522).
- Fix multi-channel playback on Windows.
- Fix errors when adding reels containing audio after referenced reels (#1528).
- Don't offer setting for line spacing with DCP subs (#1527).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.147
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet and Dan Cohen.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
- New tr_TR translation from Gökhan Aksoy.
- Updated da_DK translation from Anders Uhl Pedersen.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
- Sort KDM CPL list in reverse timestamp order (#1496).
- Warn when removing KDM decryption certificate.
- Allow explicit specification of email protocol (plain/STARTTLS/SSL).
- Add episode/promo content types.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
- Warn on importing complete certificate chains (part of #1488).
- Don't offer to make KDMs for CPLs with no encrypted assets (#1490).
- Don't try to send emails to cinemas with no addresses (#1489).
- Restrict the characters used in KDM filenames to a very conservative set.
- Fix referencing of trimmed multi-reel DCPs (#1495).
- Fix missing inbuilt translations of wxWidgets in Fedora (#1502).
- Fix server status window being opened behind others (#1503).
- Fix OSX startup error in batch converter (#1501).
- Fix missing serial number controls in certificate download dialogue on OS X(#1508).
- Fix strange behaviour of the preview slider towards the end of content where there is a section at the end with no keyframe (#1522).
- Fix multi-channel playback on Windows.
- Fix errors when adding reels containing audio after referenced reels (#1528).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.146
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet and Dan Cohen.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
- New tr_TR translation from Gökhan Aksoy.
- Updated da_DK translation from Anders Uhl Pedersen.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
- Sort KDM CPL list in reverse timestamp order (#1496).
- Warn when removing KDM decryption certificate.
- Allow explicit specification of email protocol (plain/STARTTLS/SSL).
- Add episode/promo content types.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
- Warn on importing complete certificate chains (part of #1488).
- Don't offer to make KDMs for CPLs with no encrypted assets (#1490).
- Don't try to send emails to cinemas with no addresses (#1489).
- Restrict the characters used in KDM filenames to a very conservative set.
- Fix referencing of trimmed multi-reel DCPs (#1495).
- Fix missing inbuilt translations of wxWidgets in Fedora (#1502).
- Fix server status window being opened behind others (#1503).
- Fix OSX startup error in batch converter (#1501).
- Fix missing serial number controls in certificate download dialogue on OS X(#1508).
- Fix strange behaviour of the preview slider towards the end of content where there is a section at the end with no keyframe (#1522).
- Fix multi-channel playback on Windows.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.145
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet and Dan Cohen.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
- New tr_TR translation from Gökhan Aksoy.
- Updated da_DK translation from Anders Uhl Pedersen.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
- Sort KDM CPL list in reverse timestamp order (#1496).
- Warn when removing KDM decryption certificate.
- Allow explicit specification of email protocol (plain/STARTTLS/SSL).
- Add episode/promo content types.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
- Warn on importing complete certificate chains (part of #1488).
- Don't offer to make KDMs for CPLs with no encrypted assets (#1490).
- Don't try to send emails to cinemas with no addresses (#1489).
- Restrict the characters used in KDM filenames to a very conservative set.
- Fix referencing of trimmed multi-reel DCPs (#1495).
- Fix missing inbuilt translations of wxWidgets in Fedora (#1502).
- Fix server status window being opened behind others (#1503).
- Fix OSX startup error in batch converter (#1501).
- Fix missing serial number controls in certificate download dialogue on OS X(#1508).
- Fix strange behaviour of the preview slider towards the end of content where there is a section at the end with no keyframe (#1522).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.144
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet and Dan Cohen.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
- New tr_TR translation from Gökhan Aksoy.
- Updated da_DK translation from Anders Uhl Pedersen.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
- Sort KDM CPL list in reverse timestamp order (#1496).
- Warn when removing KDM decryption certificate.
- Allow explicit specification of email protocol (plain/STARTTLS/SSL).
- Add episode/promo content types.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
- Warn on importing complete certificate chains (part of #1488).
- Don't offer to make KDMs for CPLs with no encrypted assets (#1490).
- Don't try to send emails to cinemas with no addresses (#1489).
- Restrict the characters used in KDM filenames to a very conservative set.
- Fix referencing of trimmed multi-reel DCPs (#1495).
- Fix missing inbuilt translations of wxWidgets in Fedora (#1502).
- Fix server status window being opened behind others (#1503).
- Fix OSX startup error in batch converter (#1501).
- Fix missing serial number controls in certificate download dialogue on OS X(#1508).
- Fix strange behaviour of the preview slider towards the end of content where there is a section at the end with no keyframe (#1522).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.143
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet and Dan Cohen.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
- New tr_TR translation from Gökhan Aksoy.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
- Sort KDM CPL list in reverse timestamp order (#1496).
- Warn when removing KDM decryption certificate.
- Allow explicit specification of email protocol (plain/STARTTLS/SSL).
- Add episode/promo content types.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
- Warn on importing complete certificate chains (part of #1488).
- Don't offer to make KDMs for CPLs with no encrypted assets (#1490).
- Don't try to send emails to cinemas with no addresses (#1489).
- Restrict the characters used in KDM filenames to a very conservative set.
- Fix referencing of trimmed multi-reel DCPs (#1495).
- Fix missing inbuilt translations of wxWidgets in Fedora (#1502).
- Fix server status window being opened behind others (#1503).
- Fix OSX startup error in batch converter (#1501).
- Fix missing serial number controls in certificate download dialogue on OS X(#1508).
- Fix strange behaviour of the preview slider towards the end of content where there is a section at the end with no keyframe (#1522).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.142
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet and Dan Cohen.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
- New tr_TR translation from Gökhan Aksoy.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
- Sort KDM CPL list in reverse timestamp order (#1496).
- Warn when removing KDM decryption certificate.
- Allow explicit specification of email protocol (plain/STARTTLS/SSL).
- Add episode/promo content types.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
- Warn on importing complete certificate chains (part of #1488).
- Don't offer to make KDMs for CPLs with no encrypted assets (#1490).
- Don't try to send emails to cinemas with no addresses (#1489).
- Restrict the characters used in KDM filenames to a very conservative set.
- Fix referencing of trimmed multi-reel DCPs (#1495).
- Fix missing inbuilt translations of wxWidgets in Fedora (#1502).
- Fix server status window being opened behind others (#1503).
- Fix OSX startup error in batch converter (#1501).
- Fix missing serial number controls in certificate download dialogue on OS X(#1508).
- Fix strange behaviour of the preview slider towards the end of content where there is a section at the end with no keyframe (#1522).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.141
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet and Dan Cohen.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
- New tr_TR translation from Gökhan Aksoy.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
- Sort KDM CPL list in reverse timestamp order (#1496).
- Warn when removing KDM decryption certificate.
- Allow explicit specification of email protocol (plain/STARTTLS/SSL).
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
- Warn on importing complete certificate chains (part of #1488).
- Don't offer to make KDMs for CPLs with no encrypted assets (#1490).
- Don't try to send emails to cinemas with no addresses (#1489).
- Restrict the characters used in KDM filenames to a very conservative set.
- Fix referencing of trimmed multi-reel DCPs (#1495).
- Fix missing inbuilt translations of wxWidgets in Fedora (#1502).
- Fix server status window being opened behind others (#1503).
- Fix OSX startup error in batch converter (#1501).
- Fix missing serial number controls in certificate download dialogue on OS X(#1508).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.15.0
This test release has the following changes:
New features
- Allow addition of SMPTE markers and rating metadata.
- Hide passwords in text fields.
- Support download of certicates from Qube (#1460).
- Add export button for DKDMs (#1510).
- Check for consistency of signer and decryption chains on setup (#1520).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.137
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet and Dan Cohen.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
- Sort KDM CPL list in reverse timestamp order (#1496).
- Warn when removing KDM decryption certificate.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
- Warn on importing complete certificate chains (part of #1488).
- Don't offer to make KDMs for CPLs with no encrypted assets (#1490).
- Don't try to send emails to cinemas with no addresses (#1489).
- Restrict the characters used in KDM filenames to a very conservative set.
- Fix referencing of trimmed multi-reel DCPs (#1495).
- Fix missing inbuilt translations of wxWidgets in Fedora (#1502).
- Fix server status window being opened behind others (#1503).
- Fix OSX startup error in batch converter (#1501).
- Fix missing serial number controls in certificate download dialogue on OS X(#1508).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.136
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet and Dan Cohen.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
- Sort KDM CPL list in reverse timestamp order (#1496).
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
- Warn on importing complete certificate chains (part of #1488).
- Don't offer to make KDMs for CPLs with no encrypted assets (#1490).
- Don't try to send emails to cinemas with no addresses (#1489).
- Restrict the characters used in KDM filenames to a very conservative set.
- Fix referencing of trimmed multi-reel DCPs (#1495).
- Fix missing inbuilt translations of wxWidgets in Fedora (#1502).
- Fix server status window being opened behind others (#1503).
- Fix OSX startup error in batch converter (#1501).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.135
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet and Dan Cohen.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
- Warn on importing complete certificate chains (part of #1488).
- Don't offer to make KDMs for CPLs with no encrypted assets (#1490).
- Don't try to send emails to cinemas with no addresses (#1489).
- Restrict the characters used in KDM filenames to a very conservative set.
- Fix referencing of trimmed multi-reel DCPs (#1495).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.133
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet and Dan Cohen.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
- Warn on importing complete certificate chains (part of #1488).
- Don't offer to make KDMs for CPLs with no encrypted assets (#1490).
- Don't try to send emails to cinemas with no addresses (#1489).
- Restrict the characters used in KDM filenames to a very conservative set.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.132
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
- Warn on importing complete certificate chains (part of #1488).
- Don't offer to make KDMs for CPLs with no encrypted assets (#1490).
- Don't try to send emails to cinemas with no addresses (#1489).
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.130
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.129
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.127
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.126
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.124
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.123
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
- Add missing libpulse0 dependency to Ubuntu 18.{04,10} debs.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.122
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
- Fix crash when loading a non-existant DCP from history in the player.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.121
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.120
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.117
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.116
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.12.20
This is a bug-fix release which corrects a crash on importing some SSA-format subtitles.Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.115
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.112
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
- Allow loading of OTF files.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix incorrect subtitle positioning when there are simultaneous subtitles at the same vposition from different reference points (#1458).
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.- Fix odd height reported by mediainfo (#1325).
- Check consistency of refer-to-DCP settings after adding content (#1456).
- Fix non-translated days of the week (#1455).
- Fix crash with some malformed .srt files (#1454).
- Don't enable the export OK button if we change format but have still not set an output file.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.12.19
This is a bug-fix release which corrects bad placement of subtitles in some rare cases.Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.12.18
This is a bug-fix release which corrects two problems:- Crash on some malformed .srt files (#1454).
- Errors on export due to filenames having the wrong file extension.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.111
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.110
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
. - Suggest that DCP rates <= 30 are used unless the user explictly goes higher (#1441).
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Remove specification of italic/bold fonts (#1451); synthesis will be used instead.
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Fix non-translated file dialogues on OS X (#1261).
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.109
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.108
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (#1327).
- Modify the downmix mapping so that we include Ls, Rs and Lfe (#1281).
- Fix failure to download some certificates (#1379).
- Update encoding server list when servers disappear (#1176).
- Fix default colour of subtitle effects.
- Disable OK in export dialogue until a filename has been specified (#1260).
- Big speed up when handling start-trims.
- Assume .jpf is an image (JPEG2000).
- Fix some warnings about trims not being on frame boundaries.
- Fix hangs when making very long DCPs of still frames (#1317).
- Various fixes to ru_RU DCI names.
- Fix crash on make-dcp after trimming end of text subtitles (#1275).
- Fix incorrect container size when loading a Scope VF/OV combination into the player.
- Force remake of video when subtitle colours and/or effect change (#1290).
- Fix crash on enabling telecine filter.
- Fix incorrect subtitle timing when there are several reels without subtitles.
- Fix overlaid text in, for example, lines with partial italic.
- Fix disappearing subtitles containing &
- Try to disable sub-pixel anti-aliasing (aka ‘ClearType’) when rendering subtitles.
- Various fixes for crashes when dragging content while playing.
- Save config changes made through the batch converter.
- Prevent FFmpeg errors if export filenames are specified with no or incorrect extensions.
- Don't write multiple
tags to Interop subtitles (#1273). - Fix ordering of image filenames in cases where there are lots of digits in the names.
- Disable the whole interface during audio analysis (#1278).
- Fix console noise when importing non-DCP MXFs (#1362).
- Fix crash when importing DCP with multiple PKLs.
- Fix missing subrip subtitle colours when using upper-case tags.
- Prevent un-prompted overwrite of files when exporting things from config (#1383).
- Add some default filenames when exporting keys (#1383).
- Increase maximum crop to 4096 (#1401).
- Fix strange behaviour with single-frame fades (#1440).
- Re-analyse audio when DCP channel count changes (#1189).
- Make sure audio analysis is re-run even if there's an existing job for the same playlist (but with different settings) (#1257).
- Fix Gb -> GB confusion (thanks Rob van Nieuwkerk).
- Check available disk space when adding jobs to the batch converter (#1249).
- Hide
U+202B
characters in subtitles.
Thanks to our patrons:
and subscribers:
- Jussi Siponen
- Zbigniew Kamiński
- Film.Ca Inc.
- Central Cinema
- Timm Kröger
- José Delio Ares García
- Owen Morgan
- Glyndebourne
- Mark Allender
- John B. Thomas
- João Gabriel Riveres
- Chris Eller
- Barak Epstein
- Gerard Elmore
- Irving Shapiro
- Jeremy Spracklen
- Carlos Lagido
- Sky Hopinka
- KC
- Lichtspiele Kalk
- Austrian Film Museum
- 屹 崔
Changes in version 2.13.107
This release has the following changes:
Translation updates
- Updated zh_CN translation from 刘汉源.
- Updated nl_NL translation from Rob van Nieuwkerk.
- Updated fr_FR translation from Thierry Journet.
- Updated de_DE translation from Carsten Kurz.
- Updated cs_CZ translation from Tomáš Begeni.
- Updated it_IT translation from Felice D'Andrea and Riccardo Mantani.
- Updated ru_RU and uk_UA translations from Igor Voytovich.
New features
- Closed captioning.
- Bitmapped (PNG timed-text) subtitles.
- Optional "simple" mode with a cut-down GUI.
- Add some key short-cuts: arrows to go forward/backward one frame, Ctrl-T to open timeline, space to start/stop playback (#1201).
- Enhanced timeline view with zoom, scrolling and more details displayed about audio content (#1279).
- Option to set the quality (and hence size) of exported H264 files.
- Export 3D projects to separate left/right files (#1332).
- Full-screen mode for the player (#1329).
- Add time axis and real-time readout of time and level in the audio analysis window (#1082).
- Jump to the selected subtitle in the preview if ‘jump to selected content’ is ticked (#1200).
- Allow selection of CPL in the player (#1239).
- Some optimisation of the player to improve its frame rate.
- Export of multi-reel projects to multiple files (#1146).
- Add button to force re-encode of J2K content.
- Modify output XML namespacing to pass checks run by certain UK distribution companies.
- Note and indicate servers with bad link version (#982).
- Support in-place translation updates.
- Allow command-line configuration of config location (#1284).
- Only make 48kHz-audio DCPs for now (#1436).
- Add cancel button to player progress (#1294).
- Add pause/resume to the batch converter (#1248).
- Allow KDM download from Christie, Barco and GDC.
- Allow dialogue box and email notifications when jobs finish (#1286).
- Add option to open a DCP in the player (#1312).
- Add options to enable or disable forensic marking flags in KDMs.
- Give better errors when incorrect KDMs are used (#1326).
- Select CPL by name in the player (#1357).
- Add export button for cinemas XML (#1319).
- Add advanced configuration option to allow any container ratio, specifically because the GDC SX-2001 will only play 25fps DCPs with a 16:9 ratio (not Flat).
- Flatpak and AppImage builds.
- Allow specification of trusted devices by thumbprint rather than by full certificate.
- Accept chains in files passed to dcpomatic2_kdm_cli as well as individual certificates.
- Allow dragging of the border between the content list and the content setting tabs.
- Hopefully improve layout on high-resolution displays (#1303).
- Add File->Close to main DCP-o-matic (#1180).
- Add --encrypted/-e and 3D support to
dcpomatic_create
.
Bug fixes
- Fix assertion failure when using separate left/right 3D content (#1264).
- Fix failure to load files with non-ASCII filenames into ImageMagick.
- Keep bitmapped subtitles centered when they are scaled (#1246).
- Fix 5.1 channel mapping when playing back on Linux.
- Fix various errors in formatting of SMPTE subtitles.
- Fix failure of SMPTE DCPs to validate on Sony systems (#978).
- Fix failure to re-create config when it is bad (due to attempt to find a link in the bad file).
- Speculative fix for crash on startup with no audio devices (#1265).
- Prevent setting of negative trims by changing play length.
- A range of fixes for crashes and misbehaviour when changing things during playback.
- Check content files for changes on loading projects and before making DCPs.
- Fix missing start icon for the player in Linux.
- Fix some video content appearing upside down.
- Fix crash with missing DCP content.
- Fix doubled-up subtitles in some cases.
- Fix corruption of UTF16 subtitle files.
- Fix multi-channel audio playback on Linux.
- Don't write
tags to SMPTE subs unless we know the language, as ‘Unknown’ is an invalid value and <Language> is optional in SMPTE. - Tidying up of scrolling in the matrix view.
- Keep content in direct sequence when it is trimmed if the ‘sequence’ tool is enabled (