mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 23:48:15 -07:00
Preset fix
This commit is contained in:
parent
044f97e161
commit
0a63d07562
1 changed files with 3 additions and 3 deletions
|
|
@ -72,16 +72,16 @@ function plugin(file) {
|
|||
if(file.ffProbeData.streams[0].codec_name != 'h264' || file.ffProbeData.streams[0].width > 1280 || file.ffProbeData.streams[0].height > 720 ){
|
||||
|
||||
response.processFile = true;
|
||||
response.preset = '-Z "H.264 MKV 720p3030"'
|
||||
response.preset = '-Z "H.264 MKV 720p30"'
|
||||
response.container = '.mkv'
|
||||
response.handBrakeMode =true
|
||||
response.FFmpegMode = false
|
||||
response.reQueueAfter = true;
|
||||
response.infoLog += " File is not h264 720p30!"
|
||||
response.infoLog += " File is not h264 720p!"
|
||||
return response
|
||||
}else{
|
||||
|
||||
response.infoLog += " File is h264 720p30!"
|
||||
response.infoLog += " File is h264 720p!"
|
||||
|
||||
}
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue