mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-01-30 15:48:13 +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,
|
||||
"-f": "image2",
|
||||
"-vcodec": "libx264",
|
||||
"-crf": 25,
|
||||
"-crf": 17,
|
||||
"-b:v": null,
|
||||
"-pix_fmt": "yuv420p",
|
||||
"-hwaccel": "auto",
|
||||
"-y": true
|
||||
|
Loading…
Reference in New Issue
Block a user