Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.comp.lang.javascript > #95 > unrolled thread
| Started by | Skybuck Flying <skybuckflying@gmail.com> |
|---|---|
| First post | 2023-02-23 08:03 -0800 |
| Last post | 2023-03-07 02:50 -0800 |
| Articles | 3 — 2 participants |
Back to article view | Back to alt.comp.lang.javascript
Matrix: The choice is yours Skybuck Flying <skybuckflying@gmail.com> - 2023-02-23 08:03 -0800
Re: Matrix: The choice is yours Skybuck Flying <skybuckflying@gmail.com> - 2023-02-23 08:17 -0800
Re: Matrix: The choice is yours Ezimene nimi Teine nimi <ezimenenimiteinenimi@gmail.com> - 2023-03-07 02:50 -0800
| From | Skybuck Flying <skybuckflying@gmail.com> |
|---|---|
| Date | 2023-02-23 08:03 -0800 |
| Subject | Matrix: The choice is yours |
| Message-ID | <7fdb1c8f-1491-4954-844f-8b023e01f4fcn@googlegroups.com> |
https://thechoiceisyours.whatisthematrix.com/en/ How is this done/coded ? How is the video/graphics done ? Is it simply downloading a pre-rendered movie for every possible minute mark ? Or is it actually generating the graphics on the fly and then encoding it with a video encoder to make it look like a movie/trailer ? Awesome "mindfuck" ! LOL. Bye, skybuck.
[toc] | [next] | [standalone]
| From | Skybuck Flying <skybuckflying@gmail.com> |
|---|---|
| Date | 2023-02-23 08:17 -0800 |
| Message-ID | <e7269abf-af88-448f-93ef-28d68f675a0an@googlegroups.com> |
| In reply to | #95 |
OK, I see it's already been decoded by somebody, I was starting to get worried there ! LOL:
https://www.reddit.com/r/matrix/comments/pjww65/whatismatrixcom_inner_workings/
"
Whatismatrix.com inner workings
So i spend some time on working out how site works.
When you click on pill, string is generated, which contains 6 different parameters:
1: color(red/blue)2: clip 1 (random, can be 1 to 3)3: time (millitary format, no semicolon)4 - 6: clip 2, 3 and 4 (random, can be 1 to 3)
Then md5 hash of that string is taken, and it is how pregenerated file on server is found.
format: "17{red|blue}-a-b{1-3}-c{00-23}{00-59}-d-e{1-3}-f-g{1-3}-h{1-3}-i"example: md5("17red-a-b3-c0451-d-e3-f-g1-h3-i") = "a3acdf0e4652fef8fdabd31d2bc6601e"link: https://thechoiceisyours.whatisthematrix.com/generated/v7/high/a3acdf0e4652fef8fdabd31d2bc6601e.mp4
Here is list of links which should contain all available clips:
red1:https://thechoiceisyours.whatisthematrix.com/generated/v7/high/ea2222b8b7a5c72396f76d65cf56890a.mp4red2:https://thechoiceisyours.whatisthematrix.com/generated/v7/high/bac726340f5486d9e02942c243e5b56b.mp4red3:https://thechoiceisyours.whatisthematrix.com/generated/v7/high/ce1aef26388b49562eab495b597e8fbc.mp4
blue1:https://thechoiceisyours.whatisthematrix.com/generated/v7/high/1f3dbdfd6a7c3d574b6b9eb8d07a3567.mp4blue2:https://thechoiceisyours.whatisthematrix.com/generated/v7/high/241eb47071c89d8f18b0948763d6389a.mp4blue3:https://thechoiceisyours.whatisthematrix.com/generated/v7/high/498ec3ba6719291e77b2a8870c744bdf.mp4
Edit:
Here i combined all the videos into one
https://www.youtube.com/watch?v=MeRmoU7VxIA
"
What a complex piece of javascript code that was, at least it seems to me as non-java script programmer, some webpack 4 is used or so ? hmm strange... maybe to hide the video urls ?! ;)
Bye for now,
Skybuck.
[toc] | [prev] | [next] | [standalone]
| From | Ezimene nimi Teine nimi <ezimenenimiteinenimi@gmail.com> |
|---|---|
| Date | 2023-03-07 02:50 -0800 |
| Message-ID | <17d554f5-275d-468c-8b9f-fe0d1129337en@googlegroups.com> |
| In reply to | #95 |
Morning, internet friend...................................................... Do You have a lot of money ? Would You be willing helping me with 1100 dollars ? I am interested of buying a new iphone, Iphone 14. Telephone: (+372) 56091196 On Thursday, February 23, 2023 at 6:03:31 PM UTC+2, Skybuck Flying wrote: > https://thechoiceisyours.whatisthematrix.com/en/ > > How is this done/coded ? > > How is the video/graphics done ? > > Is it simply downloading a pre-rendered movie for every possible minute mark ? > > Or is it actually generating the graphics on the fly and then encoding it with a video encoder to make it look like a movie/trailer ? > > Awesome "mindfuck" ! LOL. > > Bye, > skybuck.
[toc] | [prev] | [standalone]
Back to top | Article view | alt.comp.lang.javascript
csiph-web