1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 18:32:34 +01:00

add webm t ocommon formats

This commit is contained in:
Mikael Finstad 2022-02-24 16:39:54 +08:00
parent 37950e736e
commit 2105b93a35
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

View File

@ -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]) => (