jaimeMF / youtube-dl-api-server

A youtube-dl REST API server

Home Page:https://youtube-dl-api-server.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to merge audio and video ?

Mohamedss opened this issue · comments

I tried to use merge_output_format as a parameter like:
https://app-name.herokuapp.com/api/info?url=https://www.youtube.com/watch?v=Ri7-vnrJD3k&flatten=true&merge_output_format

but it seems I am not doing it right. Any help ?

Thanks

It can't be merged because it would require to process the video on the server and stream the resulting file. The server only provides the url for the files that YouTube provides, you can then merge them on your computer.