I missed a space in I002a2d8964a2aea169e6a64b3bbb8e0b8089047c, which for audio transcodes causes the string to concatenate creating an invalid option. Spotted in https://quarry.wmcloud.org/query/83666
Description
Details
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Fix audio transcodes | mediawiki/extensions/TimedMediaHandler | master | +1 -1 |
Related Objects
- Mentioned In
- T413805: 1.46.0-wmf.14 deployment blockers
Event Timeline
Change #1236738 had a related patch set uploaded (by TheDJ; author: TheDJ):
[mediawiki/extensions/TimedMediaHandler@master] Fix audio transcodes
Change #1236738 merged by jenkins-bot:
[mediawiki/extensions/TimedMediaHandler@master] Fix audio transcodes
From https://quarry.wmcloud.org/query/83666 (that is a very nice system we have there), I have picked commons:File:Marcos_Brunet_-_Dialogo_Intimo_-_(Disco_Completo).ogg as a test candidate. It showed as being in error:
After the patch has been deployed, I reran the transcoding and surely it succeeded:
In Quary:
SELECT transcode_key, transcode_error, transcode_image_name, transcode_time_startwork, transcode_time_error FROM transcode WHERE transcode_image_name = 'Marcos_Brunet_-_Dialogo_Intimo_-_(Disco_Completo).ogg'
Result has transcode_error = '':
{ "meta": { "run_id": 1068593, "rev_id": 1101699, "query_id": 101805 }, "headers": [ "transcode_key", "transcode_error", "transcode_image_name", "transcode_time_startwork", "transcode_time_error" ], "rows": [ [ "mp3", "", "Marcos_Brunet_-_Dialogo_Intimo_-_(Disco_Completo).ogg", "20260204144445", null ] ] }
Success! Thank you for have spotted that one @TheDJ
I am leaving this open since we might want to trigger transcoding for any audio files that failed recently. I however do not know how to do that easily ;)

