This commit is contained in:
HaveAGitGat 2023-04-06 18:23:12 +01:00
parent 42185644ee
commit 2613115e13

View file

@ -141,7 +141,6 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
genpts = '-fflags +genpts'; genpts = '-fflags +genpts';
} }
if (convert === true) { if (convert === true) {
response.preset += `${genpts}, -map 0 -c copy -max_muxing_queue_size 9999 ${extraArguments}`; response.preset += `${genpts}, -map 0 -c copy -max_muxing_queue_size 9999 ${extraArguments}`;
response.processFile = true; response.processFile = true;