Res fix
This commit is contained in:
parent
dc1abd4205
commit
044f97e161
@ -69,7 +69,7 @@ function plugin(file) {
|
||||
|
||||
//
|
||||
|
||||
if(file.ffProbeData.streams[0].codec_name != 'h264' || file.ffProbeData.streams[0].width > 720 || file.ffProbeData.streams[0].height > 480 ){
|
||||
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"'
|
||||
|
||||
@ -69,7 +69,7 @@ function plugin(file) {
|
||||
|
||||
//
|
||||
|
||||
if(file.ffProbeData.streams[0].codec_name != 'h264' || file.ffProbeData.streams[0].width > 720 || file.ffProbeData.streams[0].height > 480 ){
|
||||
if(file.ffProbeData.streams[0].codec_name != 'h264' || file.ffProbeData.streams[0].width > 1920 || file.ffProbeData.streams[0].height > 1080 ){
|
||||
|
||||
response.processFile = true;
|
||||
response.preset = '-Z "H.264 MKV 1080p30"'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user