mirror of
https://github.com/familyfriendlymikey/mpv-cut
synced 2024-07-01 12:08:58 +00:00
2.1.0 encode make ss and t input options
This commit is contained in:
parent
b5bbe85e1c
commit
816a5d5962
2
main.lua
2
main.lua
@ -72,9 +72,9 @@ ACTIONS.ENCODE = function(d)
|
|||||||
"ffmpeg",
|
"ffmpeg",
|
||||||
"-nostdin", "-y",
|
"-nostdin", "-y",
|
||||||
"-loglevel", "error",
|
"-loglevel", "error",
|
||||||
"-i", d.inpath,
|
|
||||||
"-ss", d.start_time,
|
"-ss", d.start_time,
|
||||||
"-t", d.duration,
|
"-t", d.duration,
|
||||||
|
"-i", d.inpath,
|
||||||
"-pix_fmt", "yuv420p",
|
"-pix_fmt", "yuv420p",
|
||||||
"-crf", "16",
|
"-crf", "16",
|
||||||
"-preset", "superfast",
|
"-preset", "superfast",
|
||||||
|
Loading…
Reference in New Issue
Block a user