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:
parent
37950e736e
commit
2105b93a35
@ -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…
Reference in New Issue
Block a user