Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crunchyroll-dl #90

Open
louanfontenele opened this issue Mar 14, 2019 · 20 comments
Open

Crunchyroll-dl #90

louanfontenele opened this issue Mar 14, 2019 · 20 comments

Comments

@louanfontenele
Copy link

louanfontenele commented Mar 14, 2019

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
Copy link
Contributor

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

@Abu3safeer
Copy link
Contributor

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

@louanfontenele
Copy link
Author

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
Copy link
Contributor

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

@louanfontenele
Copy link
Author

Ohh, thanks anyway.

@Abu3safeer
Copy link
Contributor

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

@louanfontenele
Copy link
Author

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
Copy link
Contributor

Abu3safeer commented Mar 14, 2019

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

@louanfontenele
Copy link
Author

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
Copy link
Contributor

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
Copy link
Author

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
Copy link
Contributor

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
Copy link
Author

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
Copy link
Contributor

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
Copy link
Author

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
Copy link
Author

There is anyway to embed subtitles to video?

@Abu3safeer
Copy link
Contributor

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

@Abu3safeer
Copy link
Contributor

There is anyway to embed subtitles to video?

yes, use videojs-ass

@axipher
Copy link

axipher commented Mar 15, 2019

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.

@louanfontenele
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants