Skip to content
Snippets Groups Projects
Verified Commit be0b120c authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Ensure we can transcode from video/ogg files too

parent 0894306e
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ def compute_status(jobs):
AUDIO_EXTENSIONS_AND_MIMETYPE = [
("ogg", "video/ogg"),
("ogg", "audio/ogg"),
("opus", "audio/opus"),
("mp3", "audio/mpeg"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment