kopia lustrzana https://github.com/mifi/lossless-cut
add hevc as output codec
rodzic
c7278bac71
commit
fa65b283ae
|
@ -321,6 +321,7 @@ function mapCodecToOutputFormat(codec, type) {
|
|||
opus: { ext: 'opus', format: 'opus' },
|
||||
vorbis: { ext: 'ogg', format: 'ogg' },
|
||||
h264: { ext: 'mp4', format: 'mp4' },
|
||||
hevc: { ext: 'mp4', format: 'mp4' },
|
||||
eac3: { ext: 'eac3', format: 'eac3' },
|
||||
|
||||
subrip: { ext: 'srt', format: 'srt' },
|
||||
|
|
Ładowanie…
Reference in New Issue