Integrate with ffmpeg to be able to get video with audio in the best format. #4

Open
opened 2021-01-10 22:37:31 +01:00 by sergiotarxz · 0 comments
Owner

This should be done in a way portable to the web.

For the web I think video and download button should point to data already downloaded in the browser to avoid getting double load on video format conversion in the servers implementing this web page.

An alternative approach is make a custom video player getting together an audio and video element that proxies to youtube so only the download button makes a conversion request.

I am thinking caching those files between request may not be the best approach since the program stops acting like a mere proxy.

This should be done in a way portable to the web. For the web I think video and download button should point to data already downloaded in the browser to avoid getting double load on video format conversion in the servers implementing this web page. An alternative approach is make a custom video player getting together an audio and video element that proxies to youtube so only the download button makes a conversion request. I am thinking caching those files between request may not be the best approach since the program stops acting like a mere proxy.
sergiotarxz added the
enhancement
label 2021-01-10 22:41:43 +01:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sergiotarxz/Peertube-dl#4
No description provided.