Merge pull request #195 from evoactivity/patch-1

Use user defined preset in ffmpeg command
make-only-subtitle-default
Roy 4 years ago committed by GitHub
commit 621998d8b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -123,7 +123,7 @@ function plugin(file, librarySettings, inputs) {
response.preset =
", -map_metadata -1 -map 0:V " +
subMap +
" -map 0:a -c:v libx264 -preset medium -c:a aac -strict -2 " +
" -map 0:a -c:v libx264 -preset " + preset + " -c:a aac -strict -2 " +
subType;
response.reQueueAfter = true;
response.processFile = true;

Loading…
Cancel
Save