jaimeMF / youtube-dl-api-server

A youtube-dl REST API server
https://youtube-dl-api-server.readthedocs.org/
The Unlicense
364 stars 214 forks source link

How to merge audio and video ? #53

Closed Mohamedss closed 8 years ago

Mohamedss commented 8 years ago

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

jaimeMF commented 8 years ago

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.