MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=transcodereset
(main | transcodereset)
- このモジュールは読み取りの権限を必要とします。
- このモジュールは書き込みの権限を必要とします。
- このモジュールは POST リクエストのみを受け付けます。
- ソース: TimedMediaHandler
- ライセンス: GPL-2.0-or-later
Users with the 'transcode-reset' right can reset and re-run a transcode job.
パラメーター:
その他一般パラメーターが利用可能です。
- title
メディアファイルのタイトル。
- この変数は必須です。
- transcodekey
The transcode key you wish to reset. Fetch from action=query&prop=transcodestatus.
- token
action=query&meta=tokens から取得した「csrf」トークン
- この変数は必須です。
例:
- Reset all transcodes for File:Clip.webm
- api.php?action=transcodereset&title=File:Clip.webm&token=123ABC [サンドボックスで開く]
- 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 [サンドボックスで開く]