View Bug Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001694 | DCP-o-matic | Bugs | public | 2019-12-18 15:07 | 2021-01-08 00:47 |
Reporter | overlookmotel | Assigned To | carl | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Mac | OS | OS X | OS Version | 10.14 |
Product Version | 2.14.15 | ||||
Summary | 0001694: Crash at end of encode caused by incorrect TrimOut value when content has non-integer frame rate | ||||
Description | I am consistently seeing errors at end of encode when the following factors are combined:
Error is:
NB The piece of content I'm using is 414 frames long, so the correct trimmed length would be 409. This happens in both DCP-o-matic 2.14.17 and 2.14.18. I believe the cause is an incorrect calculation of When content frame rate is 24000/1001 (23.976fps) and you set both start and end trim as 5 frames each, By my calculations, 20020 is the correct value (5 96000 1001 / 24000). I can make it work by:
I think this confirms my suspicion that incorrect calculation of Carl, I'll email you a more detailed repro case in addition to what's below. | ||||
Steps To Reproduce | Example content to reproduce the fault: https://drive.google.com/drive/folders/14j4jrmX0B4_jWyPQsyIVV1gIfQI08sck
It will error (in DCP-o-matic 2.14.18). | ||||
Tags | No tags attached. | ||||
Branch | |||||
Estimated weeks required | |||||
Estimated work required | |||||
|
Mantis interpreted my trim calculation in above post as markdown and rendered it weirdly. I meant: 5 x 96000 x 1001 / 24000 = 20020. |
|
Looks like a correct diagnosis. Should be fixed by 1229de2042c785a9e851e5fc53922a75bfbf195d in 2.14.19 and b5335ed37e52c216a6773789c0edba5f335c8df2 in 2.15.x. |
|
Thanks Carl! |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-12-18 15:07 | overlookmotel | New Bug | |
2019-12-18 15:11 | overlookmotel | Note Added: 0003662 | |
2019-12-18 22:44 | carl | Assigned To | => carl |
2019-12-18 22:44 | carl | Status | new => resolved |
2019-12-18 22:44 | carl | Resolution | open => fixed |
2019-12-18 22:44 | carl | Note Added: 0003663 | |
2019-12-18 22:44 | carl | Note Edited: 0003663 | |
2019-12-19 00:36 | overlookmotel | Note Added: 0003665 | |
2021-01-08 00:47 | carl | Status | resolved => closed |