Rhoddy Jensen

Rhoddy Jensen is a Los Angeles-based director whose work bridges high-octane filmmaking with character-driven storytelling. Rooted in the world of action sports and automotive, his early films were defined by kinetic energy, inventive editing, and a music-first sense of pacing.

Now, Rhoddy’s focus has evolved toward crafting witty, memorable narratives stories that move fast, hit hard, and linger because they make you laugh or think. His style fuses cinematic precision with humour that feels lived-in and human. Whether choreographing drones through desert canyons or building tension in a deadpan dialogue scene, Rhoddy’s work carries a through-line of restless curiosity for what moves people.

'; var blobUrl = URL.createObjectURL(new Blob([html], { type: 'text/html' })); _slateBlobRegistry.push(blobUrl); return blobUrl; }// Appends query params to a Slate embed URL for hover (muted autoplay preview) // Slate may or may not honour these — if ignored, browser autoplay policy // still blocks unmuted playback so silence is effectively guaranteed. function slateEmbedHoverSrc(src) { return src + (src.indexOf('?') !== -1 ? '&' : '?') + 'autoplay=1&muted=1&loop=1'; }// Appends autoplay param for fullscreen popup (unmuted, Slate's own controls) function slateEmbedPopupSrc(src) { return src + (src.indexOf('?') !== -1 ? '&' : '?') + 'autoplay=1'; }window.addEventListener('beforeunload', function () { _slateBlobRegistry.forEach(function (url) { URL.revokeObjectURL(url); }); _slateBlobRegistry = []; });// ############### Play video on hover, pause on leave ############### // Vimeo → removes