Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
HaroldObasi opened this issue Mar 17, 2025 · 1 comment
Open

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

HaroldObasi opened this issue Mar 17, 2025 · 1 comment

Comments

@HaroldObasi
Copy link

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 ?)
@HaroldObasi
Copy link
Author

also is there a way for me to see the output of the command being by ffmpeg ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant