skip subtitles for previews

they can cause trouble
pull/841/head
Mikael Finstad 4 years ago
parent 82a608d44e
commit a7a9c2785f
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -338,6 +338,7 @@ function useFfmpegOperations({ filePath, enableTransferTimestamps }) {
'-i', specificFilePath,
...videoArgs,
...audioArgs,
'-sn',
'-y', outPath,
];

Loading…
Cancel
Save