Integrate with ffmpeg to be able to get video with audio in the best format. #4
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sergiotarxz/Peertube-dl#4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.