Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

How do i access inputs that have been added to a command #1320

@HaroldObasi

Description

@HaroldObasi

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 ?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions