mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 23:48:15 -07:00
Merge pull request #195 from evoactivity/patch-1
Use user defined preset in ffmpeg command
This commit is contained in:
commit
621998d8b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue