microlinkhq / youtube-dl-exec

A simple Node.js wrapper for youtube-dl/yt-dlp.
MIT License
423 stars 75 forks source link

Merge audio and video #217

Closed vietzz771 closed 1 week ago

vietzz771 commented 1 week ago

I need to download a video from Vimeo, but currently, when I set { allFormats = true } to merge into one file, but there is no sound. Can anyone help me?

vietzz771 commented 1 week ago

I have tried many different methods, but it still doesn't work. {verbose: true} doesn't show any error information either.

Kikobeats commented 1 week ago

This is more related with yt-dlp itself; try to run yt-dlp standalone and find the right combination of parameters.

After that, do the same but using this library: running the CLI or using this package should be expect the same output under the same parameters.