Experimental update
expect some formats to not work
This commit is contained in:
parent
bb72eff5cc
commit
94ebbfba18
5 changed files with 87 additions and 25 deletions
25
README.md
25
README.md
|
@ -1,7 +1,20 @@
|
|||
# This Repository is no longer being actively developed
|
||||
Due to a combination of burnout, school, stress, etc.. I have not the time nor motivation to continue working on this project. Incase I do plan to work on it in the future, or somebody wants to use my buggy, messy code, I am keeping it as a public archive.
|
||||
|
||||
___
|
||||
|
||||
# YoutubeConverter
|
||||
A web youtube converter for converting videos to mp4, mp3, and other supported formats
|
||||
|
||||
A web youtube converter for converting and downloading youtube videos to mp4, mp3, and other supported formats.
|
||||
|
||||
# Dependancies
|
||||
|
||||
- ffmpeg
|
||||
## NodeJS Dependancies
|
||||
|
||||
- fluent-ffmpeg
|
||||
- express
|
||||
- ytdl-core
|
||||
|
||||
# Supported formats
|
||||
|
||||
Downloading mp4s & webms will give the fastest download, as they are downloaded directly from youtube. However, if you wish to use a different format, it will automatically convert the video to your preffered format.
|
||||
|
||||
# Supported Websites
|
||||
|
||||
Currently only supports youtube. May support other sites soon.
|
Loading…
Add table
Add a link
Reference in a new issue