add webm t ocommon formats

pull/901/head
Mikael Finstad 4 years ago
parent 37950e736e
commit 2105b93a35
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -6,7 +6,7 @@ import { Select } from 'evergreen-ui';
import allOutFormats from '../outFormats';
import { withBlur } from '../util';
const commonFormats = ['mov', 'mp4', 'matroska', 'mp3', 'ipod'];
const commonFormats = ['mov', 'mp4', 'matroska', 'webm', 'mp3', 'ipod'];
function renderFormatOptions(map) {
return Object.entries(map).map(([f, name]) => (

Loading…
Cancel
Save