Topic on Extension talk:TimedMediaHandler

Carloposo (talkcontribs)

Hello,

I am trying to disable all the transcoding jobs as I don't need to provide different versions of the video.

I have included $wgEnableTranscode = false; in my Localsettings.php. Unfotunately it keeps on converting every time I upload an mp4.

I have also added $wgEnabledTranscodeSet = [] but didn't change much.

Thank you.

Misdre (talkcontribs)

Just edit extension.json in the extension files. This is not ideal, a bit hackish and thus not recommended but TimedMediaHandler never handled variables from LocalSettings properly - at least not this one anyway.


You may want to try setting $wgEnabledTranscodeSet = []; which might work for you - it didn't for me.

Reply to "Disable transcoding"