GitXplorerGitXplorer
R

LetItTrans

public
7 stars
3 forks
1 issues

Commits

List of commits on branch master.
Unverified
3aa63c828dd7417d500e42d82e1180358f681654

gtrans: Allow a language override

RRosuav committed 3 years ago
Unverified
46846ec876bd903405fe529e62fb13185b4250d2

gtrans: Use the correct language code instead of hard-coding French

RRosuav committed 4 years ago
Unverified
d2756b6ca56769ed811e5ec75a2101ab893f63f8

gtrans: Save after HTTP error

RRosuav committed 4 years ago
Unverified
86ee3fbe663eba65d7311c2a47f00bd319354c31

gtrans: Use actual JSON decoding to avoid errant decodes

RRosuav committed 4 years ago
Unverified
583647516b36dc409154610d8f8d0714616bd15d

Use ffmpeg rather than avconv

RRosuav committed 5 years ago
Unverified
7ee9f516a420975205dc5cea30841b121b63b8bb

Fix some transliterations and settle on ISO 9

RRosuav committed 5 years ago

README

The README file for this repository.

Disney's "Frozen" has a rather awesome song in it, which you just might have heard of... "Let it go". There are 44 official translations, and I'd like to compile a collection of translations from each one back to English. Since I don't speak all these languages, that means asking the internet for help!

The original words are owned by Disney. The translations back are written by various people from around the internet; see the individual files or check here for credits. Ideally, I would like contributions to be licensed under a Creative Commons attribution/share-alike license (CC-BY-SA 3.0); all my own work in this project is so licensed.

"25 languages.srt" alone is special. It's designed to go with the "Behind the Mic" video, https://www.youtube.com/watch?v=BS0T8Cd4UhA - the positions are slightly different, as it has an extended introduction. All the rest, though, are designed to tie in nicely with the published "complete set" as available on iTunes and Amazon etc; you can create a video clip using avconv or ffmpeg like this:

avconv -i movie.mkv -ss 0:31:10 -t 0:03:36 -c copy LetItGo.mkv

Create a symbolic link "Audio" to a directory containing audio files, or add them directly to this directory, to enable the make_video script.

Contribute if you can, and enjoy what others have made... and enjoy Frozen. :)