View Bug Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001585 | DCP-o-matic | Bugs | public | 2019-07-20 14:56 | 2021-03-26 22:21 |
Reporter | inskino | Assigned To | carl | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | 64-bit | OS | Windows | OS Version | 10 |
Product Version | 2.12.x | ||||
Summary | 0001585: Problem Verarbeitung MP3 Dateien | ||||
Description | Nach Erstellen eines neuen DCP-o-Matic Projektes lade ich ein MP3-File (Beilage, Länge 0:02:20). Wenn ich entspr. Eintrag in DCP-o-matic unter "Timing" anschaue ist die Länge über 29 Stunden. Weitere Verarbeitung ist entspr. fehlerhaft (und langsam). | ||||
Steps To Reproduce | In initialem Projekt beiliegende MP3 Datei laden und "Timing" prüfen | ||||
Tags | audio, dcp | ||||
Branch | |||||
Estimated weeks required | |||||
Estimated work required | Undecided | ||||
|
Können Sie den MP3 anhängen, oder per email an carl@dcpomatic.com senden? |
|
This is a MP3 with cover art as a separate mjpeg stream with one video packet. The video stream's frame rate is 90000. The first problem is that we try to seek, with pre-roll, in the video stream which only ever gives up one frame; then the seek puts us at the end of the file so the subsequent read fails. Perhaps the seek should spot if it results in EOF. Secondly there is an attempt to resample the audio to cope with video at 90k fps. The best workaround might be just to ignore video streams with crazy frame rates. |
|
v2.15.x has f4f6a2504e5fedb67513689eaeac9dd88ee38ca9 which ignores video streams with frame rates over 1000. |
|
Backported to master in dcb125a161e62c8936f598c54bfabba20231ff26 |
|
Vielen Dank. Das sollte durch 2.14.9 behoben sein, die ich ziemlich bald hochladen werde. Benötigen Sie dringend eine Lösung? |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-07-20 14:56 | inskino | New Bug | |
2019-07-20 14:56 | inskino | Tag Attached: audio | |
2019-07-20 14:56 | inskino | Tag Attached: dcp | |
2019-07-20 19:59 | carl | Assigned To | => carl |
2019-07-20 19:59 | carl | Status | new => feedback |
2019-07-20 19:59 | carl | Note Added: 0003384 | |
2019-07-21 23:56 | carl | Note Added: 0003385 | |
2019-07-22 00:06 | carl | Note Added: 0003386 | |
2019-07-22 00:37 | carl | Note Added: 0003387 | |
2019-07-22 00:41 | carl | Status | feedback => resolved |
2019-07-22 00:41 | carl | Resolution | open => fixed |
2019-07-22 00:41 | carl | Note Added: 0003388 | |
2021-01-08 00:40 | carl | Status | resolved => closed |
2021-03-26 22:21 | carl | View Status | private => public |