mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-02-14 00:54:47 +08:00
2.8.1 added automatic pixel format and color depth detection
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
"-vcodec": "libx264",
|
||||
"-crf": 17,
|
||||
"-b:v": null,
|
||||
"-pix_fmt": "yuv420p"
|
||||
"-pix_fmt": null
|
||||
},
|
||||
"-y": true
|
||||
},
|
||||
@@ -76,7 +76,7 @@
|
||||
"-map": "1?",
|
||||
"-c": "copy",
|
||||
"-map": "-1:v?",
|
||||
"-pix_fmt": "yuv420p"
|
||||
"-pix_fmt": null
|
||||
},
|
||||
"-y": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user