Hi, if i have added some inputs to a command is there a function, or an attribute to use and see them ?
import ffmpeg from "fluent-ffmpeg";
const command = ffmpeg()
videos.forEach((video) => {
command.addInput(video)
})
// console.log( all the input i just passed to command ?)