View Bug Details

IDProjectCategoryView StatusLast Update
0001585DCP-o-maticBugspublic2021-03-26 22:21
Reporterinskino Assigned Tocarl  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Platform64-bitOSWindowsOS Version10
Product Version2.12.x 
Summary0001585: 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).
Dasselbe mit extern konvertiertem WAV File funktioniert einwandfrei.

Steps To Reproduce

In initialem Projekt beiliegende MP3 Datei laden und "Timing" prüfen

Tagsaudio, dcp
Branch
Estimated weeks required
Estimated work requiredUndecided

Activities

carl

2019-07-20 19:59

administrator   ~0003384

Können Sie den MP3 anhängen, oder per email an carl@dcpomatic.com senden?

carl

2019-07-21 23:56

administrator   ~0003385

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.

carl

2019-07-22 00:06

administrator   ~0003386

v2.15.x has f4f6a2504e5fedb67513689eaeac9dd88ee38ca9 which ignores video streams with frame rates over 1000.

carl

2019-07-22 00:37

administrator   ~0003387

Backported to master in dcb125a161e62c8936f598c54bfabba20231ff26

carl

2019-07-22 00:41

administrator   ~0003388

Vielen Dank. Das sollte durch 2.14.9 behoben sein, die ich ziemlich bald hochladen werde. Benötigen Sie dringend eine Lösung?

Bug History

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