36 lines
1.2 KiB
Markdown
36 lines
1.2 KiB
Markdown
|
|
---
|
||
|
|
date: "2023-06-12"
|
||
|
|
image: "/img/haflin-creek-trail.jpg"
|
||
|
|
published: true
|
||
|
|
title: "[video] Mountain Biking Haflin Creek Trail in Durango, CO"
|
||
|
|
tags:
|
||
|
|
- mountain biking
|
||
|
|
- traveling
|
||
|
|
- videos
|
||
|
|
---
|
||
|
|
|
||
|
|
A rough edit of my Haflin Creek ride today.
|
||
|
|
|
||
|
|
Roughly the first ~1000 ft. of vertical drop are missing from this video because the quality was too poor to include. Any by that, I mean that I don't know how to position an action camera correctly.
|
||
|
|
|
||
|
|
This was only my second time riding with a camera, and it took all of half a ride for a rock to kick up from my front tire and crack the lens. So I guess I'm in the market for a new camera?
|
||
|
|
|
||
|
|
I was taking it easy on this ride since I was riding solo on a double black trail that I haven't ridden before. Either way, it was still a good time, and fairly technical despite how the camera makes it look.
|
||
|
|
|
||
|
|
I hope it's still entertaining, cheers!
|
||
|
|
|
||
|
|
{{< rawhtml >}}
|
||
|
|
<style>
|
||
|
|
@media (max-width: 500px) {
|
||
|
|
video {
|
||
|
|
width: 90%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<video width="640" height="480" controls>
|
||
|
|
<source src="https://f005.backblazeb2.com/file/adriano-fyi-personal/videos/Haflin-edits.mp4" type="video/mp4">
|
||
|
|
Sorry, your browser does not support HTML video.
|
||
|
|
</video>
|
||
|
|
{{< /rawhtml >}}
|
||
|
|
|