mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
Use user defined preset in ffmpeg command
The preset is verified but never used, this PR uses the user defined preset when converting the video
This commit is contained in:
parent
4777f2a676
commit
a2ff19b97b
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