Xonshiz / anime-dl

Anime-dl is a command-line program to download anime from CrunchyRoll and Funimation.
MIT License
229 stars 37 forks source link

Crunchyroll-dl #90

Open louanfontenele opened 5 years ago

louanfontenele commented 5 years ago

Hi i want create with you a Web Application called Crunchyroll-DL, I already did the frontend layout in html, css and JS, but i dont know how to create the backend, if you want to create with me, i'll be so happy, the project have future and could be interesting and popularity. What you think?

You can see the web app here: https://louanbastos.github.io/crunchyroll-dl-en/

Abu3safeer commented 5 years ago

Well, since it is going to be "illegal" it won't last for long, Crunchyroll won't leave you alone.

Abu3safeer commented 5 years ago

By the way I like the design, you did a great job there.

louanfontenele commented 5 years ago

Well, since it is going to be "illegal" it won't last for long, Crunchyroll won't leave you alone.

I just create for study, i'm iniciate on frontend

By the way I like the design, you did a great job there.

Thank you. Hope someday we can create it!

Abu3safeer commented 5 years ago

I am not really good at system commands, so I will leave it to someone better than me.

louanfontenele commented 5 years ago

Ohh, thanks anyway.

Abu3safeer commented 5 years ago

What features do you need in that website? I could help with ideas? or a simple code maybe.

louanfontenele commented 5 years ago

What features do you need in that website? I could help with ideas? or a simple code maybe.

Select caption language, select quality, add a box to download multiple files at once, and other things

Abu3safeer commented 5 years ago

Well, you know that you can't select caption language in anime-dl, right?

louanfontenele commented 5 years ago

I don't, I'll just create the Frontend.. But I know it's possible to download subtitle. Youtube-dl do this with ffmpeg.

Abu3safeer commented 5 years ago

youtube-dl is much advanced than this, this is just simple tool and has limited features, so most features won't be like youtube-dl.

louanfontenele commented 5 years ago

youtube-dl is much advanced than this, this is just simple tool and has limited features, so most features won't be like youtube-dl.

so is better to construct this site with youtube-dl and we put just for download only crunchyroll files

Abu3safeer commented 5 years ago

Actually I have a problem with youtube-dl too, it is that the result file is mp4, not mkv, no matter what I do, it is still mp4, I didn't figure out the reason so I use anime-dl since it do the job for me.

louanfontenele commented 5 years ago

Actually I have a problem with youtube-dl too, it is that the result file is mp4, not mkv, no matter what I do, it is still mp4, I didn't figure out the reason so I use anime-dl since it do the job for me.

but you told me anime-dl cant download the subtitles, but i forgot to ask you, the subtitles comes embed in video?

Abu3safeer commented 5 years ago

but you told me anime-dl cant download the subtitles, but i forgot to ask you, the subtitles comes embed in video?

You said:

Select caption language,

Anime-dl can download the subtitle, but can't specify the language you want, you will get all subtitles with every download.

louanfontenele commented 5 years ago

but you told me anime-dl cant download the subtitles, but i forgot to ask you, the subtitles comes embed in video?

You said:

Select caption language,

Anime-dl can download the subtitle, but can't specify the language you want, you will get all subtitles with every download.

i friend mine works a project too, http://52.167.43.92/ - and them when i download the file is with subtitle already embed

louanfontenele commented 5 years ago

There is anyway to embed subtitles to video?

Abu3safeer commented 5 years ago

You could ask him if he is using youtube-dl or anime-dl or something else.

Abu3safeer commented 5 years ago

There is anyway to embed subtitles to video?

yes, use videojs-ass

axipher commented 5 years ago

Youtube-dl has many, many options for every part of the process.

You can choose to keep the video, audio and subtitle files before merging them, you can select the output container (this includes mp4) and you can select a single language, or just download all available languages. I believe the subtitle options vary by site, but it is pretty robust.

This program is just a simple way of downloading shows from a select few sites with the minimum required options to make it functional for the largest group of people.

Also what do you mean by embedding sub-titles. There are 3 main approaches to sub-titles:

The second option is the most popular is it gives you a single file with all the languages in it so that as many people as possible can enjoy it and select a language on the fly. This is also handy for mobile viewing as you can adjust the sub-title font size and type to match your screen size and resolution.

louanfontenele commented 5 years ago

Youtube-dl has many, many options for every part of the process.

You can choose to keep the video, audio and subtitle files before merging them, you can select the output container (this includes mp4) and you can select a single language, or just download all available languages. I believe the subtitle options vary by site, but it is pretty robust.

This program is just a simple way of downloading shows from a select few sites with the minimum required options to make it functional for the largest group of people.

Also what do you mean by embedding sub-titles. There are 3 main approaches to sub-titles:

  • Leave the files separate and let the playback program handle them
  • Embed the sub-title files in to the final video file container so that the program can easily load them, but still customize the display of them
  • Bake the sub-titles in to the video itself, this eliminates any separate sub-title files of streams in the file and whatever you chose at the time of baking for a font and size is what your stuck with

The second option is the most popular is it gives you a single file with all the languages in it so that as many people as possible can enjoy it and select a language on the fly. This is also handy for mobile viewing as you can adjust the sub-title font size and type to match your screen size and resolution.

exacly, because of this i prefer to use youtube-dl, i really want developer this, but i'm not good with backend