|
Community Forum · Est. 2006
|
#11
●
10-04-2025, 10:57 AM
|
|
Re: Climbing Influencer Dies During Livestream After Fall from Yosemites El Capitan
I'd venture that he realized his mistake almost immediately. But as it isn't a 100% straight-down fall from there, I imagine he may have caught at least one or two sufficiently large slim outcroppings/outjuttings within just a couple of seconds to likely cause crushing unconsciousness or a savage broken cartwheel, again leading to fairly swift unconsciousness. When I first heard he was 'livestreaming' during this, I thought he might've had a go pro on, somehow.
|
|
#12
●
10-04-2025, 08:39 PM
| ||||||||
| My Rank: CORPORAL Poster Rank:1438 Join Date: Apr 2012 Posts: 404 Mentioned: 1 Post(s) Quoted: 151 Post(s)
| ||||||||
|
Re: Climbing Influencer Dies During Livestream After Fall from Yosemites El Capitan
He tried to grab the bag/rope on his way down during the fall. Definitely knew he screwed up.
|
|
#14
●
10-05-2025, 05:20 AM
|
|
Re: Climbing Influencer Dies During Livestream After Fall from Yosemites El Capitan
13 seconds is right, but only if he was free falling. If he was tumbling, it took longer but he might have been knocked out before hitting the buttom |
|
#15
●
10-05-2025, 11:47 AM
| ||||||||
| My Rank: PRIVATE FIRST CLASS Poster Rank:3660 Join Date: Jun 2017 Posts: 92 Mentioned: 0 Post(s) Quoted: 37 Post(s)
| ||||||||
|
Re: Climbing Influencer Dies During Livestream After Fall from Yosemites El Capitan
You can zoom in and see where he fell at this link. El Capitan Gigapixel Climbing Routes https://www.xrez.com/blog/el-capitan...imbing-routes/ He was on the route "Sea of Dreams" right at the top. |
|
#16
●
10-05-2025, 02:05 PM
| ||||||||
| My Rank: PRIVATE Poster Rank:33593 Join Date: Apr 2022 Posts: 1 Mentioned: 1 Post(s) Quoted: 3 Post(s)
| ||||||||
|
Re: Climbing Influencer Dies During Livestream After Fall from Yosemites El Capitan
Please archive off site videos so that they can still be viewed when they inevitably get taken down like this. Learn how to use yt-dlp, then you can archive using mega.nz, google drive, etc. if they are too big to upload to the forums here. You can also use https://preservetube.com/ which isn't as good because it does not preserve the best available quality (honestly it atill amazes me how many people think some 360p version of an original 1080p video or a vertical phone recording of the video playing on a computer monitor is acceptable as an archive). Here are my recommended command lines for downloading with yt-dlp, preserving the original thumbnail, subtitles, and metadata: H.264/M4a: Code: yt-dlp.exe --cookies cookies.txt --sub-langs all,-live_chat --write-subs --sub-format srt/best --embed-subs -f "(bv*[vcodec~='^(avc|h264)']+ba[acodec~='^(mp4a|aac)']) / (bv*+ba/b)" --merge-output-format mkv --remux-video mkv --embed-chapters --embed-thumbnail --convert-thumbnails png --embed-metadata "https://www.youtube.com/watch?v=6dZTnKjOz90" Code: yt-dlp.exe --cookies cookies.txt --sub-langs all,-live_chat --write-subs --sub-format srt/best --embed-subs -f "(bv*[vcodec~='^(vp9)']+ba[acodec~='^(opus)']) / (bv*+ba/b)" --merge-output-format mkv --remux-video mkv --embed-chapters --embed-thumbnail --convert-thumbnails png --embed-metadata "https://www.youtube.com/watch?v=6dZTnKjOz90"
Cookies.txt exporters: Firefox: https://addons.mozilla.org/en-US/fir...n/cookies-txt/ Chrome: https://chromewebstore.google.com/de...flpdbgdldlbecc If you don't want to bother with cookies.txt, you could try this instead, but it's worth it to use the above cookies.txt method if you have YouTube Premium, since it will download the premium bitrate streams if they are available for the video, and will also download videos that are available for premium users only (but not anything encrypted such as YouTube Movies). H.264/M4a: Code: yt-dlp.exe --extractor-args "youtube:player-client=default,tv_simply" --sub-langs all,-live_chat --write-subs --sub-format srt/best --embed-subs -f "(bv*[vcodec~='^(avc|h264)']+ba[acodec~='^(mp4a|aac)']) / (bv*+ba/b)" --merge-output-format mkv --remux-video mkv --embed-chapters --embed-thumbnail --convert-thumbnails png --embed-metadata "https://www.youtube.com/watch?v=6dZTnKjOz90" Code: yt-dlp.exe --extractor-args "youtube:player-client=default,tv_simply" --sub-langs all,-live_chat --write-subs --sub-format srt/best --embed-subs -f "(bv*[vcodec~='^(vp9)']+ba[acodec~='^(opus)']) / (bv*+ba/b)" --merge-output-format mkv --remux-video mkv --embed-chapters --embed-thumbnail --convert-thumbnails png --embed-metadata "https://www.youtube.com/watch?v=6dZTnKjOz90" |