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
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 ?)
The text was updated successfully, but these errors were encountered:
Hi, if i have added some inputs to a command is there a function, or an attribute to use and see them ?
The text was updated successfully, but these errors were encountered: