exiftool-integration
Mikael Finstad 2022-02-13 22:32:47 +08:00
rodzic 3615268a46
commit 158964fe08
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 25AB36E3E81CBC26
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1189,7 +1189,7 @@ const App = memo(() => {
// https://github.com/mifi/lossless-cut/issues/329
if (isIphoneHevc(fileFormatData, mainStreams)) msgs.push(i18n.t('There is a known issue with cutting iPhone HEVC videos. The output file may not work in all players.'));
if (exportExtraStreams && enabledOutSegments.length > 1) {
if (exportExtraStreams) {
try {
await extractStreams({ filePath, customOutDir, streams: nonCopiedExtraStreams });
msgs.push(i18n.t('Unprocessable streams were exported as separate files.'));