Home Artists Posts Import Register

Files

the wire 101 full.mp4

This is "the wire 101 full.mp4" by LM on Vimeo, the home for high quality videos and the people who love them.

Comments

T0ast

your version seems to be a little fast

DaftBasterd

I'm gonna go ahead and guess that it's due to the fact that the European standard of playback for shows is 25fps whereas in the USA it's 24fps, leading to a slightly different speed that's eventually noticeable.

Tom Evans

If you click the Vimeo logo on the video you can download it from the Vimeo site, then play it in a player that can set a specific playback speed like VLC player. Playing it at 0.96 speed should make it pretty close.

Dante

The way I sync it up is by right clicking on the HBO Max screen when the episode is paused, click “Inspect” then towards the bottom click the tab titled “Console” and type in document.querySelector(‘video’).playbackRate = 1.0428 and hit enter. I’ve found that this syncs it even closer than VLC I rarely ever have to pause to re-sync and I dont have to download LM’s video. You can mess with the playbackRate value to get it closer if it’s not working for you. I watch on 2 monitors though so not sure that it would work with picture in picture mode.

BasedNate

Do you not do a countdown or anything? Makes it a bit hard to sync when you don't do a countdown or show any beginning images.

Anonymous

they've never done a countdown, it's honestly not a big deal if you're ready for it since the audio is easy to sync with

Bryce

Thank you! 1.0428 was still too slow for me, but 1.043 seems to be working well.

Cody Pavy

Ahhh disappointing. My computer broke recently so I use my Xbox to watch the shows on my TV and I queue their reactions up on my phone. With no way to change the speed I guess I’ll have to skip these full reactions and opt for the regular YouTube reactions. I’ll look into it a bit and see if I can find a solution that’ll work for me

TeaDrinker3000

Thanks for this mate! I was using Python to convert videos from mkv to mp4 and noticed the syncing of audio and video issue myself. An episode would start in sync but then gradually have the video faster than the audio, eventually being a full second out of sync by the end of the episode. I was so confused before eventually thinking of frame rate. Thankfully, locking the conversion to 25fps did the trick. It was annoying having to watch the first season of Mr. Robot where the episodes would eventually become out of sync before the code was fixed. But it was also so cool to be able to convert all the videos for completely free, and for a show that actually involves coding it was a total trip 😅 that's my story. If any of y'all want that code for converting videos drop me a line 👊

Avery

HBO Max with VPN to Serbia worked for me.

Aaron Morris

The wire was "remastered" a few years ago into a wide-screen format by the creators.Some scenes were shortened/lengthened slightly frame by frame. Some frames got cut out as you would be able to spot the film crew in the background as they never knew it would be converted into a wide-screen format. Might be something else but might be worth checking which version you are watching. First time I've had syncing issues with any of your videos so think that's why it might be an issue specific to this show but could be wrong.

Dante

That is not why. It's because the European standard for playback is 25 fps but in North America its 24 fps. It happened with their Band of Brothers reactions too. TBH not sure why it doesn't happen with every show probably has to do with what they are watching on.

Aaron Morris

I had no issues with the band of brothers playback but you could be right just throwing it out there in case it is something else.

Anonymous

You have made it impossible to cancel my subscription. Damn you both.

UNC

I have tried all ways to sync but it seems impossible.. This is really frustrating I was looking forward to this.

UNC

I cannot get this to work and could use some help. Someone please I just want to enjoy the full lengths without trying to resync every minute. :(

UNC

This isn’t working for me any other ideas/solutions people might have?

Charlotte Drolet

Damn just joined and I cannot sync. I wish I did not join. I wish all reactors knew whatever trick some reactors use to just show what they are watching. Hello and goodbye.

PIG

For anyone else starting this reaction channel, I had problems syncing. Some people, like Dante here, were very helpful in later posts that will clear this up: "https://www.youtube.com/watch?v=g_44vuSXGi4&ab_channel=MathEasySolutions This video has a tutorial of my comment on the first episode. 11:43-14:44 is the part that shows it. The speed I use is 1.0428. Hopefully with this vid and my comment on episode 1 you can get it to work for you! Someone left a comment above mine on episode 1 explaining how to download it to VLC and change the speed that way as well. Good luck!" The way I did it was a bit different, and it might save future viewers a headache. Instead of SPEEDING UP The Wire, I SLOWED DOWN the viemo reactions posts from LM Reactions. Speeding up The Wire was a bit weird and noticeable, I don't notice the difference so much when I slow down LM Reactions. So for the speed I use to slow them down is: document.querySelector('video').playbackRate = 0.958 It's almost perfect (ALMOST: I need to change the speed some more, this will take multiple viewings) at this point. Good luck and enjoy the show!!!!

Clay F

Try this if trouble syncing: 1. On a PC or laptop, right click on the LM video and then click "inspect". 2. Then go to the console tab in the new window that pops up and type in: document.querySelector('video').playbackRate = 0.9591 3. Hit return and close (x) out the new window.