Nápověda k MediaWiki API
Toto je automaticky generovaná dokumentační stránka k MediaWiki API.
Dokumentace a příklady: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=transcodereset
(main | transcodereset)
- Tento modul vyžaduje oprávnění ke čtení.
- Tento modul vyžaduje oprávnění k zápisu.
- Tento modul přijímá pouze požadavky POST.
- Zdroj: TimedMediaHandler
- Licence: GPL-2.0-or-later
Users with the 'transcode-reset' right can reset and re-run a transcode job.
Parametry:
- title
The media file title.
- This parameter is required.
- transcodekey
The transcode key you wish to reset. Fetch from action=query&prop=transcodestatus.
- token
Token typu „csrf“ získaný pomocí action=query&meta=tokens.
- This parameter is required.
Příklady:
- Reset all transcodes for File:Clip.webm
- api.php?action=transcodereset&title=File:Clip.webm&token=123ABC [otevřít v pískovišti]
- Reset the '360_560kbs.webm' transcode key for File:Clip.webm
- api.php?action=transcodereset&title=File:Clip.webm&transcodekey=360_560kbs.webm&token=123ABC [otevřít v pískovišti]