2.1.0 encode make ss and t input options

This commit is contained in:
familyfriendlymikey 2023-08-18 10:34:02 +09:00
parent b5bbe85e1c
commit 816a5d5962

View File

@ -72,9 +72,9 @@ ACTIONS.ENCODE = function(d)
"ffmpeg",
"-nostdin", "-y",
"-loglevel", "error",
"-i", d.inpath,
"-ss", d.start_time,
"-t", d.duration,
"-i", d.inpath,
"-pix_fmt", "yuv420p",
"-crf", "16",
"-preset", "superfast",