You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2025. It is now read-only.
Hi, if i have added some inputs to a command is there a function, or an attribute to use and see them ?
importffmpegfrom"fluent-ffmpeg";constcommand=ffmpeg()videos.forEach((video)=>{command.addInput(video)})// console.log( all the input i just passed to command ?)
Hi, if i have added some inputs to a command is there a function, or an attribute to use and see them ?