mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-01-30 23:58:11 +00:00
changed default crf value to visually lossless, added video bitrate limit option
This commit is contained in:
parent
7b501f2c67
commit
3d46e1a822
@ -51,7 +51,8 @@
|
|||||||
"-qscale:a": null,
|
"-qscale:a": null,
|
||||||
"-f": "image2",
|
"-f": "image2",
|
||||||
"-vcodec": "libx264",
|
"-vcodec": "libx264",
|
||||||
"-crf": 25,
|
"-crf": 17,
|
||||||
|
"-b:v": null,
|
||||||
"-pix_fmt": "yuv420p",
|
"-pix_fmt": "yuv420p",
|
||||||
"-hwaccel": "auto",
|
"-hwaccel": "auto",
|
||||||
"-y": true
|
"-y": true
|
||||||
|
Loading…
Reference in New Issue
Block a user