<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/favicon.ico" sizes="any">
<title>The Videos — pal2tech</title>
<link rel="preconnect" href="https://i.ytimg.com" crossorigin>
<link rel="preconnect" href="https://www.googletagmanager.com">
<link rel="preconnect" href="https://www.youtube-nocookie.com" crossorigin>
<meta name="description" content="The complete pal2tech video library — every Fujifilm tutorial, camera-settings deep dive, gear and lens review, and videography lesson from the YouTube channel.">
<meta name="theme-color" content="#0f0f0f">

<meta property="og:title" content="The Videos — pal2tech">
<meta property="og:description" content="Every pal2tech video — Fujifilm tutorials, camera settings, gear and lens reviews, videography. Search and filter the full archive.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://pal2tech.com/videos/">
<meta property="og:image" content="https://pal2tech.com/images/social/og-videos.jpg">
<meta property="og:site_name" content="pal2tech">

<link rel="canonical" href="https://pal2tech.com/videos/">

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@400;500;700&family=Lora:ital,wght@0,400;0,500;1,400&display=swap" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@400;500;700&family=Lora:ital,wght@0,400;0,500;1,400&display=swap"></noscript>

<!-- critical-css -->
<style data-critical>
/* Critical above-the-fold CSS, inlined into every page <head> by build.js.
   Keep this short. Anything below the visible fold belongs in main.css. */
:root {
  --color-bg: #0f0f0f;
  --color-surface: #1a1a1a;
  --color-surface-2: #242424;
  --color-accent: #e8a020;
  --color-accent-soft: #f5b94a;
  --color-accent-alt: #c0392b;
  --color-text: #f0f0f0;
  --color-text-muted: #9E9E9E;
  --color-text-dim: #878787;
  --color-border: #2a2a2a;
  --color-border-strong: #3a3a3a;
  --color-white: #ffffff;
  --font-display: 'Bebas Neue', 'Impact', sans-serif;
  --font-body: 'Lora', Georgia, serif;
  --font-ui: 'DM Sans', system-ui, -apple-system, sans-serif;
  --max-width: 1100px;
  --radius: 4px;
  --radius-lg: 10px;
  --shadow-soft: 0 8px 32px rgba(0, 0, 0, 0.45);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a { color: var(--color-accent); text-decoration: none; transition: color 120ms ease; }
a:hover { color: var(--color-accent-soft); }
img { max-width: 100%; height: auto; display: block; }
.container { width: 100%; max-width: var(--max-width); margin-inline: auto; padding-inline: 24px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.site-nav {
  border-bottom: 1px solid var(--color-border);
  background: rgba(15, 15, 15, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 100;
}
.site-nav .container { display: flex; align-items: center; justify-content: space-between; padding-block: 18px; }
.site-nav__logo { display: inline-flex; align-items: center; line-height: 0; }
.site-nav__logo img { display: block; height: 34px; width: 247px; max-width: none; }
@media (max-width: 720px) {
  .site-nav__logo img { height: 30px; width: 218px; }
}
.site-nav__links {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.site-nav__links a { color: var(--color-text-muted); }
.site-nav__links a:hover { color: var(--color-text); }
.site-nav__links a.is-active { color: var(--color-accent); }
.site-nav__toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; color: var(--color-text); }
.site-nav__toggle svg { width: 26px; height: 26px; }
@media (max-width: 720px) {
  .site-nav__links {
    position: fixed;
    inset: 64px 0 auto 0;
    flex-direction: column;
    gap: 0;
    padding: 24px;
    background: var(--color-surface);
    border-bottom: 1px solid var(--color-border);
    transform: translateY(-110%);
    transition: transform 220ms ease;
    box-shadow: var(--shadow-soft);
  }
  .site-nav__links li { border-bottom: 1px solid var(--color-border); }
  .site-nav__links li:last-child { border-bottom: 0; }
  .site-nav__links a { display: block; padding-block: 16px; font-size: 16px; letter-spacing: 1.5px; }
  .site-nav.is-open .site-nav__links { transform: translateY(0); }
  .site-nav__toggle { display: inline-flex; }
}
.breadcrumb {
  padding-top: 18px;
  padding-bottom: 0;
  font-family: var(--font-ui);
  font-size: 13px;
  color: var(--color-text-muted);
}
.breadcrumb a { color: var(--color-accent); transition: color 140ms ease; }
.breadcrumb a:hover { color: var(--color-accent-soft); }
.breadcrumb__sep { margin: 0 9px; color: var(--color-text-dim); }
.breadcrumb__current { color: var(--color-text-dim); }
.breadcrumb + header.hero { padding-top: 40px; }
.hero {
  padding-top: 50px;
  padding-bottom: clamp(40px, 8vw, 80px);
  border-bottom: 1px solid var(--color-border);
  position: relative;
  overflow: hidden;
}
header.hero { padding-bottom: 10px; }
.hero::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  width: 1px; height: 100%;
  background: linear-gradient(to bottom, transparent, var(--color-accent), transparent);
  opacity: 0.15;
}
.hero__eyebrow {
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 500;
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 24px;
}
.hero__title {
  font-family: var(--font-display);
  font-size: clamp(64px, 14vw, 140px);
  line-height: 0.95;
  letter-spacing: 1px;
  margin: 0 0 28px;
  color: var(--color-text);
}
.videos-section .hero__title { font-size: clamp(64px, 14vw, 80px); }
.hero__title em { font-style: normal; color: var(--color-accent); }
.hero__lead {
  font-family: var(--font-body);
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.6;
  color: var(--color-text-muted);
  max-width: 640px;
  margin: 0 0 36px;
}
.hero__lead strong { color: var(--color-text); font-weight: 500; }
.hero--with-image::before { display: none; }
.hero__grid { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
@media (min-width: 900px) {
  .hero__grid { grid-template-columns: 1.1fr 1fr; gap: 48px; }
  .hero__media { margin-top: -70px; }
}
.hero__media { display: flex; justify-content: center; }
.hero__media img { width: 100%; max-width: 560px; height: auto; display: block; border-radius: 8px; }
</style>
<!-- /critical-css -->
<link rel="preload" as="style" href="/css/main.css?v=2e07a267" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" href="/css/main.css?v=2e07a267"></noscript>
<!-- ga4: Google Analytics (lazy) — managed by build.js, edit GA_ID there -->
<script>
(function () {
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  window.gtag = gtag;
  gtag('js', new Date());
  gtag('config', 'G-QQ58TPGGDE');
  var loaded = false;
  function loadGa() {
    if (loaded) return;
    loaded = true;
    var s = document.createElement("script");
    s.async = true;
    s.src = 'https://www.googletagmanager.com/gtag/js?id=G-QQ58TPGGDE';
    document.head.appendChild(s);
  }
  var events = ['pointermove', 'scroll', 'keydown', 'touchstart'];
  var opts = { once: true, passive: true, capture: true };
  events.forEach(function (ev) { window.addEventListener(ev, loadGa, opts); });
  setTimeout(loadGa, 6000);
})();
</script>
<!-- /ga4 -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="The Videos — pal2tech">
<meta name="twitter:description" content="Every pal2tech video — Fujifilm tutorials, camera settings, gear and lens reviews, videography. Search and filter the full archive.">
<meta name="twitter:image" content="https://pal2tech.com/images/social/og-default.jpg">
<link rel="alternate" type="application/rss+xml" title="pal2tech videos" href="/feed.xml">
</head>
<body class="videos-section">

<!-- include:top-nav -->
<nav class="site-nav">
  <div class="container">
    <a href="/" class="site-nav__logo" aria-label="pal2tech home"><picture><source type="image/webp" srcset="/images/pal2tech-logo.webp"><img src="/images/pal2tech-logo.png" alt="pal2tech" width="247" height="34" decoding="async"></picture></a>
    <button class="site-nav__toggle" aria-label="Open menu" aria-expanded="false" aria-controls="primary-nav">
      <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg>
    </button>
    <ul class="site-nav__links" id="primary-nav">
      <li><a href="/about/">About</a></li>
      <li><a href="/videos/" class="is-active" aria-current="page">Videos</a></li>
      <li><a href="/gear/">Gear</a></li>
      <li><a href="/newsletter/">Newsletter</a></li>
      <li><a href="/backstage/">BACKSTAGE</a></li>
      <li><a href="https://doneoverperfect.com" target="_blank" rel="noopener">Podcast</a></li>
      <li><a href="/contact/">Contact</a></li>
    </ul>
  </div>
</nav>
<!-- /include:top-nav -->

<!-- include:breadcrumb -->
  <nav class="breadcrumb" aria-label="Breadcrumb">
    <div class="container">
      <a href="/">Home</a>
      <span class="breadcrumb__sep" aria-hidden="true">&rsaquo;</span>
      <span class="breadcrumb__current">Videos</span>
    </div>
  </nav>
  <script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://pal2tech.com/"},{"@type":"ListItem","position":2,"name":"Videos"}]}</script>
<!-- /include:breadcrumb -->

  <header class="hero">
    <div class="container">
      <p class="hero__eyebrow">From the YouTube channel</p>
      <h1 class="hero__title">The <em>Videos</em></h1>
      <p class="hero__lead">
        Tutorials, deep dives, and gear reviews from the pal2tech channel. <strong>Search the archive below</strong> or filter by topic.
      </p>
    </div>
  </header>

  <section class="section">
    <div class="container">
      <form class="search-bar" id="search-form" role="search" autocomplete="off">
        <input type="search" id="search-input" placeholder="Search videos by title, topic, or keyword..." aria-label="Search videos">
        <button type="submit">Search</button>
      </form>

      <div class="filter-bar" id="filter-bar">
<!-- include:videos-filters -->
<button class="filter-chip is-active" data-filter="all">All</button>
<button class="filter-chip" data-filter="camera-settings">Camera Settings</button>
<button class="filter-chip" data-filter="videography">Videography</button>
<button class="filter-chip" data-filter="fast-friday">Fast Friday</button>
<button class="filter-chip" data-filter="xt5-training">X-T5 Training</button>
<button class="filter-chip" data-filter="lens-reviews">Lens Reviews</button>
<button class="filter-chip" data-filter="x100vi-training">X100VI Training</button>
<button class="filter-chip" data-filter="capture-one-training">Capture One Training</button>
<button class="filter-chip" data-filter="iso">ISO</button>
<button class="filter-chip" data-filter="instax-cameras">INSTAX Cameras</button>
<button class="filter-chip" data-filter="done-over-perfect">Done Over Perfect</button>
<!-- /include:videos-filters -->
      </div>

      <div class="grid grid--3" id="article-grid">
<!-- include:videos-archive -->
<article class="card" data-category="capture-one-training"><a class="card__media" href="/videos/2026/why-your-fujifilm-colors-look-different-online/"><img src="https://i.ytimg.com/vi/hC3-Y2I1bI4/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Capture One Training</p><h3 class="card__title"><a href="/videos/2026/why-your-fujifilm-colors-look-different-online/">Why Your Fujifilm Colors Look Different Online</a></h3><p class="card__excerpt">Why do your photos change color when you export them? f you have ever finished editing a photo, exported it, and noticed the colors look different in your browser or on…</p><div class="card__meta"><span>May 2026</span><a href="/videos/2026/why-your-fujifilm-colors-look-different-online/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography xt5-training x100vi-training capture-one-training iso"><a class="card__media" href="/videos/2026/fujifilm-dynamic-range-settings-affect-your-raw-files/"><img src="https://i.ytimg.com/vi/tz7JU8ghMfU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2026/fujifilm-dynamic-range-settings-affect-your-raw-files/">Fujifilm Dynamic Range Settings Affect Your RAW Files</a></h3><p class="card__excerpt">Most Fujifilm shooters believe the Dynamic Range setting only affects JPEGs. It doesn&#39;t. In this video I show exactly how DR100, DR200, and DR400 change your RAW files,…</p><div class="card__meta"><span>May 2026</span><a href="/videos/2026/fujifilm-dynamic-range-settings-affect-your-raw-files/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography lens-reviews"><a class="card__media" href="/videos/2026/viltrox-35mm-f-1-7-review-best-budget-lens-for-fujifilm/"><img src="https://i.ytimg.com/vi/hSAkIGYr8bc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2026/viltrox-35mm-f-1-7-review-best-budget-lens-for-fujifilm/">Viltrox 35mm f/1.7 Review — Best Budget Lens for Fujifilm?</a></h3><p class="card__excerpt">The Viltrox 35mm f/1.7 is one of the best-value autofocus prime lenses you can buy for your Fujifilm camera right now. In this review, I test it on the Fujifilm X-T5 and…</p><div class="card__meta"><span>May 2026</span><a href="/videos/2026/viltrox-35mm-f-1-7-review-best-budget-lens-for-fujifilm/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday xt5-training x100vi-training"><a class="card__media" href="/videos/2026/fujifilm-settings-that-work-against-you/"><img src="https://i.ytimg.com/vi/Sdxz5zmX8NM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2026/fujifilm-settings-that-work-against-you/">Fujifilm Settings That Work Against You</a></h3><p class="card__excerpt">Two Fujifilm settings that quietly work against you — and how to avoid them.</p><div class="card__meta"><span>April 2026</span><a href="/videos/2026/fujifilm-settings-that-work-against-you/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2026/i-smoked-a-canon-sensor-and-compared-it-to-fujifilm-film-simulations/"><img src="https://i.ytimg.com/vi/gHpN1LhhWBM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2026/i-smoked-a-canon-sensor-and-compared-it-to-fujifilm-film-simulations/">I Smoked a Canon Sensor and Compared It to Fujifilm Film Simulations</a></h3><p class="card__excerpt">Do not try this at home. In fact, don&#39;t try it ever! Happy April 1st! 👍</p><div class="card__meta"><span>April 2026</span><a href="/videos/2026/i-smoked-a-canon-sensor-and-compared-it-to-fujifilm-film-simulations/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography xt5-training x100vi-training"><a class="card__media" href="/videos/2026/fujifilm-lock-feature-explained-53-camera-controls/"><img src="https://i.ytimg.com/vi/C2ZN6ByntPk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2026/fujifilm-lock-feature-explained-53-camera-controls/">Fujifilm Lock Feature EXPLAINED (53 Camera Controls!)</a></h3><p class="card__excerpt">Your Fujifilm camera has a hidden Lock feature that protects your settings from accidentally changing. It also gives you a choice of up to 53 individual controls,…</p><div class="card__meta"><span>March 2026</span><a href="/videos/2026/fujifilm-lock-feature-explained-53-camera-controls/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday xt5-training x100vi-training"><a class="card__media" href="/videos/2026/fujifilm-evf-vs-lcd-screen-why-hollywoods-best-cinematographer-always-uses-a-vie/"><img src="https://i.ytimg.com/vi/EoWFDVm-Vcc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2026/fujifilm-evf-vs-lcd-screen-why-hollywoods-best-cinematographer-always-uses-a-vie/">Fujifilm EVF vs LCD Screen: Why Hollywood&#39;s Best Cinematographer Always Uses a Viewfinder</a></h3><p class="card__excerpt">If you shoot Fujifilm and you&#39;re still using to the LCD screen, this video may change your mind. Three-time Oscar-winning cinematographer Robert Richardson — known for…</p><div class="card__meta"><span>March 2026</span><a href="/videos/2026/fujifilm-evf-vs-lcd-screen-why-hollywoods-best-cinematographer-always-uses-a-vie/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="instax-cameras"><a class="card__media" href="/videos/2026/fujifilm-instax-mini-13-camera-review-and-setup-guide/"><img src="https://i.ytimg.com/vi/sYinF2AUhy8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">INSTAX Cameras</p><h3 class="card__title"><a href="/videos/2026/fujifilm-instax-mini-13-camera-review-and-setup-guide/">Fujifilm INSTAX Mini 13 Camera - Review and Setup Guide</a></h3><p class="card__excerpt">Fujifilm INSTAX Mini 13 hands on review and setup guide. Key features, close-up/selfie mode, and what you need to know about the auto exposure + flash behavior before…</p><div class="card__meta"><span>March 2026</span><a href="/videos/2026/fujifilm-instax-mini-13-camera-review-and-setup-guide/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday xt5-training x100vi-training"><a class="card__media" href="/videos/2026/d-range-priority-one-of-fujifilms-most-misunderstood-settings/"><img src="https://i.ytimg.com/vi/52EC1Fq_DQo/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2026/d-range-priority-one-of-fujifilms-most-misunderstood-settings/">D-Range Priority: One of Fujifilm’s Most Misunderstood Settings</a></h3><p class="card__excerpt">Fujifilm cameras include a feature called D-Range Priority, but many photographers aren’t sure how it differs from the standard Dynamic Range settings. I explain how…</p><div class="card__meta"><span>March 2026</span><a href="/videos/2026/d-range-priority-one-of-fujifilms-most-misunderstood-settings/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography fast-friday"><a class="card__media" href="/videos/2026/unboxing-an-original-1965-fujifilm-movie-camera/"><img src="https://i.ytimg.com/vi/NtHJ03jUbKA/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2026/unboxing-an-original-1965-fujifilm-movie-camera/">Unboxing An Original 1965 Fujifilm Movie Camera</a></h3><p class="card__excerpt">This Fujifilm Single-8 movie camera was released in 1965. I show you one that has never been opened until now. Let’s explore this sealed time capsule from the early days…</p><div class="card__meta"><span>February 2026</span><a href="/videos/2026/unboxing-an-original-1965-fujifilm-movie-camera/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday xt5-training x100vi-training"><a class="card__media" href="/videos/2026/fujifilm-camera-not-changing-aperture-how-to-fix/"><img src="https://i.ytimg.com/vi/_pa13wvvK-0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2026/fujifilm-camera-not-changing-aperture-how-to-fix/">Fujifilm Camera Not Changing Aperture? (How To FIX)</a></h3><p class="card__excerpt">In this video, I break down the difference between AUTO and COMMAND mode, explain when to use each one, and show how it affects your aperture control. We’ll also cover…</p><div class="card__meta"><span>February 2026</span><a href="/videos/2026/fujifilm-camera-not-changing-aperture-how-to-fix/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography xt5-training x100vi-training"><a class="card__media" href="/videos/2026/fujifilm-exposure-explained-the-definitive-guide/"><img src="https://i.ytimg.com/vi/CXdq6Bm3yTE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2026/fujifilm-exposure-explained-the-definitive-guide/">Fujifilm Exposure Explained - The Definitive Guide</a></h3><p class="card__excerpt">A comprehensive, practical explanation of exposure on Fujifilm cameras. Topics covered include histograms, exposure compensation, metering modes, RAW vs JPEG behavior,…</p><div class="card__meta"><span>February 2026</span><a href="/videos/2026/fujifilm-exposure-explained-the-definitive-guide/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday xt5-training x100vi-training"><a class="card__media" href="/videos/2026/fujifilm-sports-finder-mode-explained/"><img src="https://i.ytimg.com/vi/B7ITNQD9fAs/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2026/fujifilm-sports-finder-mode-explained/">Fujifilm SPORTS FINDER MODE Explained</a></h3><p class="card__excerpt">A clear explanation of Fujifilm’s Sports Finder mode—what it does, how it works, and when it actually makes sense to use it. This includes framing behavior, resolution…</p><div class="card__meta"><span>February 2026</span><a href="/videos/2026/fujifilm-sports-finder-mode-explained/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday xt5-training lens-reviews x100vi-training instax-cameras"><a class="card__media" href="/videos/2026/fujifilm-responded-to-me/"><img src="https://i.ytimg.com/vi/jGBxdovkuZ8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2026/fujifilm-responded-to-me/">Fujifilm Responded To Me</a></h3><p class="card__excerpt">Fujifilm responded to me directly and we had a meeting this week. They also released an official statement responding to my video. I go over everything with this update.</p><div class="card__meta"><span>January 2026</span><a href="/videos/2026/fujifilm-responded-to-me/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2026/fujifilm-we-need-to-talk/"><img src="https://i.ytimg.com/vi/Uo_XhTSZUAs/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2026/fujifilm-we-need-to-talk/">Fujifilm, we need to talk...</a></h3><p class="card__excerpt">Fujifilm Responded! Here&#39;s an update to this video:</p><div class="card__meta"><span>January 2026</span><a href="/videos/2026/fujifilm-we-need-to-talk/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography instax-cameras"><a class="card__media" href="/videos/2026/fujifilm-instax-mini-evo-cinema-first-look/"><img src="https://i.ytimg.com/vi/Wcm6h7yaBd0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2026/fujifilm-instax-mini-evo-cinema-first-look/">Fujifilm INSTAX Mini Evo Cinema – First Look</a></h3><p class="card__excerpt">The Fujifilm INSTAX Mini Evo Cinema is one of the most unique cameras in the INSTAX lineup. In this video I cover the core features: digital files + INSTAX Mini prints,…</p><div class="card__meta"><span>January 2026</span><a href="/videos/2026/fujifilm-instax-mini-evo-cinema-first-look/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings xt5-training x100vi-training"><a class="card__media" href="/videos/2026/fujifilm-zone-af-why-it-chooses-the-wrong-subject/"><img src="https://i.ytimg.com/vi/154W491eJi8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2026/fujifilm-zone-af-why-it-chooses-the-wrong-subject/">Fujifilm Zone AF: Why It Chooses the “Wrong” Subject</a></h3><p class="card__excerpt">Guide to making Fujifilm Zone AF stop choosing the wrong subject—especially when you combine Zone with AF-C. We start by redefining Zone as a container, show how to…</p><div class="card__meta"><span>January 2026</span><a href="/videos/2026/fujifilm-zone-af-why-it-chooses-the-wrong-subject/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2026/happy-new-year-my-five-suggestions-to-you/"><img src="https://i.ytimg.com/vi/_hZ65NhpBC0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2026/happy-new-year-my-five-suggestions-to-you/">Happy New Year! My Five Suggestions To You</a></h3><p class="card__excerpt">Happy New Year! My Five Suggestions To You</p><div class="card__meta"><span>January 2026</span><a href="/videos/2026/happy-new-year-my-five-suggestions-to-you/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="instax-cameras"><a class="card__media" href="/videos/2025/fujifilm-instax-mini-se-review-simplest-camera-ever/"><img src="https://i.ytimg.com/vi/Tqr-ZXXd6D4/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">INSTAX Cameras</p><h3 class="card__title"><a href="/videos/2025/fujifilm-instax-mini-se-review-simplest-camera-ever/">Fujifilm INSTAX Mini SE Review – Simplest Camera Ever?</a></h3><p class="card__excerpt">Fujifilm INSTAX Mini SE, one of the simplest and cheapest instant cameras Fujifilm has ever made. Sold exclusively at Walmart for around $55, this camera strips…</p><div class="card__meta"><span>December 2025</span><a href="/videos/2025/fujifilm-instax-mini-se-review-simplest-camera-ever/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday xt5-training x100vi-training"><a class="card__media" href="/videos/2025/the-setting-that-blocks-fujifilms-fastest-shutter-speeds/"><img src="https://i.ytimg.com/vi/pXQgxhny7gc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/the-setting-that-blocks-fujifilms-fastest-shutter-speeds/">The Setting That Blocks Fujifilm’s Fastest Shutter Speeds</a></h3><p class="card__excerpt">This video discusses a specific condition that prevents your Fujifilm camera from achieving faster shutter speeds. And I&#39;ll tell you how to fix it! 👍</p><div class="card__meta"><span>December 2025</span><a href="/videos/2025/the-setting-that-blocks-fujifilms-fastest-shutter-speeds/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography xt5-training"><a class="card__media" href="/videos/2025/fujifilm-film-simulations-vs-recipes/"><img src="https://i.ytimg.com/vi/WL1HxMZYbik/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/fujifilm-film-simulations-vs-recipes/">Fujifilm Film Simulations Vs.  Recipes</a></h3><p class="card__excerpt">Fujifilm Film Simulations Vs. Recipes. Check out:</p><div class="card__meta"><span>December 2025</span><a href="/videos/2025/fujifilm-film-simulations-vs-recipes/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2025/how-to-setup-the-fujifilm-x-e5-full-guide/"><img src="https://i.ytimg.com/vi/ScN-NcfU340/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/how-to-setup-the-fujifilm-x-e5-full-guide/">How to Setup the Fujifilm X-E5 (Full Guide)</a></h3><p class="card__excerpt">Fujifilm Complete Setup Guide (X-E5). Covers photography and movie settings on the X-E5 and also other Fujifilm cameras.</p><div class="card__meta"><span>December 2025</span><a href="/videos/2025/how-to-setup-the-fujifilm-x-e5-full-guide/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2025/the-story-of-two-cameras/"><img src="https://i.ytimg.com/vi/StALBzeRZjY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/the-story-of-two-cameras/">The Story of Two Cameras</a></h3><p class="card__excerpt">The story of two cameras.</p><div class="card__meta"><span>November 2025</span><a href="/videos/2025/the-story-of-two-cameras/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday xt5-training iso"><a class="card__media" href="/videos/2025/using-the-fujifilm-l-iso-camera-setting/"><img src="https://i.ytimg.com/vi/qMijjRcAVmI/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/using-the-fujifilm-l-iso-camera-setting/">Using the Fujifilm &#39;L&#39; ISO Camera Setting</a></h3><p class="card__excerpt">Understanding the &#39;L&#39; and &#39;H&#39; ISO settings on Fujifilm cameras. Plus, my best tip if you decide to use the &#39;L&#39; ISO setting for your photos. This is a re-edited video…</p><div class="card__meta"><span>October 2025</span><a href="/videos/2025/using-the-fujifilm-l-iso-camera-setting/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2025/fujifilm-x-e5-review-and-hands-on/"><img src="https://i.ytimg.com/vi/271R_tXZ8aQ/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2025/fujifilm-x-e5-review-and-hands-on/">Fujifilm X-E5 Review and Hands-On</a></h3><p class="card__excerpt">Fujifilm X-E5 Review and real-world tests. How does it compare with the X-T50, X100VI, and X-T5? We examine the image sensor, autofocus, film simulation dial,…</p><div class="card__meta"><span>October 2025</span><a href="/videos/2025/fujifilm-x-e5-review-and-hands-on/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="done-over-perfect"><a class="card__media" href="/videos/2025/does-photography-make-you-happy-w-dr-lauren-cook/"><img src="https://i.ytimg.com/vi/6BrOEqveG5Q/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Done Over Perfect</p><h3 class="card__title"><a href="/videos/2025/does-photography-make-you-happy-w-dr-lauren-cook/">Does Photography Make You Happy? (w/ Dr.  Lauren Cook)</a></h3><p class="card__excerpt">FUJIFILM partnered with clinical psychologist and mental health expert Dr. Lauren Cook to unveil findings from Frame of Mind, a new survey highlighting the profound…</p><div class="card__meta"><span>October 2025</span><a href="/videos/2025/does-photography-make-you-happy-w-dr-lauren-cook/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday x100vi-training"><a class="card__media" href="/videos/2025/fujifilm-firmware-that-could-improve-cameras-in-2025/"><img src="https://i.ytimg.com/vi/u527ahjmqeo/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/fujifilm-firmware-that-could-improve-cameras-in-2025/">Fujifilm Firmware That Could Improve Cameras in 2025</a></h3><p class="card__excerpt">I outline five critical Fujifilm firmware updates that could dramatically improve cameras like the X-T5, X-E5, and X-T3. From exposure preview limits to subject…</p><div class="card__meta"><span>September 2025</span><a href="/videos/2025/fujifilm-firmware-that-could-improve-cameras-in-2025/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings xt5-training x100vi-training"><a class="card__media" href="/videos/2025/improve-your-fujifilm-autofocus-setup-guide/"><img src="https://i.ytimg.com/vi/C00MqhLjKnE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/improve-your-fujifilm-autofocus-setup-guide/">Improve Your Fujifilm Autofocus (Setup Guide)</a></h3><p class="card__excerpt">Learn how to set up Fujifilm autofocus correctly for better results: AF-S vs AF-C, Single Point vs Zone vs Wide/Tracking, focus frame size, AF-C Custom Settings, plus…</p><div class="card__meta"><span>September 2025</span><a href="/videos/2025/improve-your-fujifilm-autofocus-setup-guide/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday"><a class="card__media" href="/videos/2025/fujifilm-depth-of-field-preview-auto-m-tip/"><img src="https://i.ytimg.com/vi/AcQff8js40k/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/fujifilm-depth-of-field-preview-auto-m-tip/">Fujifilm Depth of Field Preview (Auto + M Tip)</a></h3><p class="card__excerpt">Struggling to preview Depth of Field on your Fujifilm camera? This video shows a simple Auto + Manual aperture workaround that lets you see your exact Depth of Field…</p><div class="card__meta"><span>September 2025</span><a href="/videos/2025/fujifilm-depth-of-field-preview-auto-m-tip/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2025/new-fujifilm-gfx-eterna-55-gf-32-90mm-lens/"><img src="https://i.ytimg.com/vi/l36ECbV72sg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2025/new-fujifilm-gfx-eterna-55-gf-32-90mm-lens/">New Fujifilm GFX ETERNA 55 + GF 32–90mm Lens</a></h3><p class="card__excerpt">Fujifilm announced the GFX ETERNA 55, a large format cinema camera with a 102MP CMOS II HS sensor and 8K DCI capture. Powered by the X-Processor 5, it supports F-Log2,…</p><div class="card__meta"><span>September 2025</span><a href="/videos/2025/new-fujifilm-gfx-eterna-55-gf-32-90mm-lens/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday"><a class="card__media" href="/videos/2025/i-finally-upgraded-my-fujifilm-camera/"><img src="https://i.ytimg.com/vi/l8R0T4hVfks/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/i-finally-upgraded-my-fujifilm-camera/">I Finally Upgraded My Fujifilm Camera</a></h3><p class="card__excerpt">I finally upgraded my Fujifilm camera. But my choice may surprise you. Sometimes it’s not about the most expensive option, but the smartest one. A real-world look at my…</p><div class="card__meta"><span>September 2025</span><a href="/videos/2025/i-finally-upgraded-my-fujifilm-camera/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday xt5-training"><a class="card__media" href="/videos/2025/understanding-fujifilm-zone-autofocus-2025/"><img src="https://i.ytimg.com/vi/J6GJRVjbGl8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/understanding-fujifilm-zone-autofocus-2025/">Understanding Fujifilm Zone Autofocus (2025)</a></h3><p class="card__excerpt">Understanding zone autofocus on Fujifilm cameras and how to best use camera settings to improve Fujifilm autofocus for zone vs. focus point. Also discussed is Tracking…</p><div class="card__meta"><span>August 2025</span><a href="/videos/2025/understanding-fujifilm-zone-autofocus-2025/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday xt5-training"><a class="card__media" href="/videos/2025/fujifilm-color-differences-x-t5-vs-x-t4/"><img src="https://i.ytimg.com/vi/NkdcI-q7o0I/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/fujifilm-color-differences-x-t5-vs-x-t4/">Fujifilm Color Differences: X-T5 vs X-T4</a></h3><p class="card__excerpt">The Fujifilm X-T5 camera&#39;s film simulation color rendering compared to the X-T4. In this video, I test both cameras to reveal differences in colors and film simulations.…</p><div class="card__meta"><span>August 2025</span><a href="/videos/2025/fujifilm-color-differences-x-t5-vs-x-t4/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings xt5-training x100vi-training"><a class="card__media" href="/videos/2025/fujifilm-dynamic-range-priority-2025/"><img src="https://i.ytimg.com/vi/C0iRRcWKdms/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/fujifilm-dynamic-range-priority-2025/">Fujifilm Dynamic Range Priority (2025)</a></h3><p class="card__excerpt">Dynamic Range Priority setting on Fujifilm cameras and how it affects the highlights, shadows, and contrast of the photos. Dynamic range is a complex topic that involves…</p><div class="card__meta"><span>August 2025</span><a href="/videos/2025/fujifilm-dynamic-range-priority-2025/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings xt5-training x100vi-training"><a class="card__media" href="/videos/2025/new-fujifilm-firmware-update-explained/"><img src="https://i.ytimg.com/vi/qNPWPqjPcNE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/new-fujifilm-firmware-update-explained/">New Fujifilm Firmware Update EXPLAINED</a></h3><p class="card__excerpt">New Fujifilm firmware July 2025 updates for the following Fujifilm cameras: X-T5, X-T50, X-S20, X100VI, X-M5, X half, GFX100RF. I explain in more detail than usual what…</p><div class="card__meta"><span>August 2025</span><a href="/videos/2025/new-fujifilm-firmware-update-explained/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2025/what-destroyed-my-photography-passion-and-how-i-fixed-it/"><img src="https://i.ytimg.com/vi/ITx7rVuzVwc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2025/what-destroyed-my-photography-passion-and-how-i-fixed-it/">What Destroyed My Photography Passion (and How I Fixed It)</a></h3><p class="card__excerpt">What if your photography project becomes a nightmare and makes you never want to create again? I went through this recently. I&#39;ll also share advice that I believe can…</p><div class="card__meta"><span>August 2025</span><a href="/videos/2025/what-destroyed-my-photography-passion-and-how-i-fixed-it/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday xt5-training x100vi-training"><a class="card__media" href="/videos/2025/fujifilm-iso-to-command-dial-2025/"><img src="https://i.ytimg.com/vi/ob1KICsWlP4/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/fujifilm-iso-to-command-dial-2025/">Fujifilm ISO To Command Dial (2025)</a></h3><p class="card__excerpt">How to assign ISO settings to the front command dial on Fujifilm cameras. Here&#39;s the Auto ISO video I mentioned: Back with all new videos next week!</p><div class="card__meta"><span>August 2025</span><a href="/videos/2025/fujifilm-iso-to-command-dial-2025/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="done-over-perfect"><a class="card__media" href="/videos/2025/o-j-simpson-murder-case-crime-scene-photos-with-det-tom-lange/"><img src="https://i.ytimg.com/vi/ZGB60B4HChg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Done Over Perfect</p><h3 class="card__title"><a href="/videos/2025/o-j-simpson-murder-case-crime-scene-photos-with-det-tom-lange/">O.J. Simpson Murder Case: Crime Scene Photos (with Det. Tom Lange)</a></h3><p class="card__excerpt">Tom Lange, the lead LAPD detective from the O.J. Simpson murder case, demonstrates the critical role of photography in crime scene investigations. He shares with Chris…</p><div class="card__meta"><span>July 2025</span><a href="/videos/2025/o-j-simpson-murder-case-crime-scene-photos-with-det-tom-lange/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography fast-friday"><a class="card__media" href="/videos/2025/my-1-fujifilm-camera-problem/"><img src="https://i.ytimg.com/vi/cjpT0H72gXI/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2025/my-1-fujifilm-camera-problem/">My #1 Fujifilm Camera Problem</a></h3><p class="card__excerpt">My number one Fujifilm camera problem. Also, how I light my studio.</p><div class="card__meta"><span>June 2025</span><a href="/videos/2025/my-1-fujifilm-camera-problem/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings xt5-training x100vi-training"><a class="card__media" href="/videos/2025/fujifilm-photography-creative-shutter-speed-tips/"><img src="https://i.ytimg.com/vi/7HORC-pFYBg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/fujifilm-photography-creative-shutter-speed-tips/">Fujifilm Photography: Creative Shutter Speed Tips</a></h3><p class="card__excerpt">Learn how to control shutter speed on Fujifilm X-Series cameras to enhance exposure, freeze action, create motion blur, but even more importantly: to tell your story.…</p><div class="card__meta"><span>June 2025</span><a href="/videos/2025/fujifilm-photography-creative-shutter-speed-tips/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2025/new-fujifilm-x-e5-and-xf-23mm-f-2-8/"><img src="https://i.ytimg.com/vi/wJChlVbSTho/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2025/new-fujifilm-x-e5-and-xf-23mm-f-2-8/">NEW Fujifilm X-E5 and XF 23mm f/2.8</a></h3><p class="card__excerpt">Fujifilm just released the new X-E5 and XF 23mm f/2.8 lens today. Pre-order X-E5 here: Preorder XF 23mm here:</p><div class="card__meta"><span>June 2025</span><a href="/videos/2025/new-fujifilm-x-e5-and-xf-23mm-f-2-8/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2025/fujifilm-summit-2025-watch-party/"><img src="https://i.ytimg.com/vi/FaaitYIvntc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2025/fujifilm-summit-2025-watch-party/">Fujifilm Summit 2025 - WATCH PARTY</a></h3><p class="card__excerpt">Stay tuned for a more detailed video coming that goes over all the camera controls and specs, as well as more info on the lens!</p><div class="card__meta"><span>June 2025</span><a href="/videos/2025/fujifilm-summit-2025-watch-party/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday"><a class="card__media" href="/videos/2025/fujifilm-exposure-compensation-2025/"><img src="https://i.ytimg.com/vi/VQtcfPKYurY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/fujifilm-exposure-compensation-2025/">Fujifilm Exposure Compensation 2025</a></h3><p class="card__excerpt">Let&#39;s revisit the Fujifilm exposure compensation dial, when to use it, how it works, and some situations to watch out for in previewing your exposure. This video is a…</p><div class="card__meta"><span>May 2025</span><a href="/videos/2025/fujifilm-exposure-compensation-2025/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2025/200k-subscribers-new-chapter/"><img src="https://i.ytimg.com/vi/tFXa6UwiHN0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2025/200k-subscribers-new-chapter/">200K Subscribers! (New Chapter)</a></h3><p class="card__excerpt">Thank you to everyone for being there for me these past years! ❤️</p><div class="card__meta"><span>May 2025</span><a href="/videos/2025/200k-subscribers-new-chapter/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2025/fujifilm-x-half-should-you-actually-get-one/"><img src="https://i.ytimg.com/vi/gBlcvj3hGrU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/fujifilm-x-half-should-you-actually-get-one/">Fujifilm X Half (Should you actually get one?)</a></h3><p class="card__excerpt">Should you buy a Fujifilm X Half camera? This is an important companion video to my initial review. If you haven&#39;t see that yet, please watch it first, then come back…</p><div class="card__meta"><span>May 2025</span><a href="/videos/2025/fujifilm-x-half-should-you-actually-get-one/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2025/fujifilm-x-half-review-setup-app-features/"><img src="https://i.ytimg.com/vi/lGChMsbam0E/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/fujifilm-x-half-review-setup-app-features/">Fujifilm X Half Review (Setup, App, Features)</a></h3><p class="card__excerpt">BE SURE TO READ MY NOTE IN THE PINNED COMMENT 👍</p><div class="card__meta"><span>May 2025</span><a href="/videos/2025/fujifilm-x-half-review-setup-app-features/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2025/what-i-must-do-first/"><img src="https://i.ytimg.com/vi/mJqVrTUC3hc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2025/what-i-must-do-first/">What I Must Do First</a></h3><p class="card__excerpt">See you soon!</p><div class="card__meta"><span>May 2025</span><a href="/videos/2025/what-i-must-do-first/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography fast-friday"><a class="card__media" href="/videos/2025/fujifilm-x-trans-vs-bayer-sensor-which-is-better/"><img src="https://i.ytimg.com/vi/gDHnZ5Wf3rk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2025/fujifilm-x-trans-vs-bayer-sensor-which-is-better/">Fujifilm X-Trans Vs. Bayer Sensor: Which is Better?</a></h3><p class="card__excerpt">Learn how Bayer and X-Trans sensors handle light, color, and image clarity differently. Especially with regard to moiré, demosaicing, and why editing Fujifilm X-Trans…</p><div class="card__meta"><span>May 2025</span><a href="/videos/2025/fujifilm-x-trans-vs-bayer-sensor-which-is-better/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2025/fujifilm-gfx100rf-review/"><img src="https://i.ytimg.com/vi/6LWXgio5IN8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2025/fujifilm-gfx100rf-review/">Fujifilm GFX100RF Review</a></h3><p class="card__excerpt">Fujifilm GFX100RF review. Unboxing, specs, image quality, dynamic range, special features, video performance, autofocus, and more.</p><div class="card__meta"><span>May 2025</span><a href="/videos/2025/fujifilm-gfx100rf-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2025/new-zhiyun-molus-x100-rgb-portable-powerful-and-cool/"><img src="https://i.ytimg.com/vi/ihjpWxTYMOU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2025/new-zhiyun-molus-x100-rgb-portable-powerful-and-cool/">New ZHIYUN MOLUS X100 RGB - Portable, Powerful and Cool</a></h3><p class="card__excerpt">The new ZHIYUN MOLUS X100 is a new compact RGB light. Designed in partnership with filmmaker Cam Mackey, this is a significant update to the original X100. This compact…</p><div class="card__meta"><span>April 2025</span><a href="/videos/2025/new-zhiyun-molus-x100-rgb-portable-powerful-and-cool/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday xt5-training x100vi-training"><a class="card__media" href="/videos/2025/my-fujifilm-focus-was-broken/"><img src="https://i.ytimg.com/vi/0LAbZ4weZHQ/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/my-fujifilm-focus-was-broken/">My Fujifilm Focus Was Broken</a></h3><p class="card__excerpt">A music video about Fujifilm ADV mode and how it disables manual focus on all Fujifilm and 3rd party autofocus lenses.</p><div class="card__meta"><span>April 2025</span><a href="/videos/2025/my-fujifilm-focus-was-broken/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="instax-cameras"><a class="card__media" href="/videos/2025/instax-mini-41-review/"><img src="https://i.ytimg.com/vi/-Oh0Qm7GvDo/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">INSTAX Cameras</p><h3 class="card__title"><a href="/videos/2025/instax-mini-41-review/">INSTAX Mini 41 Review</a></h3><p class="card__excerpt">Fujifilm INSTAX Mini 41 review. The INSTAX 41 is an update to the Mini 40. This review examines its redesigned body, new parallax correction feature, and overall…</p><div class="card__meta"><span>April 2025</span><a href="/videos/2025/instax-mini-41-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday xt5-training iso"><a class="card__media" href="/videos/2025/real-time-iso-on-fujifilm-cameras/"><img src="https://i.ytimg.com/vi/1x_VNHE0TqE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/real-time-iso-on-fujifilm-cameras/">Real-Time ISO on Fujifilm Cameras</a></h3><p class="card__excerpt">How to see real-time ISO on Fujifilm cameras. Full video on Auto ISO:</p><div class="card__meta"><span>April 2025</span><a href="/videos/2025/real-time-iso-on-fujifilm-cameras/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday"><a class="card__media" href="/videos/2025/fujifilm-bulb-mode-low-light-exposure-tool/"><img src="https://i.ytimg.com/vi/nigAx1AnIKA/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/fujifilm-bulb-mode-low-light-exposure-tool/">Fujifilm Bulb Mode - Low Light Exposure Tool</a></h3><p class="card__excerpt">Understanding how bulb mode works in Fujifilm cameras. This video guide will show you some Fujifilm camera specifics. I explain what it does, how to set it up, and what…</p><div class="card__meta"><span>March 2025</span><a href="/videos/2025/fujifilm-bulb-mode-low-light-exposure-tool/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2025/fujifilm-new-gfx-100-rf-features-improvements-first-look/"><img src="https://i.ytimg.com/vi/3fUxxzRKcpY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2025/fujifilm-new-gfx-100-rf-features-improvements-first-look/">Fujifilm New GFX 100 RF: Features, Improvements, First Look</a></h3><p class="card__excerpt">The new Fujifilm GFX 100 RF is a 102-megapixel mirrorless camera with a fixed 35mm F4 lens. It has a rangefinder-style design, compact 735g body, 4K video and 9 separate…</p><div class="card__meta"><span>March 2025</span><a href="/videos/2025/fujifilm-new-gfx-100-rf-features-improvements-first-look/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2025/fujifilm-summit-2025-watch-party-JEoVeML47B0/"><img src="https://i.ytimg.com/vi/JEoVeML47B0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2025/fujifilm-summit-2025-watch-party-JEoVeML47B0/">Fujifilm Summit 2025 - WATCH PARTY</a></h3><p class="card__excerpt">Here&#39;s a more detailed look at the camera:</p><div class="card__meta"><span>March 2025</span><a href="/videos/2025/fujifilm-summit-2025-watch-party-JEoVeML47B0/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2025/youtubes-ai-is-bullshit/"><img src="https://i.ytimg.com/vi/ULUSS1-G3do/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2025/youtubes-ai-is-bullshit/">YouTube’s AI Is Bullshit</a></h3><p class="card__excerpt">We will resume our regularly scheduled programming next week.</p><div class="card__meta"><span>March 2025</span><a href="/videos/2025/youtubes-ai-is-bullshit/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography xt5-training"><a class="card__media" href="/videos/2025/fujifilm-x-t5-video-guide-for-beginners/"><img src="https://i.ytimg.com/vi/Sg1RyE59eAQ/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/fujifilm-x-t5-video-guide-for-beginners/">Fujifilm X-T5 Video Guide for Beginners</a></h3><p class="card__excerpt">Beginners guide to video settings on the Fujifilm X-T5. Learn best video settings, 4K/6.2K recording tips, zebra levels, autofocus tricks, best setup for getting…</p><div class="card__meta"><span>March 2025</span><a href="/videos/2025/fujifilm-x-t5-video-guide-for-beginners/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday xt5-training"><a class="card__media" href="/videos/2025/how-to-fix-fujifilm-focus-peaking-annoyance/"><img src="https://i.ytimg.com/vi/YsLlriXzmfY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/how-to-fix-fujifilm-focus-peaking-annoyance/">How to Fix Fujifilm Focus Peaking &quot;Annoyance&quot;</a></h3><p class="card__excerpt">Fujifilm changed how focus peaking works on the X-T5 and newer models. In this video, I show you exactly how to disable it with a custom function that works like a…</p><div class="card__meta"><span>March 2025</span><a href="/videos/2025/how-to-fix-fujifilm-focus-peaking-annoyance/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings xt5-training x100vi-training"><a class="card__media" href="/videos/2025/new-fujifilm-firmware-update-feb-2025/"><img src="https://i.ytimg.com/vi/rI4o0ogq6ak/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/new-fujifilm-firmware-update-feb-2025/">New Fujifilm Firmware Update - Feb 2025</a></h3><p class="card__excerpt">New Fujifilm firmware updates for the following Fujifilm cameras: GFX100, GFX100S, X-H2, X-H2s, X-T5, X-T50, X-M5, and X-100VI. I go over the firmware updates for each…</p><div class="card__meta"><span>February 2025</span><a href="/videos/2025/new-fujifilm-firmware-update-feb-2025/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday xt5-training"><a class="card__media" href="/videos/2025/fujifilm-linear-vs-non-linear-focusing/"><img src="https://i.ytimg.com/vi/Hlp9PmuoROs/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/fujifilm-linear-vs-non-linear-focusing/">Fujifilm Linear vs. Non-Linear Focusing</a></h3><p class="card__excerpt">Understanding Linear vs. Non-Linear focusing on Fujifilm cameras.</p><div class="card__meta"><span>February 2025</span><a href="/videos/2025/fujifilm-linear-vs-non-linear-focusing/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday xt5-training"><a class="card__media" href="/videos/2025/understanding-fujifilm-natural-live-view-2025/"><img src="https://i.ytimg.com/vi/zIxF4pD_4AQ/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/understanding-fujifilm-natural-live-view-2025/">Understanding Fujifilm Natural Live View (2025)</a></h3><p class="card__excerpt">Understanding Fujifilm Natural Live View and how it can affect JPEG vs RAW files. Also discussed is Preview Exposure and White Balance in camera screen settings.…</p><div class="card__meta"><span>February 2025</span><a href="/videos/2025/understanding-fujifilm-natural-live-view-2025/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings xt5-training"><a class="card__media" href="/videos/2025/fujifilm-autofocus-my-thoughts/"><img src="https://i.ytimg.com/vi/HtEFGyONAIs/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/fujifilm-autofocus-my-thoughts/">Fujifilm Autofocus: My Thoughts</a></h3><p class="card__excerpt">My thoughts on the Fujifilm autofocus firmware update from December.</p><div class="card__meta"><span>February 2025</span><a href="/videos/2025/fujifilm-autofocus-my-thoughts/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography lens-reviews"><a class="card__media" href="/videos/2025/fujifilm-new-16-55mm-ii-lens-review/"><img src="https://i.ytimg.com/vi/MGwAAtZuYRs/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/fujifilm-new-16-55mm-ii-lens-review/">Fujifilm New 16-55mm II Lens Review</a></h3><p class="card__excerpt">Review of the new Fujifilm 16-55mm f/2.8 II lens. We&#39;ll discuss weight and size differences, image quality, the new aperture ring, a comparison with the original lens,…</p><div class="card__meta"><span>February 2025</span><a href="/videos/2025/fujifilm-new-16-55mm-ii-lens-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday xt5-training"><a class="card__media" href="/videos/2025/fujifilm-focus-check-lock-explained-unlock-sharper-shots/"><img src="https://i.ytimg.com/vi/IB1_ILINwvc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/fujifilm-focus-check-lock-explained-unlock-sharper-shots/">Fujifilm Focus Check LOCK Explained: Unlock Sharper Shots!</a></h3><p class="card__excerpt">The Fujifilm Focus Check Lock setting and you how to use it for sharper images and videos. Learn how Focus Check differs from Focus Check Lock and why it’s a helpful…</p><div class="card__meta"><span>January 2025</span><a href="/videos/2025/fujifilm-focus-check-lock-explained-unlock-sharper-shots/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2025/fujifilm-x-m5-10-things-to-know-before-buying/"><img src="https://i.ytimg.com/vi/RG2-HxlOqBY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2025/fujifilm-x-m5-10-things-to-know-before-buying/">Fujifilm X-M5: 10 Things to Know Before Buying</a></h3><p class="card__excerpt">Is the Fujifilm X-M5 the right camera for you? In this video, I go over ten important things you should know before making a decision. X-M5 Full Review:</p><div class="card__meta"><span>January 2025</span><a href="/videos/2025/fujifilm-x-m5-10-things-to-know-before-buying/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2025/how-to-set-up-auto-reply-text-messages-on-your-iphone/"><img src="https://i.ytimg.com/vi/1KlHIKwFu_g/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2025/how-to-set-up-auto-reply-text-messages-on-your-iphone/">How to Set Up Auto-Reply Text Messages on Your iPhone</a></h3><p class="card__excerpt">Learn how to set up auto-reply text messages on your iPhone. This step-by-step guide shows you how to use the Shortcuts app for automated responses to all your texts.…</p><div class="card__meta"><span>January 2025</span><a href="/videos/2025/how-to-set-up-auto-reply-text-messages-on-your-iphone/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday xt5-training"><a class="card__media" href="/videos/2025/fujifilm-single-point-autofocus-tip/"><img src="https://i.ytimg.com/vi/_rUMN7KRYOQ/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/fujifilm-single-point-autofocus-tip/">Fujifilm Single Point Autofocus Tip</a></h3><p class="card__excerpt">Here&#39;s a quick tip I discovered (or perhaps never knew about) when using AF-C and spot autofocus mode. Less is sometimes more. Get notified when I release a new video:</p><div class="card__meta"><span>January 2025</span><a href="/videos/2025/fujifilm-single-point-autofocus-tip/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2025/all-that-you-can-leave-behind/"><img src="https://i.ytimg.com/vi/2Q2FxCERWew/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2025/all-that-you-can-leave-behind/">All That You CAN Leave Behind</a></h3><p class="card__excerpt">Thank you for watching. I&#39;ll be back next week. Our prayers go out to the victims of the Los Angeles Wildfires.</p><div class="card__meta"><span>January 2025</span><a href="/videos/2025/all-that-you-can-leave-behind/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday"><a class="card__media" href="/videos/2025/fujifilm-tip-to-control-your-white-balance/"><img src="https://i.ytimg.com/vi/ZFJ9Ub6UZ64/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2025/fujifilm-tip-to-control-your-white-balance/">Fujifilm TIP to Control Your White Balance</a></h3><p class="card__excerpt">How to lock your Fujifilm camera&#39;s auto white balance using AWB Lock. This video is a re-edited CLASSIC pal2tech segment focusing on the white balance lock feature. We…</p><div class="card__meta"><span>January 2025</span><a href="/videos/2025/fujifilm-tip-to-control-your-white-balance/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography xt5-training"><a class="card__media" href="/videos/2024/understanding-fujifilm-422-and-420-mystery/"><img src="https://i.ytimg.com/vi/1JlW9CmB-54/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/understanding-fujifilm-422-and-420-mystery/">Understanding Fujifilm 422 and 420 Mystery</a></h3><p class="card__excerpt">Let&#39;s finally understand the 4:2:2 and 4:2:0 settings for Fujifilm video. What are they? How do they work? Do you need them? This is a reedited CLASSIC pal2tech video to…</p><div class="card__meta"><span>December 2024</span><a href="/videos/2024/understanding-fujifilm-422-and-420-mystery/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography xt5-training x100vi-training"><a class="card__media" href="/videos/2024/fujifilm-autofocus-improved-500-users-test/"><img src="https://i.ytimg.com/vi/xeepsmGB3Wo/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/fujifilm-autofocus-improved-500-users-test/">Fujifilm Autofocus Improved? (500 users test)</a></h3><p class="card__excerpt">Is the Fujifilm autofocus improved after the most recent firmware update? Over 500 users of the camera test and provide their results. Get notified when I release a new…</p><div class="card__meta"><span>December 2024</span><a href="/videos/2024/fujifilm-autofocus-improved-500-users-test/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2024/great-and-tiny-portable-light-the-zhiyun-molus-x100/"><img src="https://i.ytimg.com/vi/ODLzaB4eph8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2024/great-and-tiny-portable-light-the-zhiyun-molus-x100/">GREAT and TINY Portable Light: The Zhiyun Molus X100</a></h3><p class="card__excerpt">The Zhiyun Molus X100 is a very powerful but tiny and portable 100W COB light. I go over how it works, some very interesting features, and how the ultra-adorable tiny…</p><div class="card__meta"><span>December 2024</span><a href="/videos/2024/great-and-tiny-portable-light-the-zhiyun-molus-x100/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2024/fujifilm-autofocus-firmware-announced/"><img src="https://i.ytimg.com/vi/xDoouityKyA/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2024/fujifilm-autofocus-firmware-announced/">Fujifilm Autofocus Firmware Announced</a></h3><p class="card__excerpt">Fujifilm announced firmware updates for the X-T5, X-M5, X-S20, and X100VI cameras. The sole reason for the update is to improve autofocus. According to Fuji: &quot;The AF…</p><div class="card__meta"><span>December 2024</span><a href="/videos/2024/fujifilm-autofocus-firmware-announced/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2024/youtube-video-links-wont-embed-on-reddit-and-how-to-fix/"><img src="https://i.ytimg.com/vi/xfwGYK4r288/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2024/youtube-video-links-wont-embed-on-reddit-and-how-to-fix/">YouTube Video Links Won’t Embed on Reddit (and How To Fix)</a></h3><p class="card__excerpt">How to fix links to YouTube videos that don&#39;t show thumbnails on Reddit. Why they don&#39;t embed and best way to embed YouTube links. Link to my Reddit Page:</p><div class="card__meta"><span>December 2024</span><a href="/videos/2024/youtube-video-links-wont-embed-on-reddit-and-how-to-fix/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2024/is-your-photography-telling-the-right-story/"><img src="https://i.ytimg.com/vi/H3rky6mesIc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2024/is-your-photography-telling-the-right-story/">Is Your Photography Telling the Right Story?</a></h3><p class="card__excerpt">Is your photography telling the right story? Not only that, but how can you learn to tell even better stories with your photography? In this video, I discuss these…</p><div class="card__meta"><span>December 2024</span><a href="/videos/2024/is-your-photography-telling-the-right-story/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2024/forever-is-a-long-time/"><img src="https://i.ytimg.com/vi/H1vFcMSb_xw/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2024/forever-is-a-long-time/">Forever Is a Long Time</a></h3><p class="card__excerpt">A short video on how to take your soul back.</p><div class="card__meta"><span>November 2024</span><a href="/videos/2024/forever-is-a-long-time/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2024/bluesky-how-to-add-your-own-custom-username/"><img src="https://i.ytimg.com/vi/K303LZqkXok/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2024/bluesky-how-to-add-your-own-custom-username/">Bluesky: How to Add Your Own Custom Username</a></h3><p class="card__excerpt">How to add your own custom username for Bluesky. You connect and use your existing domain name and brand your account. Here&#39;s more info:</p><div class="card__meta"><span>November 2024</span><a href="/videos/2024/bluesky-how-to-add-your-own-custom-username/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2024/connect-two-airpods-to-one-iphone-ios-18/"><img src="https://i.ytimg.com/vi/5NbHmCxM1qM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2024/connect-two-airpods-to-one-iphone-ios-18/">Connect Two AirPods To One iPhone (iOS 18)</a></h3><p class="card__excerpt">How to connect two AirPods to one iPhone.</p><div class="card__meta"><span>November 2024</span><a href="/videos/2024/connect-two-airpods-to-one-iphone-ios-18/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2024/fujifilm-firmware-wish-list/"><img src="https://i.ytimg.com/vi/9eCiEOgzHzA/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/fujifilm-firmware-wish-list/">Fujifilm Firmware Wish List</a></h3><p class="card__excerpt">My Fujifilm firmware wish list. That, and an unexpected Part 2 of this video.</p><div class="card__meta"><span>November 2024</span><a href="/videos/2024/fujifilm-firmware-wish-list/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2024/my-favorite-fujifilm-camera-and-why/"><img src="https://i.ytimg.com/vi/Wz2bPhzAlmM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/my-favorite-fujifilm-camera-and-why/">My Favorite Fujifilm Camera (and why)</a></h3><p class="card__excerpt">My favorite Fujifilm camera from the ones I own and use every day.</p><div class="card__meta"><span>November 2024</span><a href="/videos/2024/my-favorite-fujifilm-camera-and-why/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2024/fujifilm-focus-trick-double-tap/"><img src="https://i.ytimg.com/vi/ELqeaXb6mLs/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/fujifilm-focus-trick-double-tap/">Fujifilm Focus Trick - Double Tap!</a></h3><p class="card__excerpt">Screen tap focus trick for Fujifilm cameras. Classic tip from pal2tech. If you want more of these type of short tips, let me know! 👍</p><div class="card__meta"><span>November 2024</span><a href="/videos/2024/fujifilm-focus-trick-double-tap/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2024/get-rid-of-annoying-blue-icon-caps-lock-on-mac/"><img src="https://i.ytimg.com/vi/yBCwAcjBhMY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2024/get-rid-of-annoying-blue-icon-caps-lock-on-mac/">Get Rid of Annoying Blue Icon Caps Lock on Mac</a></h3><p class="card__excerpt">How to get rid of the annoying blue icon caps lock on Mac computers. NOTE: if you are asked for your password, use the admin one for your computer - probably the one you…</p><div class="card__meta"><span>November 2024</span><a href="/videos/2024/get-rid-of-annoying-blue-icon-caps-lock-on-mac/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2024/my-relationship-with-fujifilm/"><img src="https://i.ytimg.com/vi/Rr86_D5ztFc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2024/my-relationship-with-fujifilm/">My Relationship With Fujifilm</a></h3><p class="card__excerpt">This video focuses on two topics: First, all the details of my relationship with Fujifilm and how it impacts this channel. And second, behind the scenes during the shoot…</p><div class="card__meta"><span>November 2024</span><a href="/videos/2024/my-relationship-with-fujifilm/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2024/my-favorite-mac-desktop-cleaning-secret/"><img src="https://i.ytimg.com/vi/Mp9E3CT6hQE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2024/my-favorite-mac-desktop-cleaning-secret/">My Favorite Mac Desktop Cleaning SECRET</a></h3><p class="card__excerpt">How to clean your Mac desktop with an awesome method. All files/icons are immediately hidden. You can still access them via Finder. Also shown is how to revert the…</p><div class="card__meta"><span>October 2024</span><a href="/videos/2024/my-favorite-mac-desktop-cleaning-secret/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2024/um-about-that-new-fujifilm-x-app-update-part-1/"><img src="https://i.ytimg.com/vi/HSVfRFrh9Z0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/um-about-that-new-fujifilm-x-app-update-part-1/">Um, About That NEW Fujifilm X App UPDATE  (Part 1)</a></h3><p class="card__excerpt">Fujifilm&#39;s X-App received an update yesterday that included three new features: 1.) Ability to connect to the X-M5 camera, 2.) Ability to use 4K resolution when shooting…</p><div class="card__meta"><span>October 2024</span><a href="/videos/2024/um-about-that-new-fujifilm-x-app-update-part-1/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2024/fujifilm-x-t50-setup-guide-for-beginners/"><img src="https://i.ytimg.com/vi/J5Ne97ooy88/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/fujifilm-x-t50-setup-guide-for-beginners/">Fujifilm X-T50 Setup Guide for Beginners</a></h3><p class="card__excerpt">Fujifilm X-T50 setup guide for beginners covers essential setup steps and settings for both stills and video shooting. This includes RAW vs. JPEG formats, customizing…</p><div class="card__meta"><span>October 2024</span><a href="/videos/2024/fujifilm-x-t50-setup-guide-for-beginners/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2024/my-favorite-light-ever-zhiyun-molus-g200/"><img src="https://i.ytimg.com/vi/cOXChxVuEYE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2024/my-favorite-light-ever-zhiyun-molus-g200/">My FAVORITE Light EVER! (ZHIYUN Molus G200)</a></h3><p class="card__excerpt">Review of the ZHIYUN Molus G200, which is my favorite video light when you factor in price, ergonomics, light quality, portability, and more.</p><div class="card__meta"><span>October 2024</span><a href="/videos/2024/my-favorite-light-ever-zhiyun-molus-g200/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2024/speed-up-your-photo-workflow/"><img src="https://i.ytimg.com/vi/vL-Hp8kmsds/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2024/speed-up-your-photo-workflow/">Speed Up Your Photo Workflow</a></h3><p class="card__excerpt">How to speed up your photo workflow using automation and working with JPEG files. Designed for Mac computers, but there&#39;s an awesome Windows tip here as well!</p><div class="card__meta"><span>October 2024</span><a href="/videos/2024/speed-up-your-photo-workflow/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2024/fujifilm-x-m5-about-that-autofocus-and-extra-footage/"><img src="https://i.ytimg.com/vi/CbWqvNiPVKc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2024/fujifilm-x-m5-about-that-autofocus-and-extra-footage/">Fujifilm X-M5 - About That Autofocus and Extra Footage</a></h3><p class="card__excerpt">My review of the Fujifilm X-M5 contained some tests and scenes that were cut from the final video. Here, I&#39;ve put them back and we go over autofocus and dynamic range.…</p><div class="card__meta"><span>October 2024</span><a href="/videos/2024/fujifilm-x-m5-about-that-autofocus-and-extra-footage/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2024/fujifilm-x-m5-review-new-features-autofocus-camera-performance-and-more/"><img src="https://i.ytimg.com/vi/cy7-Rr8dIrM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2024/fujifilm-x-m5-review-new-features-autofocus-camera-performance-and-more/">Fujifilm X-M5 Review: NEW Features, Autofocus, Camera Performance, and More!</a></h3><p class="card__excerpt">Fujifilm X-M5 review. New features, autofocus performance, setup, image quality, video performance, and guide to controls and settings of the camera.</p><div class="card__meta"><span>October 2024</span><a href="/videos/2024/fujifilm-x-m5-review-new-features-autofocus-camera-performance-and-more/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2024/fujifilm-film-simulation-dial-how-to-use/"><img src="https://i.ytimg.com/vi/fpYlwEG6K38/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/fujifilm-film-simulation-dial-how-to-use/">Fujifilm Film Simulation Dial (How To Use)</a></h3><p class="card__excerpt">Fujifilm X-T50 and the new dedicated film simulation dial. Here&#39;s the Fujifilm X Weekly video on using the dial with the custom settings:</p><div class="card__meta"><span>October 2024</span><a href="/videos/2024/fujifilm-film-simulation-dial-how-to-use/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings xt5-training capture-one-training"><a class="card__media" href="/videos/2024/fujifilm-reala-ace-with-x-t3-x-t4/"><img src="https://i.ytimg.com/vi/sN14NOEq0oo/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/fujifilm-reala-ace-with-x-t3-x-t4/">Fujifilm REALA ACE With X-T3, X-T4</a></h3><p class="card__excerpt">How to get the REALA ACE film simulation for your RAW/JPEG files if you are using a Fujifilm X-T3 or X-T4 camera.</p><div class="card__meta"><span>October 2024</span><a href="/videos/2024/fujifilm-reala-ace-with-x-t3-x-t4/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday xt5-training"><a class="card__media" href="/videos/2024/understanding-fujifilms-view-modes/"><img src="https://i.ytimg.com/vi/UpZ2-NkSnKs/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/understanding-fujifilms-view-modes/">Understanding Fujifilm&#39;s View Modes</a></h3><p class="card__excerpt">Understanding how Fujifilm camera view modes work, options available, and some tips.</p><div class="card__meta"><span>October 2024</span><a href="/videos/2024/understanding-fujifilms-view-modes/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2024/fujifilm-firmware-autofocus-announcement-today-my-reaction/"><img src="https://i.ytimg.com/vi/NWMCqoRTCtQ/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2024/fujifilm-firmware-autofocus-announcement-today-my-reaction/">Fujifilm Firmware Autofocus Announcement Today (My Reaction)</a></h3><p class="card__excerpt">Today Fujifilm included an announcement on a new firmware update to address autofocus issues. I go over the entire announcement and share my thoughts.</p><div class="card__meta"><span>October 2024</span><a href="/videos/2024/fujifilm-firmware-autofocus-announcement-today-my-reaction/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings xt5-training"><a class="card__media" href="/videos/2024/fujifilm-dof-special-edition-bonus-extra-tip/"><img src="https://i.ytimg.com/vi/UmOBVr7vxbU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/fujifilm-dof-special-edition-bonus-extra-tip/">Fujifilm DOF Special Edition Bonus Extra Tip</a></h3><p class="card__excerpt">How to preview the depth of field using an assigned shortcut button on Fujifilm cameras. Here&#39;s the entire Aperture Creativity video:</p><div class="card__meta"><span>October 2024</span><a href="/videos/2024/fujifilm-dof-special-edition-bonus-extra-tip/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2024/eufycams3-pro-incredible-night-vision-security-camera/"><img src="https://i.ytimg.com/vi/lSh1TdkSk6w/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2024/eufycams3-pro-incredible-night-vision-security-camera/">eufyCamS3 Pro - INCREDIBLE Night Vision Security Camera</a></h3><p class="card__excerpt">eufyCamS3 Pro 4K solar camera unboxing, setup, and review of all the new features. eufyCamS3 Pro is the latest security camera from eufy Security. Now integrates with…</p><div class="card__meta"><span>October 2024</span><a href="/videos/2024/eufycams3-pro-incredible-night-vision-security-camera/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2024/fix-external-hard-drive-not-appear-in-mac/"><img src="https://i.ytimg.com/vi/DGbFdoKzBMg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2024/fix-external-hard-drive-not-appear-in-mac/">FIX External Hard Drive Not Appear in Mac</a></h3><p class="card__excerpt">How to Fix an external drive (SSD) that does not appear in Mac Finder. This solution will work on both Intel as well as Apple Silicon macs.</p><div class="card__meta"><span>September 2024</span><a href="/videos/2024/fix-external-hard-drive-not-appear-in-mac/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2024/fujifilm-camera-aperture-12-creative-tips/"><img src="https://i.ytimg.com/vi/pkwbIMRhXzk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/fujifilm-camera-aperture-12-creative-tips/">Fujifilm Camera Aperture - 12 Creative TIPS!</a></h3><p class="card__excerpt">12 Creative TIPS using camera aperture as demonstrated on Fujifilm cameras. These tips can be used on all camera models and brands. Aperture is my current favorite…</p><div class="card__meta"><span>September 2024</span><a href="/videos/2024/fujifilm-camera-aperture-12-creative-tips/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2024/big-changes-coming-to-channel-a-frank-discussion/"><img src="https://i.ytimg.com/vi/Y2UrJBTyvmY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2024/big-changes-coming-to-channel-a-frank-discussion/">Big Changes Coming to Channel (a frank discussion)</a></h3><p class="card__excerpt">In this video, I go over some changes coming to this YouTube channel, why I&#39;m making them, the recent Fujifilm autofocus live stream, where I think YouTube is failing,…</p><div class="card__meta"><span>September 2024</span><a href="/videos/2024/big-changes-coming-to-channel-a-frank-discussion/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2024/how-to-view-photo-info-in-mac-finder/"><img src="https://i.ytimg.com/vi/W2hJ-546QC8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2024/how-to-view-photo-info-in-mac-finder/">How To View Photo Info In Mac Finder</a></h3><p class="card__excerpt">How to view photo EXIF information in Finder on a Mac. Not all the EXIF data can be viewed, but the most common camera information.</p><div class="card__meta"><span>September 2024</span><a href="/videos/2024/how-to-view-photo-info-in-mac-finder/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2024/remove-annoying-google-ai-from-search-results/"><img src="https://i.ytimg.com/vi/555Lc2dwp3E/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2024/remove-annoying-google-ai-from-search-results/">Remove Annoying Google AI From Search Results</a></h3><p class="card__excerpt">How to remove AI results from appearing at the top of Google search results. Bonus tip: preventing TikTok videos from appearing in the search results if you don&#39;t want…</p><div class="card__meta"><span>September 2024</span><a href="/videos/2024/remove-annoying-google-ai-from-search-results/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="lens-reviews"><a class="card__media" href="/videos/2024/viltrox-56mm-f-1-7-fujifilm-review-testing-and-rolling/"><img src="https://i.ytimg.com/vi/zhCcR3Hoj2I/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Lens Reviews</p><h3 class="card__title"><a href="/videos/2024/viltrox-56mm-f-1-7-fujifilm-review-testing-and-rolling/">Viltrox 56mm F/1.7 Fujifilm (Review, Testing, and Rolling)</a></h3><p class="card__excerpt">Viltrox 56mm F/1.7 Fujifilm Lens unboxing, review, and comparison between the Viltrox 56mm f/1.4 and the new Viltrox 56mm f/1.7. Image quality, stabilization, autofocus…</p><div class="card__meta"><span>September 2024</span><a href="/videos/2024/viltrox-56mm-f-1-7-fujifilm-review-testing-and-rolling/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2024/usb-cable-confusion-and-fujifilm-cameras/"><img src="https://i.ytimg.com/vi/IrHxPMWlz2I/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2024/usb-cable-confusion-and-fujifilm-cameras/">USB Cable Confusion and Fujifilm Cameras</a></h3><p class="card__excerpt">This video provides a basic overview to help you understand USB cables, connectors, and specifications. I omitted some minor details and exceptions — to keep it simple.…</p><div class="card__meta"><span>August 2024</span><a href="/videos/2024/usb-cable-confusion-and-fujifilm-cameras/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="fast-friday"><a class="card__media" href="/videos/2024/why-shooting-with-film-is-so-awesome/"><img src="https://i.ytimg.com/vi/We36Xg3LGRk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Fast Friday</p><h3 class="card__title"><a href="/videos/2024/why-shooting-with-film-is-so-awesome/">Why Shooting With Film Is So Awesome!</a></h3><p class="card__excerpt">Why shooting with film is so awesome</p><div class="card__meta"><span>July 2024</span><a href="/videos/2024/why-shooting-with-film-is-so-awesome/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2024/important-update-on-my-tether-app-video/"><img src="https://i.ytimg.com/vi/8tF88ZBYyl8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/important-update-on-my-tether-app-video/">IMPORTANT Update On My Tether App Video</a></h3><p class="card__excerpt">This video explains how to find the Fujifilm Tether App Windows or Mac installer file if you are having problems with the installation.</p><div class="card__meta"><span>July 2024</span><a href="/videos/2024/important-update-on-my-tether-app-video/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2024/new-fujifilm-tether-app-review-setup-and-performance/"><img src="https://i.ytimg.com/vi/erCgCzLbZok/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/new-fujifilm-tether-app-review-setup-and-performance/">New Fujifilm Tether App - Review, Setup and Performance</a></h3><p class="card__excerpt">How to set up and use the new Fujifilm Tether App for USB-C and wireless connections. Review of the app, features, and some important instructions regarding Lightroom.…</p><div class="card__meta"><span>July 2024</span><a href="/videos/2024/new-fujifilm-tether-app-review-setup-and-performance/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2024/still-my-1-photography-tip-classic-pal2tech/"><img src="https://i.ytimg.com/vi/A66HIEYv6Uk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2024/still-my-1-photography-tip-classic-pal2tech/">Still My #1 Photography Tip - CLASSIC PAL2TECH</a></h3><p class="card__excerpt">My number one photography tip in this PAL2TECH CLASSIC video from July 2020. Have an awesome, fun, and safe 4th of July!</p><div class="card__meta"><span>July 2024</span><a href="/videos/2024/still-my-1-photography-tip-classic-pal2tech/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2024/fujifilm-this-is-confusing-me/"><img src="https://i.ytimg.com/vi/NC3n-CIHWj8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/fujifilm-this-is-confusing-me/">Fujifilm, This Is Confusing Me! 😀😀😀</a></h3><p class="card__excerpt">Trying to figure out the difference between Subject Detection autofocus and Photometry on an X-T5!</p><div class="card__meta"><span>June 2024</span><a href="/videos/2024/fujifilm-this-is-confusing-me/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2024/fujifilm-firmware-update-reala-ace-autofocus-fixes/"><img src="https://i.ytimg.com/vi/OAShaHPY67Q/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/fujifilm-firmware-update-reala-ace-autofocus-fixes/">Fujifilm Firmware Update - REALA ACE! Autofocus Fixes!</a></h3><p class="card__excerpt">New Fujifilm firmware updates that add REALA ACE and fix autofocus for the following Fujifilm cameras: X-T5, X-H2, X-H2s, X-S20, and X100VI. I go over the firmware…</p><div class="card__meta"><span>June 2024</span><a href="/videos/2024/fujifilm-firmware-update-reala-ace-autofocus-fixes/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="fast-friday"><a class="card__media" href="/videos/2024/my-best-photoshop-camera-raw-filter-tip/"><img src="https://i.ytimg.com/vi/81M1GYUmDlk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Fast Friday</p><h3 class="card__title"><a href="/videos/2024/my-best-photoshop-camera-raw-filter-tip/">My Best Photoshop Camera RAW Filter Tip!</a></h3><p class="card__excerpt">My favorite Photoshop tip for working with the Camera RAW Filter. This involves using the smart object feature, which works well with Fujifilm RAW and JPEG files.</p><div class="card__meta"><span>June 2024</span><a href="/videos/2024/my-best-photoshop-camera-raw-filter-tip/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="instax-cameras"><a class="card__media" href="/videos/2024/fujifilm-instax-wide-400-camera-review-and-setup-guide/"><img src="https://i.ytimg.com/vi/4OUHYRIqbgo/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">INSTAX Cameras</p><h3 class="card__title"><a href="/videos/2024/fujifilm-instax-wide-400-camera-review-and-setup-guide/">Fujifilm INSTAX Wide 400 Camera - Review and Setup Guide</a></h3><p class="card__excerpt">Fujifilm INSTAX Wide 400 Camera review and setup guide. About the INSTAX Wide 400, unboxing, specs, and ergonomics, as well as new features and recommendations. For the…</p><div class="card__meta"><span>June 2024</span><a href="/videos/2024/fujifilm-instax-wide-400-camera-review-and-setup-guide/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2024/pal2tech-channel-update-and-hiatus/"><img src="https://i.ytimg.com/vi/ry9wjduBtd0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2024/pal2tech-channel-update-and-hiatus/">pal2tech Channel Update and Hiatus</a></h3><p class="card__excerpt">pal2tech channel update. I will be on hiatus next week and back the week of June 17. See you soon!</p><div class="card__meta"><span>June 2024</span><a href="/videos/2024/pal2tech-channel-update-and-hiatus/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="fast-friday capture-one-training"><a class="card__media" href="/videos/2024/fix-a-broken-capture-one-catalog/"><img src="https://i.ytimg.com/vi/ByvcAiyfDUo/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Fast Friday</p><h3 class="card__title"><a href="/videos/2024/fix-a-broken-capture-one-catalog/">Fix a Broken Capture One Catalog</a></h3><p class="card__excerpt">How to fix a broken Capture One catalog. If you get the message: &quot;Unable to Open Catalog. The catalog can only be opened when no other users have it open,&quot; this video…</p><div class="card__meta"><span>May 2024</span><a href="/videos/2024/fix-a-broken-capture-one-catalog/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2024/fujifilm-gfx-100s-ii-first-look-and-wow/"><img src="https://i.ytimg.com/vi/fwnjhyunKyw/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2024/fujifilm-gfx-100s-ii-first-look-and-wow/">Fujifilm GFX 100s II - First Look and WOW!</a></h3><p class="card__excerpt">Fujifilm GFX 100s II performance, features, image quality, and video shooting first look at this new medium format camera. GFX 100S II:</p><div class="card__meta"><span>May 2024</span><a href="/videos/2024/fujifilm-gfx-100s-ii-first-look-and-wow/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="lens-reviews"><a class="card__media" href="/videos/2024/new-fujifilm-cameras-and-lenses/"><img src="https://i.ytimg.com/vi/q4DlSCxoOdI/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Lens Reviews</p><h3 class="card__title"><a href="/videos/2024/new-fujifilm-cameras-and-lenses/">NEW Fujifilm Cameras and Lenses!</a></h3><p class="card__excerpt">Fujifilm released the X-T50, GFX 100S II, the GF500mm f/5.6 R LM OIS WR prime telephoto lens, and the XF 16-50mm f/2.8-4.8 zoom lens. I discuss all these new products,…</p><div class="card__meta"><span>May 2024</span><a href="/videos/2024/new-fujifilm-cameras-and-lenses/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2024/pal2tech-show-7-fujifilm-summit-2024/"><img src="https://i.ytimg.com/vi/2QVvZY3GV7Y/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2024/pal2tech-show-7-fujifilm-summit-2024/">pal2tech Show 7 - Fujifilm Summit 2024</a></h3><p class="card__excerpt">Let&#39;s watch the Fujifilm X Summit live together! Join us here for all the new product news and announcements!</p><div class="card__meta"><span>May 2024</span><a href="/videos/2024/pal2tech-show-7-fujifilm-summit-2024/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday x100vi-training"><a class="card__media" href="/videos/2024/fujifilm-x100vi-setup-secrets-7-hidden-features/"><img src="https://i.ytimg.com/vi/KvV8NEC1e8M/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/fujifilm-x100vi-setup-secrets-7-hidden-features/">Fujifilm X100VI Setup SECRETS: 7 Hidden Features!</a></h3><p class="card__excerpt">Hidden features on the X100VI camera. These 7 camera features will speed up using the camera, add useful features, and help to take better photos. Also is a discussion…</p><div class="card__meta"><span>May 2024</span><a href="/videos/2024/fujifilm-x100vi-setup-secrets-7-hidden-features/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2024/pal2tech-show-6-this-happens/"><img src="https://i.ytimg.com/vi/rMQQcx0pRMs/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2024/pal2tech-show-6-this-happens/">Pal2tech Show 6 - This Happens! 😲</a></h3><p class="card__excerpt">This week on the Pal2tech Show:</p><div class="card__meta"><span>May 2024</span><a href="/videos/2024/pal2tech-show-6-this-happens/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2024/blackmagic-decklink-quad-hdmi-fix-wont-connect-to-mac/"><img src="https://i.ytimg.com/vi/UE0kBwf-KZI/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2024/blackmagic-decklink-quad-hdmi-fix-wont-connect-to-mac/">Blackmagic Decklink Quad HDMI - Fix Won&#39;t Connect To Mac</a></h3><p class="card__excerpt">How to fix the Decklink Quad HDMI Blackmagic device not connecting to a Mac because of a recent Apple Sonoma software update. Affects M1, M2, M3, etc and MacBooks. Use…</p><div class="card__meta"><span>May 2024</span><a href="/videos/2024/blackmagic-decklink-quad-hdmi-fix-wont-connect-to-mac/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings x100vi-training"><a class="card__media" href="/videos/2024/fujifilm-firmware-update-focus-improvements/"><img src="https://i.ytimg.com/vi/jTdLBwdMnHA/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/fujifilm-firmware-update-focus-improvements/">Fujifilm Firmware Update - Focus Improvements!</a></h3><p class="card__excerpt">New Fujifilm firmware updates for the following Fujifilm cameras: X-T5, X-H2, X-S20, and X100VI. I go over the firmware updates for each camera. Get the firmware updates…</p><div class="card__meta"><span>April 2024</span><a href="/videos/2024/fujifilm-firmware-update-focus-improvements/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography xt5-training"><a class="card__media" href="/videos/2024/fujifilm-camera-sensor-how-to-clean/"><img src="https://i.ytimg.com/vi/oDQDrKqPB0g/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/fujifilm-camera-sensor-how-to-clean/">Fujifilm Camera Sensor (How To Clean)</a></h3><p class="card__excerpt">How to clean your Fujifilm X-T5 camera sensor. This info also applies to X-T4, X-S20, X-H2, and GFX cameras containing IBIS units. It covers how to check your sensor,…</p><div class="card__meta"><span>April 2024</span><a href="/videos/2024/fujifilm-camera-sensor-how-to-clean/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2024/pal2tech-show-5-fujifilm-at-area-51/"><img src="https://i.ytimg.com/vi/0whRWf5RKF0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2024/pal2tech-show-5-fujifilm-at-area-51/">Pal2tech Show 5 - Fujifilm at AREA 51? 😲</a></h3><p class="card__excerpt">This week on the pal2tech Show:</p><div class="card__meta"><span>April 2024</span><a href="/videos/2024/pal2tech-show-5-fujifilm-at-area-51/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography x100vi-training"><a class="card__media" href="/videos/2024/fujifilm-x100vi-beginners-guide/"><img src="https://i.ytimg.com/vi/xkBbQU647Ec/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/fujifilm-x100vi-beginners-guide/">Fujifilm X100VI Beginners Guide</a></h3><p class="card__excerpt">X100VI recommended settings for beginners and a guide to setting up the camera. Understanding the menus, photography settings, video shooting recommendations, and…</p><div class="card__meta"><span>April 2024</span><a href="/videos/2024/fujifilm-x100vi-beginners-guide/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2024/transfer-photos-faster-on-fujifilm-cameras/"><img src="https://i.ytimg.com/vi/oGlpWbDuhNw/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/transfer-photos-faster-on-fujifilm-cameras/">Transfer Photos FASTER on Fujifilm Cameras</a></h3><p class="card__excerpt">How to transfer photos faster on Fujifilm cameras using the Fujifilm App. Here&#39;s a full tutorial and guide to using the Fujifilm App:</p><div class="card__meta"><span>March 2024</span><a href="/videos/2024/transfer-photos-faster-on-fujifilm-cameras/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2024/pal2tech-show-4-fujifilm-x100vi-a-few-hidden-features/"><img src="https://i.ytimg.com/vi/wB0EBgkgRSU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2024/pal2tech-show-4-fujifilm-x100vi-a-few-hidden-features/">pal2tech Show 4 - Fujifilm X100VI (A Few Hidden Features)</a></h3><p class="card__excerpt">NOTE: The start time has been changed to 5:30pm.</p><div class="card__meta"><span>March 2024</span><a href="/videos/2024/pal2tech-show-4-fujifilm-x100vi-a-few-hidden-features/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings instax-cameras"><a class="card__media" href="/videos/2024/fujifilm-instax-mini-99-review-and-setup/"><img src="https://i.ytimg.com/vi/zqKDCEQcR5w/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/fujifilm-instax-mini-99-review-and-setup/">Fujifilm INSTAX Mini 99 -Review and Setup</a></h3><p class="card__excerpt">Fujifilm INSTAX Mini 99 review and setup. Is it any good? Let&#39;s find out! Unboxing, ergonomics, how to use the features, image quality, the INSTAX app, and other…</p><div class="card__meta"><span>March 2024</span><a href="/videos/2024/fujifilm-instax-mini-99-review-and-setup/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2024/pal2tech-show-3-fujifilm-x100vi-unboxing-and-setup-tips/"><img src="https://i.ytimg.com/vi/KNQLTKT2LFY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2024/pal2tech-show-3-fujifilm-x100vi-unboxing-and-setup-tips/">pal2tech Show 3 - Fujifilm X100VI Unboxing and Setup Tips</a></h3><p class="card__excerpt">NOTE: The start time has been changed to 5:30pm.</p><div class="card__meta"><span>March 2024</span><a href="/videos/2024/pal2tech-show-3-fujifilm-x100vi-unboxing-and-setup-tips/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2024/x100vi-for-beginners-features-improvements-and-performance/"><img src="https://i.ytimg.com/vi/yf9h0OghcVg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/x100vi-for-beginners-features-improvements-and-performance/">X100VI for Beginners: Features, Improvements and Performance</a></h3><p class="card__excerpt">Fujifilm X100VI review/comprehensive look at the Fujifilm X100VI features, improvements, and performance. Testing of ergonomics, image quality, lens performance, ISO and…</p><div class="card__meta"><span>February 2024</span><a href="/videos/2024/x100vi-for-beginners-features-improvements-and-performance/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2024/enemy2tech/"><img src="https://i.ytimg.com/vi/rK0R5Nlqn0E/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2024/enemy2tech/">Enemy2Tech?</a></h3><p class="card__excerpt">As I work on editing the upcoming X100VI video, I realize it&#39;s been a while since I pulled a good technology RANT from the cutting room floor. I&#39;ll be back (hopefully…</p><div class="card__meta"><span>February 2024</span><a href="/videos/2024/enemy2tech/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2024/pal2tech-show-2-fujifilm-x-summit-2024/"><img src="https://i.ytimg.com/vi/v0YZFH2-FiE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2024/pal2tech-show-2-fujifilm-x-summit-2024/">pal2tech Show 2 - Fujifilm X Summit 2024</a></h3><p class="card__excerpt">This week on the pal2tech Show:</p><div class="card__meta"><span>February 2024</span><a href="/videos/2024/pal2tech-show-2-fujifilm-x-summit-2024/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings xt5-training"><a class="card__media" href="/videos/2024/how-to-take-good-photos-with-fujifilm-and-avoid-bad-photos/"><img src="https://i.ytimg.com/vi/fipwALIYza4/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/how-to-take-good-photos-with-fujifilm-and-avoid-bad-photos/">How to Take Good Photos With Fujifilm (and Avoid Bad Photos)</a></h3><p class="card__excerpt">How to Take Good Photos With Fujifilm (and Avoid Bad Photos). This tutorial is aimed at newer users of Fujifilm cameras. Get notified when I release a new video:</p><div class="card__meta"><span>February 2024</span><a href="/videos/2024/how-to-take-good-photos-with-fujifilm-and-avoid-bad-photos/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2024/chasing-perfection-at-4-00-a-m/"><img src="https://i.ytimg.com/vi/YHm6l3EJlN8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2024/chasing-perfection-at-4-00-a-m/">Chasing Perfection at 4:00 a.m.</a></h3><p class="card__excerpt">Perfection and overthinking are dangerous, especially at 4:00 am in the morning. The original video for today, &quot; How to Avoid Taking Bad Photos On Fujifilm Cameras,&quot; was…</p><div class="card__meta"><span>February 2024</span><a href="/videos/2024/chasing-perfection-at-4-00-a-m/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="lens-reviews"><a class="card__media" href="/videos/2024/fujifilm-16-55mm-lens-firmware-update/"><img src="https://i.ytimg.com/vi/be93sjSO040/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Lens Reviews</p><h3 class="card__title"><a href="/videos/2024/fujifilm-16-55mm-lens-firmware-update/">Fujifilm 16-55mm Lens Firmware Update</a></h3><p class="card__excerpt">New Fujifilm Firmware release for the 16.55mm f/2.8 lens.</p><div class="card__meta"><span>February 2024</span><a href="/videos/2024/fujifilm-16-55mm-lens-firmware-update/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2024/pal2tech-show-1-friday-hangout/"><img src="https://i.ytimg.com/vi/4SSDGRkpxls/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2024/pal2tech-show-1-friday-hangout/">pal2tech Show 1 - Friday Hangout</a></h3><p class="card__excerpt">This week on the pal2tech Show:</p><div class="card__meta"><span>February 2024</span><a href="/videos/2024/pal2tech-show-1-friday-hangout/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2024/this-setting-will-slow-down-your-fujifilm-camera/"><img src="https://i.ytimg.com/vi/U5Dhc4rdhTg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/this-setting-will-slow-down-your-fujifilm-camera/">THIS Setting Will SLOW DOWN Your Fujifilm Camera!</a></h3><p class="card__excerpt">Fujifilm cameras contain a number of image enhancement settings, such as sharpness, tonal range, grain, color chrome, etc. But one setting will cause your camera to take…</p><div class="card__meta"><span>February 2024</span><a href="/videos/2024/this-setting-will-slow-down-your-fujifilm-camera/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings xt5-training"><a class="card__media" href="/videos/2024/fujifilm-raw-film-simulation-bracketing/"><img src="https://i.ytimg.com/vi/ssvOYhu9qHQ/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/fujifilm-raw-film-simulation-bracketing/">Fujifilm: RAW Film Simulation Bracketing!</a></h3><p class="card__excerpt">Fujifilm RAW film simulation bracketing is an option on Fujifilm cameras. But how does RAW vs. JPEG work? Do you really need RAW for film simulation bracketing?</p><div class="card__meta"><span>January 2024</span><a href="/videos/2024/fujifilm-raw-film-simulation-bracketing/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography xt5-training"><a class="card__media" href="/videos/2024/6-hidden-fujifilm-camera-features-you-should-know/"><img src="https://i.ytimg.com/vi/qnTmYxKBo00/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/6-hidden-fujifilm-camera-features-you-should-know/">6 HIDDEN Fujifilm Camera Features You Should Know!</a></h3><p class="card__excerpt">Six hidden Fujifilm camera features you should know. These are available on newer Fujifilm X cameras, such as the X-T5, GFX, X-S20, etc. Some, such as electronic…</p><div class="card__meta"><span>January 2024</span><a href="/videos/2024/6-hidden-fujifilm-camera-features-you-should-know/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography xt5-training"><a class="card__media" href="/videos/2024/fujifilm-back-button-focus-new/"><img src="https://i.ytimg.com/vi/GDc48aEtiq4/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2024/fujifilm-back-button-focus-new/">Fujifilm Back Button Focus (NEW)</a></h3><p class="card__excerpt">How to enable back button focus on Fujifilm cameras. This is a revised and expanded video from a few years ago. It covers two methods for photography, as well as a way…</p><div class="card__meta"><span>January 2024</span><a href="/videos/2024/fujifilm-back-button-focus-new/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2024/my-new-camera-its-not-a-fuji-manual-focus-weirdness-and-hello-2024/"><img src="https://i.ytimg.com/vi/VEAYiiBm9xM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2024/my-new-camera-its-not-a-fuji-manual-focus-weirdness-and-hello-2024/">My New Camera (it&#39;s not a Fuji 😲), Manual Focus Weirdness... and Hello 2024!</a></h3><p class="card__excerpt">Happy New Year! And welcome to 2024... I hope your plans are awesome ones!</p><div class="card__meta"><span>January 2024</span><a href="/videos/2024/my-new-camera-its-not-a-fuji-manual-focus-weirdness-and-hello-2024/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2023/my-crazy-photography-challenge/"><img src="https://i.ytimg.com/vi/lU8mwuJqTY0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2023/my-crazy-photography-challenge/">My Crazy Photography Challenge</a></h3><p class="card__excerpt">My crazy photography challenge of 2023. I want to thank all of you for being a part of this channel during the past year. I&#39;ll be back the week of January 1, 2024 with…</p><div class="card__meta"><span>December 2023</span><a href="/videos/2023/my-crazy-photography-challenge/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="done-over-perfect"><a class="card__media" href="/videos/2023/boudoir-photography-using-fujifilm-with-michael-spatola/"><img src="https://i.ytimg.com/vi/BojtUpaoszU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Done Over Perfect</p><h3 class="card__title"><a href="/videos/2023/boudoir-photography-using-fujifilm-with-michael-spatola/">Boudoir Photography Using Fujifilm (with Michael Spatola)</a></h3><p class="card__excerpt">Boudoir photography using Fujifilm cameras and lenses with Los Angeles photographer Michael Spatola. In this video, we discuss boudoir photography, what makes a photo…</p><div class="card__meta"><span>December 2023</span><a href="/videos/2023/boudoir-photography-using-fujifilm-with-michael-spatola/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="capture-one-training"><a class="card__media" href="/videos/2023/capture-one-16-3-new-features-ai-masking-eye-focus-etc/"><img src="https://i.ytimg.com/vi/qugRZGULJ38/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Capture One Training</p><h3 class="card__title"><a href="/videos/2023/capture-one-16-3-new-features-ai-masking-eye-focus-etc/">Capture One 16.3 - New Features, AI Masking, Eye Focus, Etc.</a></h3><p class="card__excerpt">Capture One 16.3 - How to use new features such as AI Masking, Snap to Face, Retether, sharing multiple sessions with a single link, in-app comments from clients, crop…</p><div class="card__meta"><span>November 2023</span><a href="/videos/2023/capture-one-16-3-new-features-ai-masking-eye-focus-etc/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings xt5-training"><a class="card__media" href="/videos/2023/strange-fujifilm-display-issue/"><img src="https://i.ytimg.com/vi/QOkAH8F9Ctw/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2023/strange-fujifilm-display-issue/">Strange Fujifilm Display Issue</a></h3><p class="card__excerpt">Why the Fujifilm camera display option buttons and RGB Histogram are confusing during photo playback. How to remove a &#39;stuck&#39; RGB histogram screen. More about the most…</p><div class="card__meta"><span>November 2023</span><a href="/videos/2023/strange-fujifilm-display-issue/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday xt5-training"><a class="card__media" href="/videos/2023/most-dangerous-setting-in-photography/"><img src="https://i.ytimg.com/vi/bVr-gQxZlxo/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2023/most-dangerous-setting-in-photography/">Most DANGEROUS Setting In Photography</a></h3><p class="card__excerpt">The most dangerous setting in photography. One that can ruin shots if you are not careful. No amount of autofocus, face/eye autodetect, or the latest and most fantastic…</p><div class="card__meta"><span>October 2023</span><a href="/videos/2023/most-dangerous-setting-in-photography/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday xt5-training"><a class="card__media" href="/videos/2023/fujifilm-camera-tip-how-to-quickly-switch-lcd-screen-to-black-and-white/"><img src="https://i.ytimg.com/vi/H6CAMAE149w/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2023/fujifilm-camera-tip-how-to-quickly-switch-lcd-screen-to-black-and-white/">Fujifilm Camera Tip - How To Quickly Switch LCD Screen To Black And White</a></h3><p class="card__excerpt">Fujifilm camera tip on how to quickly switch your Fujifilm camera&#39;s LCD screen to black and white (monochrome) to better see your composition and framing. Note that this…</p><div class="card__meta"><span>September 2023</span><a href="/videos/2023/fujifilm-camera-tip-how-to-quickly-switch-lcd-screen-to-black-and-white/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="instax-cameras"><a class="card__media" href="/videos/2023/fujifilm-instax-pal-review-tiny-fun-camera/"><img src="https://i.ytimg.com/vi/XpyVpQvoCYQ/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">INSTAX Cameras</p><h3 class="card__title"><a href="/videos/2023/fujifilm-instax-pal-review-tiny-fun-camera/">Fujifilm INSTAX PAL Review - Tiny FUN Camera!</a></h3><p class="card__excerpt">Fujifilm INSTAX PAL review of new INSTAX camera and MINI LINK 2 printer. Unboxing, specs, image quality, how to use, understanding the F and L modes, and more.</p><div class="card__meta"><span>September 2023</span><a href="/videos/2023/fujifilm-instax-pal-review-tiny-fun-camera/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2023/fujifilm-gfx-100-ii-live-unboxing/"><img src="https://i.ytimg.com/vi/ULs9hnmhz3g/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2023/fujifilm-gfx-100-ii-live-unboxing/">Fujifilm GFX 100 II - LIVE Unboxing!</a></h3><p class="card__excerpt">Geariguana and I will open a big box with the GFX 100 II and a lens that came with it! This is Electronic Campfire 29.</p><div class="card__meta"><span>September 2023</span><a href="/videos/2023/fujifilm-gfx-100-ii-live-unboxing/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings xt5-training"><a class="card__media" href="/videos/2023/new-fujifilm-firmware-updates-september-2023/"><img src="https://i.ytimg.com/vi/oTyvVzNb6u8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2023/new-fujifilm-firmware-updates-september-2023/">New Fujifilm Firmware Updates (September 2023)</a></h3><p class="card__excerpt">New Fujifilm firmware updates for the following Fujifilm cameras: X-H2, X-H2s, X-T5, and X-S20. I go over the firmware updates for each camera. Get the firmware updates…</p><div class="card__meta"><span>September 2023</span><a href="/videos/2023/new-fujifilm-firmware-updates-september-2023/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2023/fujifilm-x-summit-2023-watch-party/"><img src="https://i.ytimg.com/vi/afYy8g4XHE8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2023/fujifilm-x-summit-2023-watch-party/">Fujifilm X Summit 2023 - WATCH PARTY!</a></h3><p class="card__excerpt">Let&#39;s watch the Fujifilm X Summit live together! It&#39;s, um, at 5:00 a.m. Eastern time. ⏰</p><div class="card__meta"><span>September 2023</span><a href="/videos/2023/fujifilm-x-summit-2023-watch-party/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday xt5-training"><a class="card__media" href="/videos/2023/fujifilm-camera-focus-meter/"><img src="https://i.ytimg.com/vi/wM1Uo_3Ctm0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2023/fujifilm-camera-focus-meter/">Fujifilm Camera Focus Meter</a></h3><p class="card__excerpt">Understanding the Fujifilm camera focus meter setting, how to use it, and the requirements to enable it. Get notified when I release a new video:</p><div class="card__meta"><span>September 2023</span><a href="/videos/2023/fujifilm-camera-focus-meter/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography xt5-training"><a class="card__media" href="/videos/2023/fujifilm-camera-exposure-dial-secrets/"><img src="https://i.ytimg.com/vi/nGG8tOm9tks/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2023/fujifilm-camera-exposure-dial-secrets/">Fujifilm Camera Exposure Dial SECRETS!</a></h3><p class="card__excerpt">Fujifilm camera exposure dial secrets, tips, and how it works with Auto ISO. Also, how exposure compensation works when shooting video, burst mode, and a general demo on…</p><div class="card__meta"><span>August 2023</span><a href="/videos/2023/fujifilm-camera-exposure-dial-secrets/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2023/goodbye-piper/"><img src="https://i.ytimg.com/vi/wOmRJKIdjwc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2023/goodbye-piper/">Goodbye Piper</a></h3><p class="card__excerpt">Remembering our best friend and companion: Piper</p><div class="card__meta"><span>August 2023</span><a href="/videos/2023/goodbye-piper/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography lens-reviews"><a class="card__media" href="/videos/2023/viltrox-27mm-1-2-fujifilm-review/"><img src="https://i.ytimg.com/vi/d4m9TD3ByZY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2023/viltrox-27mm-1-2-fujifilm-review/">Viltrox 27mm 1.2 Fujifilm Review</a></h3><p class="card__excerpt">Review of Viltrox 27mm f/1.2 Fujifilm lens. Is this new Viltrox lens as good as their previous Fujifilm lenses? Build quality, ergonomics, image quality, autofocus…</p><div class="card__meta"><span>August 2023</span><a href="/videos/2023/viltrox-27mm-1-2-fujifilm-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography xt5-training"><a class="card__media" href="/videos/2023/camera-gimbal-review-weebill-3s-for-fujifilm-cameras/"><img src="https://i.ytimg.com/vi/P8_K_0z87oI/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2023/camera-gimbal-review-weebill-3s-for-fujifilm-cameras/">Camera Gimbal Review (WEEBILL 3S for Fujifilm Cameras)</a></h3><p class="card__excerpt">Review of Zhiyun WEEBILL 3S gimbal for Fujifilm cameras. I go over features and ergonomics, how to connect to an X-T5 (or similar) Fujifilm camera, control the camera&#39;s…</p><div class="card__meta"><span>August 2023</span><a href="/videos/2023/camera-gimbal-review-weebill-3s-for-fujifilm-cameras/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2023/new-fujifilm-firmware-updates-july-2023/"><img src="https://i.ytimg.com/vi/-A3cveOxPyM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2023/new-fujifilm-firmware-updates-july-2023/">New Fujifilm Firmware Updates (July 2023)</a></h3><p class="card__excerpt">New Fujifilm firmware updates for the following Fujifilm cameras: GFX100, GFX100S, GFX50S II, GFX50R, X-H2, X-H2s, X-T5, and X-S20. I go over the firmware updates for…</p><div class="card__meta"><span>July 2023</span><a href="/videos/2023/new-fujifilm-firmware-updates-july-2023/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2023/what-makes-a-great-photographer-ec-27/"><img src="https://i.ytimg.com/vi/7PC5gJbXUs8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2023/what-makes-a-great-photographer-ec-27/">What Makes A Great Photographer? (EC 27)</a></h3><p class="card__excerpt">Let&#39;s gather around this electronic campfire. On today&#39;s show, we will go over:</p><div class="card__meta"><span>July 2023</span><a href="/videos/2023/what-makes-a-great-photographer-ec-27/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings xt5-training"><a class="card__media" href="/videos/2023/fujifilm-pixel-shift-multi-shot/"><img src="https://i.ytimg.com/vi/voFnsK6oMRc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2023/fujifilm-pixel-shift-multi-shot/">Fujifilm Pixel Shift Multi-Shot</a></h3><p class="card__excerpt">How to use Pixel Shift Multi-Shot on Fujifilm cameras. Important considerations, restrictions, and comparing image quality with Topaz AI.</p><div class="card__meta"><span>June 2023</span><a href="/videos/2023/fujifilm-pixel-shift-multi-shot/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2023/having-fun-w-youtube-comment-scammers/"><img src="https://i.ytimg.com/vi/LOpi2Ln7b8M/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2023/having-fun-w-youtube-comment-scammers/">Having Fun w/ YouTube Comment Scammers! 😆</a></h3><p class="card__excerpt">Correct shutter speed? How one of my subscribers handled a scammer that was trying to steal money from pal2tech channel subscribers.</p><div class="card__meta"><span>June 2023</span><a href="/videos/2023/having-fun-w-youtube-comment-scammers/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2023/fujifilm-app-how-to-use-setup-connect-and-all-settings/"><img src="https://i.ytimg.com/vi/fFKulKkglXU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2023/fujifilm-app-how-to-use-setup-connect-and-all-settings/">Fujifilm App: How To Use, Setup, Connect, and All Settings</a></h3><p class="card__excerpt">Fujifilm App complete review and setup guide. Everything, and I mean everything, that you need to know about the new Fujifilm App. Also: my thoughts after using it…</p><div class="card__meta"><span>June 2023</span><a href="/videos/2023/fujifilm-app-how-to-use-setup-connect-and-all-settings/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2023/tips-using-the-fujifilm-app-ec-26/"><img src="https://i.ytimg.com/vi/Ftwee8q2mUA/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2023/tips-using-the-fujifilm-app-ec-26/">Tips Using the Fujifilm App (EC 26)</a></h3><p class="card__excerpt">Let&#39;s gather around this electronic campfire. On today&#39;s show, we will go over:</p><div class="card__meta"><span>June 2023</span><a href="/videos/2023/tips-using-the-fujifilm-app-ec-26/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography xt5-training"><a class="card__media" href="/videos/2023/fujifilm-x-t5-firmware-autofocus-any-better/"><img src="https://i.ytimg.com/vi/cca16cy1a44/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2023/fujifilm-x-t5-firmware-autofocus-any-better/">Fujifilm X-T5 Firmware Autofocus (any better?)</a></h3><p class="card__excerpt">Is the Fujifilm X-T5 firmware update with improved autofocus any better? I test both before and after to see how it performs. Get the firmware update here:</p><div class="card__meta"><span>June 2023</span><a href="/videos/2023/fujifilm-x-t5-firmware-autofocus-any-better/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2023/crazy-fujifilm-week-ec-25/"><img src="https://i.ytimg.com/vi/i-4-QJUOEU0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2023/crazy-fujifilm-week-ec-25/">CRAZY FUJIFILM WEEK! (EC 25)</a></h3><p class="card__excerpt">What a crazy week for Fujifilm! Let&#39;s get together and unpack everything that happened!</p><div class="card__meta"><span>May 2023</span><a href="/videos/2023/crazy-fujifilm-week-ec-25/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography xt5-training"><a class="card__media" href="/videos/2023/new-fujifilm-firmware-autofocus-app/"><img src="https://i.ytimg.com/vi/Miz8q97KKlc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2023/new-fujifilm-firmware-autofocus-app/">New Fujifilm Firmware! Autofocus! App!</a></h3><p class="card__excerpt">New Fujifilm Firmware updates bring better autofocus to the X-H2 and X-T5 and the ability to use and support the new camera app to many other camera models. I go over…</p><div class="card__meta"><span>May 2023</span><a href="/videos/2023/new-fujifilm-firmware-autofocus-app/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2023/fujifilm-x-s20-review-and-features-guide/"><img src="https://i.ytimg.com/vi/l6Abi9IxTsU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2023/fujifilm-x-s20-review-and-features-guide/">Fujifilm X-S20 Review and Features Guide</a></h3><p class="card__excerpt">Fujifilm X-S20 review, features guide, performance, burst rate, shutter, how the vlogging video features work, and testing the new autofocus improvements. Get the camera…</p><div class="card__meta"><span>May 2023</span><a href="/videos/2023/fujifilm-x-s20-review-and-features-guide/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="xt5-training capture-one-training"><a class="card__media" href="/videos/2023/fujifilm-wireless-tethering-a-complete-guide/"><img src="https://i.ytimg.com/vi/4EGD2eJ8yv8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">X-T5 Training</p><h3 class="card__title"><a href="/videos/2023/fujifilm-wireless-tethering-a-complete-guide/">Fujifilm Wireless Tethering (A Complete Guide)</a></h3><p class="card__excerpt">Complete guide to Fujifilm wireless tethering. How to do it, what components are needed, setting up your network, computer, and camera, and important tips to know. Also,…</p><div class="card__meta"><span>May 2023</span><a href="/videos/2023/fujifilm-wireless-tethering-a-complete-guide/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="capture-one-training"><a class="card__media" href="/videos/2023/capture-one-16-2-latest-update-face-focus-wireless-tethering-etc/"><img src="https://i.ytimg.com/vi/WGskM-3eNY4/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Capture One Training</p><h3 class="card__title"><a href="/videos/2023/capture-one-16-2-latest-update-face-focus-wireless-tethering-etc/">Capture One 16.2 Latest Update (Face Focus, Wireless Tethering, etc.)</a></h3><p class="card__excerpt">Capture One latest update. How to use Face focus, automatic dust removal, Fujifilm wireless tethering, Frame.IO integration, Smart Adjustments improvements, and more!…</p><div class="card__meta"><span>May 2023</span><a href="/videos/2023/capture-one-16-2-latest-update-face-focus-wireless-tethering-etc/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2023/lets-talk-fujifilm-ec-24/"><img src="https://i.ytimg.com/vi/-TnOFvCvFdQ/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2023/lets-talk-fujifilm-ec-24/">Let&#39;s Talk Fujifilm! (EC 24)</a></h3><p class="card__excerpt">Would you like to get together and discuss Fujifilm? Let&#39;s discuss:</p><div class="card__meta"><span>May 2023</span><a href="/videos/2023/lets-talk-fujifilm-ec-24/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings xt5-training"><a class="card__media" href="/videos/2023/fujifilm-digital-teleconverter-everything-you-need-to-know/"><img src="https://i.ytimg.com/vi/rizrOULEE9w/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2023/fujifilm-digital-teleconverter-everything-you-need-to-know/">Fujifilm Digital Teleconverter (EVERYTHING You Need To Know!)</a></h3><p class="card__excerpt">Is Fujifilm&#39;s Digital Teleconverter worth using, or is it any good? We discuss everything you need to know about how the Digital Teleconverter works, image resolution…</p><div class="card__meta"><span>May 2023</span><a href="/videos/2023/fujifilm-digital-teleconverter-everything-you-need-to-know/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography xt5-training"><a class="card__media" href="/videos/2023/fujifilm-xt5-review-after-6-months-of-use/"><img src="https://i.ytimg.com/vi/NbGg4rMKVfU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2023/fujifilm-xt5-review-after-6-months-of-use/">Fujifilm XT5 Review (after 6 months of use)</a></h3><p class="card__excerpt">Fujifilm XT5 review after six months of use. Ergonomics, autofocus, shutter and sensor, IBIS and image stabilization, improve autofocus, subject detection, ISO noise,…</p><div class="card__meta"><span>May 2023</span><a href="/videos/2023/fujifilm-xt5-review-after-6-months-of-use/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2023/lets-talk-fujifilm-ec-23/"><img src="https://i.ytimg.com/vi/_oFlfdIHvwk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2023/lets-talk-fujifilm-ec-23/">Let&#39;s Talk Fujifilm! (EC 23)</a></h3><p class="card__excerpt">Let&#39;s hang out and talk about Fujifilm. Specifically, we&#39;ll be going over:</p><div class="card__meta"><span>April 2023</span><a href="/videos/2023/lets-talk-fujifilm-ec-23/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography xt5-training"><a class="card__media" href="/videos/2023/new-fujifilm-firmware-updates-april-2023/"><img src="https://i.ytimg.com/vi/hRciKpVWTs8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2023/new-fujifilm-firmware-updates-april-2023/">New Fujifilm Firmware Updates (April 2023)</a></h3><p class="card__excerpt">New Fujifilm firmware updates for April 2023. I go over all the details and changes. The following cameras are affected: X-H2, X-T5, X-T4, and X-T3. 👍 Get the firmware…</p><div class="card__meta"><span>April 2023</span><a href="/videos/2023/new-fujifilm-firmware-updates-april-2023/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography lens-reviews"><a class="card__media" href="/videos/2023/why-i-love-this-fujifilm-lens-30mm-macro/"><img src="https://i.ytimg.com/vi/USMwTOWbBJM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2023/why-i-love-this-fujifilm-lens-30mm-macro/">Why I LOVE This Fujifilm Lens! (30mm Macro)</a></h3><p class="card__excerpt">Fujifilm 30mm Macro f/2.8 lens review, unboxing, specs, and setup for macro shooting on a Fuji X-T5 camera. Why I love this lens for many shooting situations. Get the…</p><div class="card__meta"><span>April 2023</span><a href="/videos/2023/why-i-love-this-fujifilm-lens-30mm-macro/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2023/simple-budget-3-camera-live-streaming-logitech-mevo/"><img src="https://i.ytimg.com/vi/HKq3nW6Zb4A/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2023/simple-budget-3-camera-live-streaming-logitech-mevo/">Simple Budget 3-Camera Live Streaming (Logitech Mevo)</a></h3><p class="card__excerpt">The Logitech Mevo is a simple, budget, 3-camera live streaming system. Review goes over unboxing, setup, switching cameras, adding effects, and working with smartphones,…</p><div class="card__meta"><span>April 2023</span><a href="/videos/2023/simple-budget-3-camera-live-streaming-logitech-mevo/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2023/electronic-campfire-hangout-22/"><img src="https://i.ytimg.com/vi/QORlv5ykBLg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2023/electronic-campfire-hangout-22/">Electronic Campfire Hangout 22</a></h3><p class="card__excerpt">Let&#39;s hang out and talk about AI and the recent onslaught of negativity (clickbait?) in social media today about AI vs. Photography, what I think is most important…</p><div class="card__meta"><span>April 2023</span><a href="/videos/2023/electronic-campfire-hangout-22/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="capture-one-training"><a class="card__media" href="/videos/2023/capture-one-pro-creativity-has-no-boundaries/"><img src="https://i.ytimg.com/vi/qpSzEgdmEhY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Capture One Training</p><h3 class="card__title"><a href="/videos/2023/capture-one-pro-creativity-has-no-boundaries/">Capture One Pro: Creativity Has No Boundaries</a></h3><p class="card__excerpt">Capture One Pro: Creativity Has No Boundaries. Fujifilm and Capture One Pro using cloud storage, style brushes, speed edit keys, and more! Get two months of Capture One…</p><div class="card__meta"><span>April 2023</span><a href="/videos/2023/capture-one-pro-creativity-has-no-boundaries/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2023/where-do-we-go-from-here/"><img src="https://i.ytimg.com/vi/f9MG9XVVvCc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2023/where-do-we-go-from-here/">Where Do We Go From Here?</a></h3><p class="card__excerpt">Where do we go from here? I&#39;ll tell ya! Check out these sites:</p><div class="card__meta"><span>April 2023</span><a href="/videos/2023/where-do-we-go-from-here/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2023/electronic-campfire-hangout-21/"><img src="https://i.ytimg.com/vi/n8DFZCiMmaU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2023/electronic-campfire-hangout-21/">Electronic Campfire Hangout 21</a></h3><p class="card__excerpt">Let&#39;s hang out and talk about Two Fujifilm Camera Gotchas, Fujifilm Pixel-Shift Multi-Shot, upcoming videos for the channel, DPReview, and more. This is Electronic…</p><div class="card__meta"><span>March 2023</span><a href="/videos/2023/electronic-campfire-hangout-21/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2023/dpreview-to-close-on-april-10/"><img src="https://i.ytimg.com/vi/9LETheD-8pE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2023/dpreview-to-close-on-april-10/">DPReview To Close On April 10</a></h3><p class="card__excerpt">DPReview website and YouTube channel is being shut down on April 10.</p><div class="card__meta"><span>March 2023</span><a href="/videos/2023/dpreview-to-close-on-april-10/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography capture-one-training"><a class="card__media" href="/videos/2023/fujifilm-cameras-two-devices-in-one/"><img src="https://i.ytimg.com/vi/9gJYU8tscYg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2023/fujifilm-cameras-two-devices-in-one/">Fujifilm Cameras: Two Devices In One</a></h3><p class="card__excerpt">Fujifilm Cameras - Two devices in one. A camera that shoots awesome photos and an advanced photo editor. Let&#39;s take a look at how RAW vs. JPEG files are transferred over…</p><div class="card__meta"><span>March 2023</span><a href="/videos/2023/fujifilm-cameras-two-devices-in-one/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography lens-reviews"><a class="card__media" href="/videos/2023/easy-lens-firmware-updates-please/"><img src="https://i.ytimg.com/vi/v8w8D3cF8Ag/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2023/easy-lens-firmware-updates-please/">Easy Lens Firmware Updates PLEASE!</a></h3><p class="card__excerpt">Lens firmware updates need to be easier! In this video, I discuss the Viltrox 75mm, but this can apply to ALL lens and camera manufacturers.</p><div class="card__meta"><span>March 2023</span><a href="/videos/2023/easy-lens-firmware-updates-please/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2023/pal2tech-studio-tour-2023/"><img src="https://i.ytimg.com/vi/I02aa1MzsjA/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2023/pal2tech-studio-tour-2023/">pal2tech Studio Tour 2023</a></h3><p class="card__excerpt">pal2tech Studio Tour 2023. Showing changes, home studio setup, basic gear list and new gear, lighting, and how to set up a studio and organization tips.</p><div class="card__meta"><span>March 2023</span><a href="/videos/2023/pal2tech-studio-tour-2023/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2023/fujifilm-colors-auto-white-vs-auto-ambience/"><img src="https://i.ytimg.com/vi/yrzWE91Kr0c/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2023/fujifilm-colors-auto-white-vs-auto-ambience/">Fujifilm Colors: Auto White vs  Auto Ambience</a></h3><p class="card__excerpt">Fujifilm camera colors. What is automatic white vs. automatic ambience color balance? What&#39;s the difference? How do you set it? When is it the most effective? This video…</p><div class="card__meta"><span>March 2023</span><a href="/videos/2023/fujifilm-colors-auto-white-vs-auto-ambience/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2023/how-to-fix-final-cut-pro-audio-problem/"><img src="https://i.ytimg.com/vi/IXs6pe4_EgE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2023/how-to-fix-final-cut-pro-audio-problem/">How to Fix Final Cut Pro Audio Problem!</a></h3><p class="card__excerpt">How to fix Final Cut Pro&#39;s audio problem of the annoying click sound when you blade a piece of footage, then move the cut point, and then play it back -- you will hear…</p><div class="card__meta"><span>March 2023</span><a href="/videos/2023/how-to-fix-final-cut-pro-audio-problem/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2023/why-i-made-such-a-personal-video-today/"><img src="https://i.ytimg.com/vi/2AswT8T1xtI/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2023/why-i-made-such-a-personal-video-today/">Why I Made Such a Personal Video Today</a></h3><p class="card__excerpt">Let&#39;s hang out and talk about today&#39;s video, what&#39;s been happening on the channel since the new year, and what&#39;s planned for the future. This is Electronic Campfire 20.</p><div class="card__meta"><span>March 2023</span><a href="/videos/2023/why-i-made-such-a-personal-video-today/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="lens-reviews capture-one-training"><a class="card__media" href="/videos/2023/photography-is-everywhere-capture-one-for-ipad/"><img src="https://i.ytimg.com/vi/Zqjeh24CBZU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Lens Reviews</p><h3 class="card__title"><a href="/videos/2023/photography-is-everywhere-capture-one-for-ipad/">Photography Is Everywhere (Capture One for iPad)</a></h3><p class="card__excerpt">NOTE: This is a sponsored video by Capture One. I was fortunate enough to be able to work with Capture One on this video. Photography is everywhere, all around us if you…</p><div class="card__meta"><span>March 2023</span><a href="/videos/2023/photography-is-everywhere-capture-one-for-ipad/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="instax-cameras"><a class="card__media" href="/videos/2023/fujifilm-instax-mini-12-camera-review-and-setup-guide/"><img src="https://i.ytimg.com/vi/91fTTeG6IXk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">INSTAX Cameras</p><h3 class="card__title"><a href="/videos/2023/fujifilm-instax-mini-12-camera-review-and-setup-guide/">Fujifilm INSTAX Mini 12 Camera - Review and Setup Guide</a></h3><p class="card__excerpt">Fujifilm INSTAX Mini 12 Camera review and setup guide. About the Instax mini 12, unboxing, specs, and ergonomics, as well as new features and recommendations. For the…</p><div class="card__meta"><span>March 2023</span><a href="/videos/2023/fujifilm-instax-mini-12-camera-review-and-setup-guide/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography lens-reviews"><a class="card__media" href="/videos/2023/your-first-fujifilm-lens-should-be/"><img src="https://i.ytimg.com/vi/4gly1DXbYYk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2023/your-first-fujifilm-lens-should-be/">Your FIRST Fujifilm Lens Should Be...</a></h3><p class="card__excerpt">What should be your FIRST Fujifilm Lens? This video takes a look and discusses Fujinon lenses in general for APS-C cameras.</p><div class="card__meta"><span>February 2023</span><a href="/videos/2023/your-first-fujifilm-lens-should-be/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2023/how-i-made-this-fun-again/"><img src="https://i.ytimg.com/vi/B0HbgzOrQ1w/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2023/how-i-made-this-fun-again/">How I Made This Fun Again</a></h3><p class="card__excerpt">I wasn&#39;t enjoying this channel. And how I made it fun again for me. (a creative rant).</p><div class="card__meta"><span>February 2023</span><a href="/videos/2023/how-i-made-this-fun-again/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2023/how-to-stop-constant-mac-notifications/"><img src="https://i.ytimg.com/vi/2VYYd-GUvpc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2023/how-to-stop-constant-mac-notifications/">How to Stop Constant Mac Notifications</a></h3><p class="card__excerpt">How to stop and fix constant background notifications on MacOS Ventura. These popup background task notifications appear on the upper right side of the screen and never…</p><div class="card__meta"><span>February 2023</span><a href="/videos/2023/how-to-stop-constant-mac-notifications/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2023/how-to-use-a-color-checker-chart/"><img src="https://i.ytimg.com/vi/NjVqVjfOLAA/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2023/how-to-use-a-color-checker-chart/">How To Use a Color Checker Chart</a></h3><p class="card__excerpt">How to use a color checker chart. Using the Datacolor Spyder Checkr Photo and the X-Rite ColorChecker Passport Photo 2. How to set your white balance, tonal range,…</p><div class="card__meta"><span>February 2023</span><a href="/videos/2023/how-to-use-a-color-checker-chart/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2023/this-is-strange-fujifilm-camera-mystery/"><img src="https://i.ytimg.com/vi/K_6jQhMOAfA/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2023/this-is-strange-fujifilm-camera-mystery/">This is Strange...Fujifilm Camera Mystery!</a></h3><p class="card__excerpt">Fujifilm camera mystery of always shooting in Auto ISO whenever the XH2s red record button is pressed. Why? Can anyone help figure this out? If you know of the setting…</p><div class="card__meta"><span>February 2023</span><a href="/videos/2023/this-is-strange-fujifilm-camera-mystery/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography lens-reviews"><a class="card__media" href="/videos/2023/my-favorite-viltrox-lens-ever/"><img src="https://i.ytimg.com/vi/5b9xXoATlJc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2023/my-favorite-viltrox-lens-ever/">My FAVORITE Viltrox Lens...Ever!</a></h3><p class="card__excerpt">My favorite Viltrox lens ever: the 75mm lens for Fujifilm cameras. Full review, unboxing and ergonomics, image quality, autofocus performance, minimum focus distance,…</p><div class="card__meta"><span>February 2023</span><a href="/videos/2023/my-favorite-viltrox-lens-ever/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2023/fujifilm-smallrig-retro-cage-review-unboxing-and-setup/"><img src="https://i.ytimg.com/vi/iEEnWPP-BZg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2023/fujifilm-smallrig-retro-cage-review-unboxing-and-setup/">Fujifilm SmallRig Retro Cage Review Unboxing and Setup</a></h3><p class="card__excerpt">Fujifilm SmallRig Retro Cage review, unboxing, and setup. The SmallRig Retro Cage for FUJIFILM X-T5 is designed to protect the camera and provide accessory mounting…</p><div class="card__meta"><span>January 2023</span><a href="/videos/2023/fujifilm-smallrig-retro-cage-review-unboxing-and-setup/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2023/a-tree-attacked-my-house/"><img src="https://i.ytimg.com/vi/OS0oySEvsZw/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2023/a-tree-attacked-my-house/">A Tree Attacked My House</a></h3><p class="card__excerpt">A tree fell through my house. Also, a studio update. Not exactly the Welcome to 2023 video I anticipated making, but, well, here we are. I expect to be back to a regular…</p><div class="card__meta"><span>January 2023</span><a href="/videos/2023/a-tree-attacked-my-house/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/holiday-party-hang-out-talk-about-studio/"><img src="https://i.ytimg.com/vi/Q7ceDIlqlYc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/holiday-party-hang-out-talk-about-studio/">Holiday Party! Hang Out! Talk About Studio! 👍</a></h3><p class="card__excerpt">Let&#39;s hang out and wrap up the year! Upcoming plans for studio redesign and Season 3 of the pal2tech channel. This will be the final Electronic Campfire live stream of…</p><div class="card__meta"><span>December 2022</span><a href="/videos/2022/holiday-party-hang-out-talk-about-studio/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/im-leaving-for-now/"><img src="https://i.ytimg.com/vi/uexRoDPJv2g/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/im-leaving-for-now/">I&#39;m Leaving (for now)</a></h3><p class="card__excerpt">I&#39;m leaving the channel for a few weeks. I&#39;ll be back by January 9th. Wishing everyone a wonderful and safe holiday and Happy New Year!</p><div class="card__meta"><span>December 2022</span><a href="/videos/2022/im-leaving-for-now/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/fiveray-m40-unboxing-2023-channel-changes-background-and-hang-out/"><img src="https://i.ytimg.com/vi/ABVyiqlxhrc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/fiveray-m40-unboxing-2023-channel-changes-background-and-hang-out/">Fiveray M40 Unboxing, 2023 Channel Changes, Background, and Hang Out 👍</a></h3><p class="card__excerpt">Let&#39;s hang out and unbox the new Fiveray M40 , etc. This is an informal stream just to connect and ring in the weekend! This is Electronic Campfire 18.</p><div class="card__meta"><span>December 2022</span><a href="/videos/2022/fiveray-m40-unboxing-2023-channel-changes-background-and-hang-out/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography fast-friday"><a class="card__media" href="/videos/2022/under-100-best-gifts-for-photographers/"><img src="https://i.ytimg.com/vi/lYuu6eVwXkI/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/under-100-best-gifts-for-photographers/">(Under $100) Best Gifts for Photographers</a></h3><p class="card__excerpt">Best Gifts under $100 for Photographers. Most are under $50. This is geared toward photographers that use or have their own studio. Gift info below ⬇️ ⬇️ ⬇️</p><div class="card__meta"><span>December 2022</span><a href="/videos/2022/under-100-best-gifts-for-photographers/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography xt5-training"><a class="card__media" href="/videos/2022/new-fujifilm-firmware-update-fixes-colors/"><img src="https://i.ytimg.com/vi/62WbUt8F0oE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/new-fujifilm-firmware-update-fixes-colors/">NEW Fujifilm Firmware Update Fixes Colors!</a></h3><p class="card__excerpt">New Fujifilm firmware update for the X-T5 and X-H2 fixes color reproduction in the under-exposed area of the image for both Nostalgic Negative and ETERNA Bleach Bypass…</p><div class="card__meta"><span>December 2022</span><a href="/videos/2022/new-fujifilm-firmware-update-fixes-colors/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2022/why-no-fujifilm-x-t5-review-yet/"><img src="https://i.ytimg.com/vi/ZSusxB5H3Rk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/why-no-fujifilm-x-t5-review-yet/">Why No Fujifilm X-T5 Review... yet</a></h3><p class="card__excerpt">Why no Fujifilm X-T5 review video yet. And yes, I&#39;ll be back in a new video tomorrow! 👍</p><div class="card__meta"><span>December 2022</span><a href="/videos/2022/why-no-fujifilm-x-t5-review-yet/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2022/diy-budget-sd-card-hub/"><img src="https://i.ytimg.com/vi/UqRX3pIiePs/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/diy-budget-sd-card-hub/">DIY Budget SD Card Hub</a></h3><p class="card__excerpt">DIY Budget SD Card Hub. Also works with micro-SD cards. It uses the Anker 4-port Hub, and 4 Transcend TS-RDF5K card readers.</p><div class="card__meta"><span>December 2022</span><a href="/videos/2022/diy-budget-sd-card-hub/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday xt5-training"><a class="card__media" href="/videos/2022/fujifilm-x-t5-different-colors-in-film-simulations/"><img src="https://i.ytimg.com/vi/KHMUlj7Ui5g/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-x-t5-different-colors-in-film-simulations/">Fujifilm X-T5 - DIFFERENT Colors In Film Simulations?</a></h3><p class="card__excerpt">Fujifilm X-T5 and how the same film simulation has different colors than from an X-T4.</p><div class="card__meta"><span>December 2022</span><a href="/videos/2022/fujifilm-x-t5-different-colors-in-film-simulations/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2022/smallrig-rc120d-light-review-great-value-light/"><img src="https://i.ytimg.com/vi/wzayXqk5BrI/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/smallrig-rc120d-light-review-great-value-light/">SmallRig RC120D Light Review - GREAT VALUE Light</a></h3><p class="card__excerpt">SmallRig RC120D Light Review and look at a great value 5600K light, an unboxing, and some brief testing and recommendations. Get notified when I release a new video: Get…</p><div class="card__meta"><span>December 2022</span><a href="/videos/2022/smallrig-rc120d-light-review-great-value-light/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2022/fujifilm-x-t5-vs-x-h2-which-one/"><img src="https://i.ytimg.com/vi/_8pLWi-eBW8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-x-t5-vs-x-h2-which-one/">Fujifilm X-T5 vs X-H2 - Which One?</a></h3><p class="card__excerpt">Fujifilm X-T5 vs X-H2, which one is better? This all depends on the type of shooting you do, but for me, the answer is...</p><div class="card__meta"><span>December 2022</span><a href="/videos/2022/fujifilm-x-t5-vs-x-h2-which-one/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography xt5-training"><a class="card__media" href="/videos/2022/this-fujifilm-camera-setting-makes-me-crazy/"><img src="https://i.ytimg.com/vi/B7OKv_5HuRg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/this-fujifilm-camera-setting-makes-me-crazy/">THIS Fujifilm Camera Setting Makes Me CRAZY!</a></h3><p class="card__excerpt">This Fujifilm camera setting makes me crazy! I&#39;m talking about the default SHOOT WITHOUT LENS set to ON.</p><div class="card__meta"><span>December 2022</span><a href="/videos/2022/this-fujifilm-camera-setting-makes-me-crazy/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2022/i-love-this-portable-rgb-light-the-zhiyun-fiveray-f100/"><img src="https://i.ytimg.com/vi/3z6ZDqUBoxg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/i-love-this-portable-rgb-light-the-zhiyun-fiveray-f100/">I LOVE THIS Portable RGB Light! The ZHIYUN Fiveray F100</a></h3><p class="card__excerpt">Portable RGB light - the ZHIYUN Fiveray F100 light stick. I love this light! Review, unboxing, specs, comparison with Aperture 120d, suggestions for improvement. Get the…</p><div class="card__meta"><span>December 2022</span><a href="/videos/2022/i-love-this-portable-rgb-light-the-zhiyun-fiveray-f100/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2022/fujifilm-firmware-updates-and-new-grip-tripod/"><img src="https://i.ytimg.com/vi/kXL5ddunMLo/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-firmware-updates-and-new-grip-tripod/">Fujifilm Firmware Updates and New Grip Tripod!</a></h3><p class="card__excerpt">Fujifilm firmware updates and new Grip Tripod information. Fujifilm released a new Firmware update in November 2022 that covers the following cameras: the X-T3, X-T4,…</p><div class="card__meta"><span>November 2022</span><a href="/videos/2022/fujifilm-firmware-updates-and-new-grip-tripod/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2022/the-problem-with-smartphone-apps-an-incomplete-review/"><img src="https://i.ytimg.com/vi/eG4r32wxk5A/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/the-problem-with-smartphone-apps-an-incomplete-review/">The Problem With Smartphone Apps (An Incomplete Review)</a></h3><p class="card__excerpt">The problem with Smartphone apps and the Yelangu L5 Dolly review. While this is a nice unit, until they release an app to be able to control it, I cannot recommend at…</p><div class="card__meta"><span>November 2022</span><a href="/videos/2022/the-problem-with-smartphone-apps-an-incomplete-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography xt5-training"><a class="card__media" href="/videos/2022/fujifilm-x-t5-camera-a-few-good-secrets/"><img src="https://i.ytimg.com/vi/pgHdxOl4Nao/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-x-t5-camera-a-few-good-secrets/">Fujifilm X-T5 Camera: A Few Good SECRETS!</a></h3><p class="card__excerpt">Fujifilm X-T5 camera has a few good settings that are different than the XT4, XT3, and XT2. If you are upgrading from one of those cameras, be sure to check out this…</p><div class="card__meta"><span>November 2022</span><a href="/videos/2022/fujifilm-x-t5-camera-a-few-good-secrets/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography xt5-training"><a class="card__media" href="/videos/2022/fujifilm-x-t5-setup-for-beginners/"><img src="https://i.ytimg.com/vi/jH02ELW5yIM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-x-t5-setup-for-beginners/">Fujifilm X-T5 Setup for Beginners</a></h3><p class="card__excerpt">Fujifilm X-T5 setup for beginners. Unboxing and setup, photography and still shooting settings, autofocus and manual focus settings, button, system, power, and screen…</p><div class="card__meta"><span>November 2022</span><a href="/videos/2022/fujifilm-x-t5-setup-for-beginners/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/30mm-macro-unboxing-xt5-first-look-and-update-and-hang-out/"><img src="https://i.ytimg.com/vi/35Xts72ioFc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/30mm-macro-unboxing-xt5-first-look-and-update-and-hang-out/">30mm Macro Unboxing, XT5 First Look and Update, and Hang Out 👍</a></h3><p class="card__excerpt">Let&#39;s hang out and unbox the new 30mm Macro, general Fuji news, etc. This is an informal stream just to connect and ring in the weekend! This is Electronic Campfire 17.</p><div class="card__meta"><span>November 2022</span><a href="/videos/2022/30mm-macro-unboxing-xt5-first-look-and-update-and-hang-out/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2022/flash-photography-basics-for-fujifilm-cameras-lesson-3/"><img src="https://i.ytimg.com/vi/YtpWjAbGCyE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/flash-photography-basics-for-fujifilm-cameras-lesson-3/">Flash Photography Basics for Fujifilm Cameras | Lesson 3</a></h3><p class="card__excerpt">Flash photography basics for Fujifilm cameras - Lesson 3. Get the flash off the camera using a remote wireless trigger. Get notified when I release a new video:</p><div class="card__meta"><span>November 2022</span><a href="/videos/2022/flash-photography-basics-for-fujifilm-cameras-lesson-3/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2022/get-rid-of-dust-reesibi-camera-air-blower-review/"><img src="https://i.ytimg.com/vi/Dgkjyt0OKig/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/get-rid-of-dust-reesibi-camera-air-blower-review/">Get Rid of DUST! Reesibi Camera Air Blower Review</a></h3><p class="card__excerpt">How to get rid of dust in home, work, studio, and from your camera gear and lenses: Use either the Reesibi C1 camera air blower or the R5 Air Duster. If you need to…</p><div class="card__meta"><span>November 2022</span><a href="/videos/2022/get-rid-of-dust-reesibi-camera-air-blower-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography lens-reviews"><a class="card__media" href="/videos/2022/7artisans-4mm-lens-for-fujifilm/"><img src="https://i.ytimg.com/vi/k_HudR9M3-g/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/7artisans-4mm-lens-for-fujifilm/">7Artisans 4mm Lens for Fujifilm</a></h3><p class="card__excerpt">7Artisans 4mm ultra wide angle lens for Fujifilm cameras review and sample photos. Also, tips when trying to shoot with a 4mm focal length. Get the lens here:</p><div class="card__meta"><span>November 2022</span><a href="/videos/2022/7artisans-4mm-lens-for-fujifilm/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2022/iphone-14-action-mode/"><img src="https://i.ytimg.com/vi/4wCZVkYfZYI/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/iphone-14-action-mode/">iPhone 14 Action Mode</a></h3><p class="card__excerpt">iPhone 14 Action Mode. Does Action Mode really make a difference? Let&#39;s test and find out! Get notified when I release a new video:</p><div class="card__meta"><span>November 2022</span><a href="/videos/2022/iphone-14-action-mode/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/xh2-zoom-news-channel-updates-and-hello/"><img src="https://i.ytimg.com/vi/w1_4T9lTcAc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/xh2-zoom-news-channel-updates-and-hello/">XH2 Zoom, News, Channel Updates, and Hello 👍</a></h3><p class="card__excerpt">Let&#39;s hang out and talk about XH2&#39;s Zoom, general Fuji news, and a few channel updates. This is an informal stream just to connect and ring in the weekend! This is…</p><div class="card__meta"><span>November 2022</span><a href="/videos/2022/xh2-zoom-news-channel-updates-and-hello/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="instax-cameras"><a class="card__media" href="/videos/2022/fujifilm-instax-square-printer-setup-and-review/"><img src="https://i.ytimg.com/vi/ks_lyuYlKSw/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">INSTAX Cameras</p><h3 class="card__title"><a href="/videos/2022/fujifilm-instax-square-printer-setup-and-review/">Fujifilm INSTAX Square Printer - Setup and Review</a></h3><p class="card__excerpt">Start editing now using my recommended video editing software:</p><div class="card__meta"><span>November 2022</span><a href="/videos/2022/fujifilm-instax-square-printer-setup-and-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="capture-one-training"><a class="card__media" href="/videos/2022/capture-one-23-all-the-new-features/"><img src="https://i.ytimg.com/vi/ZAt-fEzPHOE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Capture One Training</p><h3 class="card__title"><a href="/videos/2022/capture-one-23-all-the-new-features/">Capture One 23! All the New Features 🔥</a></h3><p class="card__excerpt">Capture One 23 - all the new features such as culling, groups, smart adjustments, layers in styles, edit capture time, and variants in separate albums. Get Capture One…</p><div class="card__meta"><span>November 2022</span><a href="/videos/2022/capture-one-23-all-the-new-features/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/fujifilm-x-t5-and-more-the-mr-jarble-show/"><img src="https://i.ytimg.com/vi/PK9UiKbNB8g/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/fujifilm-x-t5-and-more-the-mr-jarble-show/">Fujifilm X-T5, And More! The Mr. Jarble Show! 👍</a></h3><p class="card__excerpt">Let&#39;s hang out and talk about the new Fujifilm X-T5, the new Fuji product releases, and a few channel updates. This is an informal stream just to connect and ring in the…</p><div class="card__meta"><span>November 2022</span><a href="/videos/2022/fujifilm-x-t5-and-more-the-mr-jarble-show/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2022/fujifilm-xh2-xh2s-xt4-high-iso-low-noise/"><img src="https://i.ytimg.com/vi/wxd7QwyZlew/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-xh2-xh2s-xt4-high-iso-low-noise/">Fujifilm XH2 XH2s XT4 - High ISO, Low Noise</a></h3><p class="card__excerpt">How does the Fujifilm XH2, XH2s, and XT4 compare with very high ISO and noise? I test to find out! Sign up for new video notifications here:</p><div class="card__meta"><span>November 2022</span><a href="/videos/2022/fujifilm-xh2-xh2s-xt4-high-iso-low-noise/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2022/fujifilm-xt5-camera-features-performance-autofocus-ergonomics/"><img src="https://i.ytimg.com/vi/JdOr_5Ij1iA/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-xt5-camera-features-performance-autofocus-ergonomics/">Fujifilm XT5 Camera: Features, Performance, Autofocus, Ergonomics</a></h3><p class="card__excerpt">Fujifilm XT5 camera features, ergonomics, autofocus, and performance guide based on today&#39;s Fujifilm Summit. Full review coming. It is the Soul of Film in the Digital…</p><div class="card__meta"><span>November 2022</span><a href="/videos/2022/fujifilm-xt5-camera-features-performance-autofocus-ergonomics/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2022/fujifilm-x-t5-maybe-what-i-said-a-year-ago/"><img src="https://i.ytimg.com/vi/5rDPH4dtYSM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/fujifilm-x-t5-maybe-what-i-said-a-year-ago/">Fujifilm X-T5? Maybe? What I Said A Year Ago!!!</a></h3><p class="card__excerpt">The rumors are flying! What will be announced tomorrow? XT5? XH3? XT6H4? With less than 24 hours to go before a HUGE announcement from Fujifilm, here&#39;s a look back at…</p><div class="card__meta"><span>November 2022</span><a href="/videos/2022/fujifilm-x-t5-maybe-what-i-said-a-year-ago/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/xh2-and-xh2s-fuji-rumors-channel-updates-chat/"><img src="https://i.ytimg.com/vi/vO1oBWvK0Y4/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/xh2-and-xh2s-fuji-rumors-channel-updates-chat/">XH2 and XH2s, Fuji Rumors, Channel Updates, Chat</a></h3><p class="card__excerpt">Let&#39;s hang out and talk about Fuji gear, some pretty incredible rumors, and a few channel updates. This is an informal stream just to connect and ring in the weekend!…</p><div class="card__meta"><span>October 2022</span><a href="/videos/2022/xh2-and-xh2s-fuji-rumors-channel-updates-chat/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2022/fujifilm-xh2-three-settings-to-fix/"><img src="https://i.ytimg.com/vi/c5VV5ZvgzaU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-xh2-three-settings-to-fix/">Fujifilm XH2: Three Settings to Fix</a></h3><p class="card__excerpt">Fujifilm XH2 and XH2s. Three settings to fix to make the camera better and faster to adjust focus and ISO. Also, several tips to workaround the ISO button and focus mode…</p><div class="card__meta"><span>October 2022</span><a href="/videos/2022/fujifilm-xh2-three-settings-to-fix/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2022/fujifilm-pasm-dial-love-it-hate-it-use-it/"><img src="https://i.ytimg.com/vi/vEaRhnFNP5E/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-pasm-dial-love-it-hate-it-use-it/">Fujifilm PASM Dial - Love it? Hate it? Use it?</a></h3><p class="card__excerpt">A complete guide to setting up and using the PASM Dial on the Fujifilm XH2 and XH2s cameras.</p><div class="card__meta"><span>October 2022</span><a href="/videos/2022/fujifilm-pasm-dial-love-it-hate-it-use-it/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/i-love-this-velowave-electric-bike/"><img src="https://i.ytimg.com/vi/VOLpkSD7w-g/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/i-love-this-velowave-electric-bike/">I LOVE This! Velowave Electric Bike</a></h3><p class="card__excerpt">Electric bike review and unboxing - Velowave Ranger. This specific model I tested is more rugged for outdoors, trails, off-roading, etc. There are also city-friendly,…</p><div class="card__meta"><span>October 2022</span><a href="/videos/2022/i-love-this-velowave-electric-bike/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/fujifilm-xh2s-and-xh2-set-them-up-right/"><img src="https://i.ytimg.com/vi/2h_aTP5Levg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/fujifilm-xh2s-and-xh2-set-them-up-right/">Fujifilm XH2s and XH2: Set Them Up Right!</a></h3><p class="card__excerpt">Fujifilm XH2s and XH2 recommended settings and setup when you first turn on and start using the camera for the first time. Your settings will change over time, but these…</p><div class="card__meta"><span>October 2022</span><a href="/videos/2022/fujifilm-xh2s-and-xh2-set-them-up-right/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/anker-ganprime-series-7-great-chargers-for-your-devices/"><img src="https://i.ytimg.com/vi/7jgBYw7W36k/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/anker-ganprime-series-7-great-chargers-for-your-devices/">Anker GaNPrime Series 7 - GREAT Chargers for Your Devices</a></h3><p class="card__excerpt">Review of Anker’s new GaNPrime chargers, power banks, and charging stations for multiple devices. Check them out here: The GaNPrime 615, 727, 733, 735, 737, and 747…</p><div class="card__meta"><span>October 2022</span><a href="/videos/2022/anker-ganprime-series-7-great-chargers-for-your-devices/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2022/flash-photography-basics-for-fujifilm-cameras-lesson-2/"><img src="https://i.ytimg.com/vi/LPzuVD41Kbg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/flash-photography-basics-for-fujifilm-cameras-lesson-2/">Flash Photography Basics for Fujifilm Cameras | Lesson 2</a></h3><p class="card__excerpt">Flash photography basics for Fujifilm cameras - Lesson 2. Understand flash exposure, putting flash in manual mode, setting ISO, setting aperture, how aperture and…</p><div class="card__meta"><span>October 2022</span><a href="/videos/2022/flash-photography-basics-for-fujifilm-cameras-lesson-2/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/eufycam-3-review-solar-powered-security-camera-s330/"><img src="https://i.ytimg.com/vi/DOfNzZujYt0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/eufycam-3-review-solar-powered-security-camera-s330/">eufyCam 3 Review - Solar Powered Security Camera S330</a></h3><p class="card__excerpt">eufyCam 3 Review - Solar Powered Security Camera S330 from #eufySecurity. First look at new Eufy security cameras and eufyCam 3. #eufyCam3 now offers 4K footage and is…</p><div class="card__meta"><span>October 2022</span><a href="/videos/2022/eufycam-3-review-solar-powered-security-camera-s330/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/gear-gear-gear-unboxing/"><img src="https://i.ytimg.com/vi/7PvrebQXBUY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/gear-gear-gear-unboxing/">GEAR! GEAR! GEAR! Unboxing!!!!</a></h3><p class="card__excerpt">Let&#39;s hang out and unbox some Fuji gear. This is an informal stream just to connect and ring in the weekend!</p><div class="card__meta"><span>September 2022</span><a href="/videos/2022/gear-gear-gear-unboxing/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday"><a class="card__media" href="/videos/2022/new-fujifilm-updates-to-cameras-lenses-and-apps/"><img src="https://i.ytimg.com/vi/HFhaH83C5-8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/new-fujifilm-updates-to-cameras-lenses-and-apps/">New Fujifilm Updates to Cameras, Lenses, and Apps</a></h3><p class="card__excerpt">New Fujifilm firmware updates to cameras, lenses, and apps. These new updates are for the X-H2S, X-H2, X-T4, X-T3 and X-S10 cameras. Also, the XF 18-55mm F2.8-4 and XF…</p><div class="card__meta"><span>September 2022</span><a href="/videos/2022/new-fujifilm-updates-to-cameras-lenses-and-apps/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography lens-reviews"><a class="card__media" href="/videos/2022/tamron-17-70mm-lens-for-fujifilm-review/"><img src="https://i.ytimg.com/vi/KxUDUO-_b3k/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/tamron-17-70mm-lens-for-fujifilm-review/">Tamron 17-70mm Lens for Fujifilm Review</a></h3><p class="card__excerpt">1 Year of AUDIIO for 70% off, use promo code: PAL2TECH 70 :</p><div class="card__meta"><span>September 2022</span><a href="/videos/2022/tamron-17-70mm-lens-for-fujifilm-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/finishing-what-i-started-40-years-later/"><img src="https://i.ytimg.com/vi/kvwwarvyk2c/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/finishing-what-i-started-40-years-later/">Finishing What I Started (40 Years Later)</a></h3><p class="card__excerpt">Special thank you to Family Orthodontics PTC. I won&#39;t take these off until you say it&#39;s ok, I promise! 👍</p><div class="card__meta"><span>September 2022</span><a href="/videos/2022/finishing-what-i-started-40-years-later/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/fujifilm-family-summit-and-fun-electronic-campfire-12/"><img src="https://i.ytimg.com/vi/9BqRMHxvRfg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/fujifilm-family-summit-and-fun-electronic-campfire-12/">Fujifilm Family, Summit, and Fun! - Electronic Campfire 12</a></h3><p class="card__excerpt">Let&#39;s hang out and talk about Fujifilm. I will share with you my experiences in meeting some of the employees, the Summit, and my thoughts on the event.This will be an…</p><div class="card__meta"><span>September 2022</span><a href="/videos/2022/fujifilm-family-summit-and-fun-electronic-campfire-12/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2022/fujifilm-xh2-review-specs-images-video-and-ergonomics/"><img src="https://i.ytimg.com/vi/Wy3e_c4Vy-U/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-xh2-review-specs-images-video-and-ergonomics/">Fujifilm XH2 Review - Specs, Images, Video, and Ergonomics</a></h3><p class="card__excerpt">Fujifilm XH2 camera review of specs, images, video performance, and camera features. Hands-on review of ergonomics and both 50mm and 18-120mm Fujinon lenses. NOTE: This…</p><div class="card__meta"><span>September 2022</span><a href="/videos/2022/fujifilm-xh2-review-specs-images-video-and-ergonomics/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2022/how-i-edit-my-videos/"><img src="https://i.ytimg.com/vi/Ausepg9aAKU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/how-i-edit-my-videos/">How I Edit My Videos</a></h3><p class="card__excerpt">Final Cut Pro editing workflow and how I edit my videos. Each of these topics deserves an entire video, if not a full series on how it&#39;s done, but this should give you a…</p><div class="card__meta"><span>September 2022</span><a href="/videos/2022/how-i-edit-my-videos/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography lens-reviews"><a class="card__media" href="/videos/2022/fujifilm-xh2-features-review-my-trip-to-fuji-x-summit/"><img src="https://i.ytimg.com/vi/14wCTpUzCEk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/fujifilm-xh2-features-review-my-trip-to-fuji-x-summit/">Fujifilm XH2 Features Review (My Trip to Fuji X Summit)</a></h3><p class="card__excerpt">Fujifilm X-H2 Features Review and my recent trip to Fujifilm X Summit in New York City. Overview of the XH2 camera specs, the Fujifilm XF 56mm f/1.2 lens, and the…</p><div class="card__meta"><span>September 2022</span><a href="/videos/2022/fujifilm-xh2-features-review-my-trip-to-fuji-x-summit/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/10-awesome-mac-computer-tips/"><img src="https://i.ytimg.com/vi/jtJnzqrV4mo/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/10-awesome-mac-computer-tips/">10 Awesome Mac Computer Tips!</a></h3><p class="card__excerpt">10 awesome Mac computer tips for faster workflow, productivity, and easier management of photos, files and windows. Get notified when I release a new video:</p><div class="card__meta"><span>September 2022</span><a href="/videos/2022/10-awesome-mac-computer-tips/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/creators-best-friend-electronic-campfire-11/"><img src="https://i.ytimg.com/vi/w0MZuQktVTk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/creators-best-friend-electronic-campfire-11/">Creator&#39;s Best Friend - Electronic Campfire 11</a></h3><p class="card__excerpt">Let&#39;s hang out and talk about Creator&#39;s Best Friend. It&#39;s not what you think. And this should be an interesting stream, especially if you are editing video. This will be…</p><div class="card__meta"><span>September 2022</span><a href="/videos/2022/creators-best-friend-electronic-campfire-11/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography lens-reviews"><a class="card__media" href="/videos/2022/fujifilm-16mm-prime-why-i-use-this-lens/"><img src="https://i.ytimg.com/vi/JlDOkTYsqDc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/fujifilm-16mm-prime-why-i-use-this-lens/">Fujifilm 16mm Prime | Why I Use This Lens!</a></h3><p class="card__excerpt">Fujifilm 16mm f/1.4 prime lens: Why I use this lens and what I love about it. Does a lens like this for shooting video footage belong in an era of smartphones? Very…</p><div class="card__meta"><span>September 2022</span><a href="/videos/2022/fujifilm-16mm-prime-why-i-use-this-lens/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2022/great-camera-cage-for-fujifilm-x-t4-falcam-f22-review/"><img src="https://i.ytimg.com/vi/RY4FdhFbfzk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/great-camera-cage-for-fujifilm-x-t4-falcam-f22-review/">GREAT Camera Cage For Fujifilm X-T4 | Falcam F22 Review</a></h3><p class="card__excerpt">Great camera cage for Fujifilm X-T4 camera is the Falcam F22 from Ulanzi. This cage is part of the Falcam F22 Quick Release System. Review goes over the major…</p><div class="card__meta"><span>August 2022</span><a href="/videos/2022/great-camera-cage-for-fujifilm-x-t4-falcam-f22-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2022/my-favorite-video-editing-trick/"><img src="https://i.ytimg.com/vi/Ra2UPT6YrM8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/my-favorite-video-editing-trick/">My FAVORITE Video Editing Trick!</a></h3><p class="card__excerpt">My favorite video editing trick to use in Final Cut Pro and Adobe Premier Pro involves making great slow motion footage when stuck using footage shot with low frame…</p><div class="card__meta"><span>August 2022</span><a href="/videos/2022/my-favorite-video-editing-trick/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/fujifilm-iso-invariance-electronic-campfire-10/"><img src="https://i.ytimg.com/vi/qmHTUToJtak/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/fujifilm-iso-invariance-electronic-campfire-10/">Fujifilm ISO Invariance - Electronic Campfire 10</a></h3><p class="card__excerpt">Let&#39;s hang out and talk about ISO Invariance on Fujifilm cameras. What is ISO invariance? And why would you want to use it? This will be an informal live stream lasting…</p><div class="card__meta"><span>August 2022</span><a href="/videos/2022/fujifilm-iso-invariance-electronic-campfire-10/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2022/flash-photography-basics-for-fujifilm-cameras-lesson-1/"><img src="https://i.ytimg.com/vi/-PHXi7NTB8k/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/flash-photography-basics-for-fujifilm-cameras-lesson-1/">Flash Photography Basics for Fujifilm Cameras | Lesson 1</a></h3><p class="card__excerpt">Flash photography basics for Fujifilm cameras - Lesson 1. Best flash for Fujifilm cameras, benefits of using flash, setting up flash in TTL mode, slow sync, and first…</p><div class="card__meta"><span>August 2022</span><a href="/videos/2022/flash-photography-basics-for-fujifilm-cameras-lesson-1/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="capture-one-training"><a class="card__media" href="/videos/2022/capture-one-22-easier-to-use-than-ever/"><img src="https://i.ytimg.com/vi/nrMtYLATsYk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Capture One Training</p><h3 class="card__title"><a href="/videos/2022/capture-one-22-easier-to-use-than-ever/">Capture One 22: Easier To Use Than Ever!</a></h3><p class="card__excerpt">Capture One 22 is easier to use than ever before. New features in Capture One are designed to save you time, add more flexibility, and offer better RAW photo editing for…</p><div class="card__meta"><span>August 2022</span><a href="/videos/2022/capture-one-22-easier-to-use-than-ever/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/apple-raw-photos-to-mac-using-airdrop/"><img src="https://i.ytimg.com/vi/_jS9Jarm94M/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/apple-raw-photos-to-mac-using-airdrop/">Apple RAW Photos To Mac Using AirDrop</a></h3><p class="card__excerpt">How to transfer Apple RAW photos to your Mac using AirDrop. Apple&#39;s ProRAW format allows for better editing, more flexibility, and improved image quality vs. normal JPEG…</p><div class="card__meta"><span>August 2022</span><a href="/videos/2022/apple-raw-photos-to-mac-using-airdrop/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/gift-from-fujifilm-electronic-campfire-9/"><img src="https://i.ytimg.com/vi/SONKO2JvZm8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/gift-from-fujifilm-electronic-campfire-9/">&quot;Gift&quot; From Fujifilm? - Electronic Campfire 9</a></h3><p class="card__excerpt">Let&#39;s hang out and talk about this weird &quot;Gift&quot; icon thing from Fujifilm that appears on their cameras. I&#39;ll also hang out and interact with the live audience. This will…</p><div class="card__meta"><span>August 2022</span><a href="/videos/2022/gift-from-fujifilm-electronic-campfire-9/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday iso"><a class="card__media" href="/videos/2022/fujifilm-cameras-how-to-reduce-4k-video-noise/"><img src="https://i.ytimg.com/vi/IPELHeTAUuA/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-cameras-how-to-reduce-4k-video-noise/">Fujifilm Cameras: How To Reduce 4K Video Noise</a></h3><p class="card__excerpt">How to reduce 4K video noise on Fujifilm cameras. Specifically, noise caused by high ISO ranges using the 4K Interframe Noise Reduction setting. Get notified when I…</p><div class="card__meta"><span>August 2022</span><a href="/videos/2022/fujifilm-cameras-how-to-reduce-4k-video-noise/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2022/why-i-make-fujifilm-videos/"><img src="https://i.ytimg.com/vi/VjOXqq03oIA/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/why-i-make-fujifilm-videos/">Why I Make Fujifilm Videos</a></h3><p class="card__excerpt">Why I make Fujifilm videos. I explain why this channel has made so many videos about Fujifilm cameras.</p><div class="card__meta"><span>August 2022</span><a href="/videos/2022/why-i-make-fujifilm-videos/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2022/fujifilm-camera-file-previews-on-mac-finder/"><img src="https://i.ytimg.com/vi/Y_cl4ytLQ-M/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-camera-file-previews-on-mac-finder/">Fujifilm Camera File Previews On Mac Finder</a></h3><p class="card__excerpt">Fujifilm Camera file previews on the Mac finder are both inconsistent and frustrating to browse through using Mac&#39;s Finder. I go over why, as well as some workarounds…</p><div class="card__meta"><span>August 2022</span><a href="/videos/2022/fujifilm-camera-file-previews-on-mac-finder/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/understanding-aperture-on-fujifilm-cameras-electronic-campfire-8/"><img src="https://i.ytimg.com/vi/3AeF6AAzKag/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/understanding-aperture-on-fujifilm-cameras-electronic-campfire-8/">Understanding Aperture On Fujifilm Cameras - Electronic Campfire 8</a></h3><p class="card__excerpt">Let&#39;s hang out and talk about Fujifilm Aperture on their X Series of cameras. How it works, how I set mine, and some tips/tricks. I&#39;ll also hang out and interact with…</p><div class="card__meta"><span>August 2022</span><a href="/videos/2022/understanding-aperture-on-fujifilm-cameras-electronic-campfire-8/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2022/godox-light-la200bi-review-why-its-better-than-aputure-amaran/"><img src="https://i.ytimg.com/vi/BGKGj4z7Jjk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/godox-light-la200bi-review-why-its-better-than-aputure-amaran/">GODOX Light LA200Bi Review - Why It&#39;s Better Than Aputure Amaran!</a></h3><p class="card__excerpt">GODOX Light LA200Bi Review and why it&#39;s better than Aputure Amaran lights. This video is brought to you by pal2tech BACKSTAGE:</p><div class="card__meta"><span>August 2022</span><a href="/videos/2022/godox-light-la200bi-review-why-its-better-than-aputure-amaran/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2022/fujifilm-users-remember-this-about-ibis/"><img src="https://i.ytimg.com/vi/8RMEScVXQAc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-users-remember-this-about-ibis/">Fujifilm Users, Remember THIS About IBIS!</a></h3><p class="card__excerpt">This video discusses why IBIS cannot fix blurry photos in a number of shooting situations, as well as how you can better prevent subject motion from happening.</p><div class="card__meta"><span>August 2022</span><a href="/videos/2022/fujifilm-users-remember-this-about-ibis/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2022/iphone-as-webcam-in-ios-16-desk-view-and-2-camera-setup/"><img src="https://i.ytimg.com/vi/81q1eRmHuMk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/iphone-as-webcam-in-ios-16-desk-view-and-2-camera-setup/">iPhone As Webcam In iOS 16 (Desk View and 2-Camera Setup)</a></h3><p class="card__excerpt">How to setup and use iPhone as a webcam in iOS 16. How to use two (dual) cameras with a single iPhone using the new Desk View feature. These are part of Continuity…</p><div class="card__meta"><span>August 2022</span><a href="/videos/2022/iphone-as-webcam-in-ios-16-desk-view-and-2-camera-setup/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/lets-talk-about-auto-iso-electronic-campfire-7/"><img src="https://i.ytimg.com/vi/FrcUJ8wakt8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/lets-talk-about-auto-iso-electronic-campfire-7/">Let&#39;s Talk About Auto ISO - Electronic Campfire 7</a></h3><p class="card__excerpt">Let&#39;s hang out and talk about Fujifilm Auto ISO on their X Series of cameras. How it works, how I set mine, and some tips/tricks. I&#39;ll also hang out and interact with…</p><div class="card__meta"><span>August 2022</span><a href="/videos/2022/lets-talk-about-auto-iso-electronic-campfire-7/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday"><a class="card__media" href="/videos/2022/why-i-love-the-fujifilm-x-t3-camera/"><img src="https://i.ytimg.com/vi/ej0Ktg8rc8E/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/why-i-love-the-fujifilm-x-t3-camera/">Why I LOVE the Fujifilm X-T3 Camera</a></h3><p class="card__excerpt">Why I love the Fujifilm X-T3 camera. Here are 10 reasons I love the original Fujifilm X-T3 camera, from the ergonomics to the photography and video options.</p><div class="card__meta"><span>August 2022</span><a href="/videos/2022/why-i-love-the-fujifilm-x-t3-camera/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2022/fujifilm-monochromatic-color-for-video/"><img src="https://i.ytimg.com/vi/1DjPcSJQHgg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-monochromatic-color-for-video/">Fujifilm Monochromatic Color for Video</a></h3><p class="card__excerpt">Fujifilm monochromatic color feature on various cameras, such as the X-T4 for shooting video. If you want a specific monochromatic color look to your footage, then by…</p><div class="card__meta"><span>August 2022</span><a href="/videos/2022/fujifilm-monochromatic-color-for-video/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/quickly-convert-images-to-jpeg-on-a-mac/"><img src="https://i.ytimg.com/vi/WL3xAVzbRA0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/quickly-convert-images-to-jpeg-on-a-mac/">Quickly Convert Images to JPEG on a Mac</a></h3><p class="card__excerpt">How to convert images to JPEG on a Mac without special software or Photoshop. Also works for batch converting images such as RAW files, TIFF files, PSD files, etc. Get…</p><div class="card__meta"><span>August 2022</span><a href="/videos/2022/quickly-convert-images-to-jpeg-on-a-mac/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/direction-and-changes-to-channel-electronic-campfire-6/"><img src="https://i.ytimg.com/vi/jUTw4sWt9_8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/direction-and-changes-to-channel-electronic-campfire-6/">Direction and Changes to Channel | Electronic Campfire 6</a></h3><p class="card__excerpt">Let&#39;s hang out and talk about the direction and changes I&#39;ll be making to the channel. This will be an informal live stream lasting about 30 minutes.</p><div class="card__meta"><span>July 2022</span><a href="/videos/2022/direction-and-changes-to-channel-electronic-campfire-6/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2022/fujifilm-cameras-how-to-fix-the-999-image-problem/"><img src="https://i.ytimg.com/vi/spACqTMs6a0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-cameras-how-to-fix-the-999-image-problem/">Fujifilm Cameras: How To Fix The 999 Image Problem</a></h3><p class="card__excerpt">Fujifilm Cameras: how to fix the 999-image problem on SD Cards. This video discusses how to fix some Fujifilm memory card issues and problems, specifically using an…</p><div class="card__meta"><span>July 2022</span><a href="/videos/2022/fujifilm-cameras-how-to-fix-the-999-image-problem/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="lens-reviews"><a class="card__media" href="/videos/2022/why-im-getting-rid-of-this-camera-lens/"><img src="https://i.ytimg.com/vi/_ylIBmqWj98/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Lens Reviews</p><h3 class="card__title"><a href="/videos/2022/why-im-getting-rid-of-this-camera-lens/">Why I&#39;m Getting Rid Of This Camera Lens</a></h3><p class="card__excerpt">Why I’m getting rid of this Fujifilm camera lens. BTW, check me out on Medium:</p><div class="card__meta"><span>July 2022</span><a href="/videos/2022/why-im-getting-rid-of-this-camera-lens/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/message-to-all-subscribers-fake-pal2tech-channels/"><img src="https://i.ytimg.com/vi/fv7mR-VGMvA/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/message-to-all-subscribers-fake-pal2tech-channels/">Message to All Subscribers: Fake Pal2Tech Channels</a></h3><p class="card__excerpt">My message to all subscribers about fake pal2tech channels trying to steal from my audience. Now I have to get back to what I was doing this awesome Sunday so I guess…</p><div class="card__meta"><span>July 2022</span><a href="/videos/2022/message-to-all-subscribers-fake-pal2tech-channels/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography fast-friday lens-reviews"><a class="card__media" href="/videos/2022/use-canon-or-nikon-lenses-with-fujifilm-cameras/"><img src="https://i.ytimg.com/vi/wlU7jiDNyf0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/use-canon-or-nikon-lenses-with-fujifilm-cameras/">Use Canon or Nikon Lenses with Fujifilm Cameras!</a></h3><p class="card__excerpt">Use Canon or Nikon lenses with Fujifilm cameras. Fringer adapters for Fujifilm to use Canon and Nikon lenses on Fujifilm&#39;s X-Mount system. Fringer EF-FX Pro 2 compared…</p><div class="card__meta"><span>July 2022</span><a href="/videos/2022/use-canon-or-nikon-lenses-with-fujifilm-cameras/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/fujifilm-about-these-firmware-updates/"><img src="https://i.ytimg.com/vi/GYrs2gPwlzs/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/fujifilm-about-these-firmware-updates/">Fujifilm, About These Firmware Updates...</a></h3><p class="card__excerpt">About Fujifilm firmware updates, Kaizen, and a discussion about the recent state of older Fujifilm cameras. LEAVE NO CAMERA BEHIND!!! And no, I&#39;m not recommending paying…</p><div class="card__meta"><span>July 2022</span><a href="/videos/2022/fujifilm-about-these-firmware-updates/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/i-didnt-know-what-i-was-doing-anymore-100k-part-2-of-2/"><img src="https://i.ytimg.com/vi/ax5wxZwC2Pc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/i-didnt-know-what-i-was-doing-anymore-100k-part-2-of-2/">I Didn&#39;t Know What I Was Doing Anymore (100K Part 2 of 2)</a></h3><p class="card__excerpt">This is Part 2 of my 100K subscriber video in which I discuss the reason I created this channel. At this point, the 100K milestone is complete and I look forward to…</p><div class="card__meta"><span>July 2022</span><a href="/videos/2022/i-didnt-know-what-i-was-doing-anymore-100k-part-2-of-2/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="instax-cameras"><a class="card__media" href="/videos/2022/fujifilm-instax-mini-link-2-best-smartphone-printer/"><img src="https://i.ytimg.com/vi/4D1MIJITP4E/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">INSTAX Cameras</p><h3 class="card__title"><a href="/videos/2022/fujifilm-instax-mini-link-2-best-smartphone-printer/">Fujifilm INSTAX Mini Link 2: BEST Smartphone Printer!</a></h3><p class="card__excerpt">Fujifilm INSTAX Mini Link 2 best smartphone printer. Review and setup guide. How to use the INSTAX Mini, setup, and unboxing. Also, how to use features such as video…</p><div class="card__meta"><span>July 2022</span><a href="/videos/2022/fujifilm-instax-mini-link-2-best-smartphone-printer/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/installing-a-security-camera-light-eufy-floodlight-cam-2-pro-review-and-setup/"><img src="https://i.ytimg.com/vi/-RLxKozi-QE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/installing-a-security-camera-light-eufy-floodlight-cam-2-pro-review-and-setup/">Installing a Security Camera Light - Eufy Floodlight Cam 2 Pro Review and Setup</a></h3><p class="card__excerpt">This video is brought to you by Eufy Security. A special thank you to Eufy Security for supporting this channel. The Floodlight Cam 2 Pro is on sale for Prime Day only…</p><div class="card__meta"><span>July 2022</span><a href="/videos/2022/installing-a-security-camera-light-eufy-floodlight-cam-2-pro-review-and-setup/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2022/fujifilm-firmware-update-and-one-push-autofocus/"><img src="https://i.ytimg.com/vi/sEtv2UIxcug/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-firmware-update-and-one-push-autofocus/">Fujifilm Firmware Update and One-Push Autofocus</a></h3><p class="card__excerpt">Fujifilm firmware update and first look at one-push autofocus. Fujifilm released a new Firmware update in June 2022 that covers the following cameras: the X-T3, X-T4,…</p><div class="card__meta"><span>July 2022</span><a href="/videos/2022/fujifilm-firmware-update-and-one-push-autofocus/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="fast-friday"><a class="card__media" href="/videos/2022/100-000-subscribers-celebration-a-look-back-part-1-of-2-pal2tech/"><img src="https://i.ytimg.com/vi/mZ8fbanPEm4/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Fast Friday</p><h3 class="card__title"><a href="/videos/2022/100-000-subscribers-celebration-a-look-back-part-1-of-2-pal2tech/">100,000 Subscribers Celebration: A Look Back (Part 1 of 2) | pal2tech</a></h3><p class="card__excerpt">100,000</p><div class="card__meta"><span>July 2022</span><a href="/videos/2022/100-000-subscribers-celebration-a-look-back-part-1-of-2-pal2tech/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/fujifilm-new-cameras-and-lenses-electronic-campfire-5/"><img src="https://i.ytimg.com/vi/TgLIbB18ANk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/fujifilm-new-cameras-and-lenses-electronic-campfire-5/">Fujifilm New Cameras and Lenses! | Electronic Campfire 5</a></h3><p class="card__excerpt">Let&#39;s hang out and talk about the new Fujifilm cameras and lenses announced at the recent X-Summit. This will be an informal live stream to debrief after this crazy week.</p><div class="card__meta"><span>June 2022</span><a href="/videos/2022/fujifilm-new-cameras-and-lenses-electronic-campfire-5/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography lens-reviews"><a class="card__media" href="/videos/2022/fujifilm-xh2s-features-review-fujis-perfect-hybrid-camera/"><img src="https://i.ytimg.com/vi/Qe4gQ6t3eYc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/fujifilm-xh2s-features-review-fujis-perfect-hybrid-camera/">Fujifilm XH2s Features Review: Fuji&#39;s Perfect Hybrid Camera?</a></h3><p class="card__excerpt">#fujifilm #xh2s #photography</p><div class="card__meta"><span>May 2022</span><a href="/videos/2022/fujifilm-xh2s-features-review-fujis-perfect-hybrid-camera/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography lens-reviews"><a class="card__media" href="/videos/2022/ttartisan-50mm-f-0-95-lens-review/"><img src="https://i.ytimg.com/vi/nwbUYk9Ckos/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/ttartisan-50mm-f-0-95-lens-review/">TTArtisan 50mm f/0.95 Lens Review</a></h3><p class="card__excerpt">Review of TTArtisan 50mm f/0.95 lens for Fujifilm cameras. Sign up for Renderforest here: and special thanks to Renderforest for sponsoring this video.</p><div class="card__meta"><span>May 2022</span><a href="/videos/2022/ttartisan-50mm-f-0-95-lens-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2022/why-fujifilm-why/"><img src="https://i.ytimg.com/vi/UriA7kyLvYw/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/why-fujifilm-why/">Why, Fujifilm? Why? 😀</a></h3><p class="card__excerpt">The Fujifilm Great Disappearing Blank LCD Screen camera issue that happens when you switch into Large Indicators Mode. You are unable to remove the overlays on the…</p><div class="card__meta"><span>May 2022</span><a href="/videos/2022/why-fujifilm-why/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday"><a class="card__media" href="/videos/2022/fujifilm-focus-area-and-aperture-ring-tips/"><img src="https://i.ytimg.com/vi/XH_FIN3hUjY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-focus-area-and-aperture-ring-tips/">Fujifilm Focus Area and Aperture Ring Tips</a></h3><p class="card__excerpt">Fujifilm focus area and aperture ring tips for Fujifilm X series of cameras. How to enable depth of field preview, move aperture settings from Fujifilm lens to camera,…</p><div class="card__meta"><span>May 2022</span><a href="/videos/2022/fujifilm-focus-area-and-aperture-ring-tips/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2022/my-editing-and-b-roll-desk-flexispot-e7-review/"><img src="https://i.ytimg.com/vi/k9t3oiv_kyg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/my-editing-and-b-roll-desk-flexispot-e7-review/">My Editing and B-Roll Desk (Flexispot E7 Review)</a></h3><p class="card__excerpt">This video is sponsored by Flexispot - a special thank you to them for supporting this channel.</p><div class="card__meta"><span>May 2022</span><a href="/videos/2022/my-editing-and-b-roll-desk-flexispot-e7-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2022/fujifilm-raw-vs-jpeg-vs-tiff/"><img src="https://i.ytimg.com/vi/RSGI8c_Lq4k/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-raw-vs-jpeg-vs-tiff/">Fujifilm RAW vs JPEG vs TIFF</a></h3><p class="card__excerpt">Examination of ability to use RAW, JPEG, and TIFF files on Fujifilm cameras such as the X-T4 and GFX line. Comparison between image quality on RAW vs. converted TIFF, as…</p><div class="card__meta"><span>May 2022</span><a href="/videos/2022/fujifilm-raw-vs-jpeg-vs-tiff/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2022/using-the-fujifilm-dials-with-the-exposure-triangle/"><img src="https://i.ytimg.com/vi/8dk1eDYn0Qo/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/using-the-fujifilm-dials-with-the-exposure-triangle/">Using the Fujifilm Dials With the Exposure Triangle</a></h3><p class="card__excerpt">How to use the Fujifilm camera dials to set ISO, Shutter Speed, and Aperture. New to Fujifilm? This video will help you to understand how to use Automatic, Manual, and…</p><div class="card__meta"><span>May 2022</span><a href="/videos/2022/using-the-fujifilm-dials-with-the-exposure-triangle/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2022/phone-as-camera-monitor/"><img src="https://i.ytimg.com/vi/W89gCWD3_Bw/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/phone-as-camera-monitor/">Phone As Camera Monitor</a></h3><p class="card__excerpt">Use your Android phone as a camera monitor to view, record and live stream your mirrorless or DSLR camera footage via the HDMI port. Full review of the Accsoon M1…</p><div class="card__meta"><span>May 2022</span><a href="/videos/2022/phone-as-camera-monitor/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/domain-name-tips-electronic-campfire-4/"><img src="https://i.ytimg.com/vi/GyJjFbvzSAw/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/domain-name-tips-electronic-campfire-4/">Domain Name Tips | Electronic Campfire 4</a></h3><p class="card__excerpt">Do you have your own website for your business? Join me live where we&#39;ll hang out and go over some photography/filmmaking domain name tips.</p><div class="card__meta"><span>April 2022</span><a href="/videos/2022/domain-name-tips-electronic-campfire-4/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday"><a class="card__media" href="/videos/2022/fujifilm-camera-crop-factor/"><img src="https://i.ytimg.com/vi/_7nzlBVjJLA/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-camera-crop-factor/">Fujifilm Camera Crop Factor</a></h3><p class="card__excerpt">Fujifilm camera crop factor for video is discussed in how it pertains to shooting at 4K 60 fps, high-speed video recording, and enabling digital image stabilization. Get…</p><div class="card__meta"><span>April 2022</span><a href="/videos/2022/fujifilm-camera-crop-factor/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2022/smartphone-video-cage-review-ulanzi/"><img src="https://i.ytimg.com/vi/-Lzlh-M3vRY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/smartphone-video-cage-review-ulanzi/">Smartphone Video Cage Review - Ulanzi</a></h3><p class="card__excerpt">Smartphone video cage review of the new Ulanzi Lino metal rig for smartphone cameras. Basically, it&#39;s a phone holder, rig, cage system, and can help as a phone…</p><div class="card__meta"><span>April 2022</span><a href="/videos/2022/smartphone-video-cage-review-ulanzi/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography lens-reviews"><a class="card__media" href="/videos/2022/viltrox-13mm-fujifilm-review-incredible/"><img src="https://i.ytimg.com/vi/CnkQLWRwKzs/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/viltrox-13mm-fujifilm-review-incredible/">Viltrox 13mm Fujifilm Review - Incredible!</a></h3><p class="card__excerpt">Viltrox 13mm Fujifilm lens review. Full specs and unboxing, image quality, autofocus, video autofocus, focus breathing, face eye autodetect, a comparison to 16mm Fuji…</p><div class="card__meta"><span>April 2022</span><a href="/videos/2022/viltrox-13mm-fujifilm-review-incredible/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2022/dxo-pureraw-2-fujifilm-any-good/"><img src="https://i.ytimg.com/vi/xtCidx2bFEE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/dxo-pureraw-2-fujifilm-any-good/">DxO PureRAW 2 Fujifilm - Any Good?</a></h3><p class="card__excerpt">DxO PureRAW 2 for Fujifilm review and tutorial. How to use DxO PureRAW 2, lens profiles, testing and comparing RAW files, color shifting, applying PureRAW to previously…</p><div class="card__meta"><span>April 2022</span><a href="/videos/2022/dxo-pureraw-2-fujifilm-any-good/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2022/manfrotto-move-system-great-camera-mount/"><img src="https://i.ytimg.com/vi/yYdEjKgJ0OM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/manfrotto-move-system-great-camera-mount/">Manfrotto Move System | GREAT Camera Mount!</a></h3><p class="card__excerpt">Manfrotto Move camera mount system review and tutorial. Shooting with multiple mounts, unboxing and specs, and how to use the Manfrotto Move to save time during shooting.</p><div class="card__meta"><span>April 2022</span><a href="/videos/2022/manfrotto-move-system-great-camera-mount/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/im-switching-to-sony-electronic-campfire-3/"><img src="https://i.ytimg.com/vi/j34QaxnADcE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/im-switching-to-sony-electronic-campfire-3/">I&#39;m Switching to Sony | Electronic Campfire 3</a></h3><p class="card__excerpt">I&#39;m switching to Sony.</p><div class="card__meta"><span>April 2022</span><a href="/videos/2022/im-switching-to-sony-electronic-campfire-3/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2022/understanding-zone-autofocus-on-fujifilm-cameras/"><img src="https://i.ytimg.com/vi/-myN8tCCgRI/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/understanding-zone-autofocus-on-fujifilm-cameras/">Understanding Zone Autofocus on Fujifilm Cameras</a></h3><p class="card__excerpt">Understanding zone autofocus on Fujifilm cameras and how to best use camera settings to improve Fujifilm autofocus for zone vs. focus point. Zone autofocus is a…</p><div class="card__meta"><span>April 2022</span><a href="/videos/2022/understanding-zone-autofocus-on-fujifilm-cameras/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2022/fujifilm-camera-firmware-update/"><img src="https://i.ytimg.com/vi/M78iELJEx3Q/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-camera-firmware-update/">Fujifilm Camera Firmware Update</a></h3><p class="card__excerpt">Fujifilm released a firmware update for their GFX100, GFX100S, X-Pro3, X-T4, X-S10, and X-100V cameras. The new XLR audio feature was added for the X-T4 and X-S10 and I…</p><div class="card__meta"><span>March 2022</span><a href="/videos/2022/fujifilm-camera-firmware-update/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/why-i-dont-watch-the-oscars-and-what-i-do-instead/"><img src="https://i.ytimg.com/vi/AzZy67bIWiU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/why-i-dont-watch-the-oscars-and-what-i-do-instead/">Why I Don&#39;t Watch the Oscars (and What I Do Instead)</a></h3><p class="card__excerpt">I stopped watching the #oscars for the first time in over 40 years. This is why quit watching the Academy Awards. And, what I do instead to honor filmmaking in my own…</p><div class="card__meta"><span>March 2022</span><a href="/videos/2022/why-i-dont-watch-the-oscars-and-what-i-do-instead/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/luck-and-your-photography-electronic-campfire-2/"><img src="https://i.ytimg.com/vi/OozseE8rIUE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/luck-and-your-photography-electronic-campfire-2/">Luck and Your Photography | Electronic Campfire 2</a></h3><p class="card__excerpt">How does good luck play a role in both a photography business and in your photos themselves?</p><div class="card__meta"><span>March 2022</span><a href="/videos/2022/luck-and-your-photography-electronic-campfire-2/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography lens-reviews"><a class="card__media" href="/videos/2022/fujifilm-18-55-vs-16-55-lens-for-video/"><img src="https://i.ytimg.com/vi/RaO6ibE72EE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-18-55-vs-16-55-lens-for-video/">Fujifilm 18-55 vs. 16-55 Lens for Video</a></h3><p class="card__excerpt">Fujifilm 18-55 lens vs. 16-55. Which is best lens for shooting video? Comparisons of price, ergonomics, background and depth of field, autofocus, image quality,…</p><div class="card__meta"><span>March 2022</span><a href="/videos/2022/fujifilm-18-55-vs-16-55-lens-for-video/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/the-importance-of-connection-electronic-campfire-1/"><img src="https://i.ytimg.com/vi/ZJLyVrFT-UI/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/the-importance-of-connection-electronic-campfire-1/">The Importance of Connection | Electronic Campfire 1</a></h3><p class="card__excerpt">In this debut episode of my electronic campfire live stream, I discuss the importance of connection, whether in photography, running a YouTube channel, or any endeavor.</p><div class="card__meta"><span>March 2022</span><a href="/videos/2022/the-importance-of-connection-electronic-campfire-1/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday"><a class="card__media" href="/videos/2022/fujifilm-focus-check-clarification/"><img src="https://i.ytimg.com/vi/aKTMMJPxwTc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-focus-check-clarification/">Fujifilm Focus Check Clarification</a></h3><p class="card__excerpt">This is a follow up video clarifying information from this initial Fujifilm Focus Check video: Hopefully this will clear up the confusion and X-T4 owners should all have…</p><div class="card__meta"><span>March 2022</span><a href="/videos/2022/fujifilm-focus-check-clarification/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday"><a class="card__media" href="/videos/2022/fujifilm-focus-check/"><img src="https://i.ytimg.com/vi/t10f1MoQklc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-focus-check/">Fujifilm Focus Check</a></h3><p class="card__excerpt">IMPORTANT - IMPORTANT - IMPORTANT. There is a setting called &#39;Focus Check Lock&#39; that toggles the behavior. PLEASE SEE THIS VIDEO: My apologizes for any confusion!</p><div class="card__meta"><span>March 2022</span><a href="/videos/2022/fujifilm-focus-check/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2022/led-light-softbox-review-falcon-eyes-aparo/"><img src="https://i.ytimg.com/vi/I-5szrxCoVA/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/led-light-softbox-review-falcon-eyes-aparo/">LED Light Softbox Review - Falcon Eyes APARO</a></h3><p class="card__excerpt">Review of the Falcon Eyes APARO RADI-12 Pro Air 90W RGBCW 2700K-9999K Flexible Inflatable RGB Panel. The new generation of Radi flex light is updated with a waterproof…</p><div class="card__meta"><span>March 2022</span><a href="/videos/2022/led-light-softbox-review-falcon-eyes-aparo/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2022/godox-usb-microphone-review-umic82/"><img src="https://i.ytimg.com/vi/8TWrTxe6ZC0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/godox-usb-microphone-review-umic82/">Godox USB Microphone Review - UMic82</a></h3><p class="card__excerpt">Godox USB microphone review of the UMic82. The Godox UMic82 desktop USB condenser microphone connects to Mac or Windows computers via USB. Support this channel here:</p><div class="card__meta"><span>March 2022</span><a href="/videos/2022/godox-usb-microphone-review-umic82/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="capture-one-training"><a class="card__media" href="/videos/2022/fast-raw-photo-culling-before-editing/"><img src="https://i.ytimg.com/vi/oBeLm7isNM4/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Capture One Training</p><h3 class="card__title"><a href="/videos/2022/fast-raw-photo-culling-before-editing/">Fast RAW Photo Culling (Before Editing)</a></h3><p class="card__excerpt">Fast RAW photo culling using the FastRAWViewer app for camera RAW files. This video is not sponsored and the makers of Fast RAW Viewer did not know about this video…</p><div class="card__meta"><span>March 2022</span><a href="/videos/2022/fast-raw-photo-culling-before-editing/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2022/its-ok-knowing-what-you-dont-know/"><img src="https://i.ytimg.com/vi/fZIy5X1WmL0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/its-ok-knowing-what-you-dont-know/">It&#39;s OK Knowing What You Don&#39;t Know</a></h3><p class="card__excerpt">It&#39;s OK to know what you don&#39;t know. This video is about my creative struggle and dealing with Impostor Syndrome, as well as how it can affect all of us. I want to give…</p><div class="card__meta"><span>March 2022</span><a href="/videos/2022/its-ok-knowing-what-you-dont-know/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2022/fujifilm-camera-live-view-highlight-alert/"><img src="https://i.ytimg.com/vi/GdbmvseLTUM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-camera-live-view-highlight-alert/">Fujifilm Camera Live View Highlight Alert</a></h3><p class="card__excerpt">Fujifilm camera live view highlight alert feature is explained, as well as how to enable it and use to protect your photos from underexposure. Get notified when I…</p><div class="card__meta"><span>March 2022</span><a href="/videos/2022/fujifilm-camera-live-view-highlight-alert/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday"><a class="card__media" href="/videos/2022/fujifilm-please-change-this-camera-setting/"><img src="https://i.ytimg.com/vi/1VldfynCB-w/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-please-change-this-camera-setting/">Fujifilm, Please Change This Camera Setting</a></h3><p class="card__excerpt">Fujifilm please change this camera setting that I think causes confusion and misunderstanding for new Fujifilm users. Go BACKSTAGE with me here:</p><div class="card__meta"><span>February 2022</span><a href="/videos/2022/fujifilm-please-change-this-camera-setting/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/i-have-something-important-to-say/"><img src="https://i.ytimg.com/vi/APcbpMtKB2M/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/i-have-something-important-to-say/">I Have Something Important to Say</a></h3><p class="card__excerpt">I&#39;ve got something important to say. Please do whatever you can to help support those caught in the middle of the horrible war going on right now.</p><div class="card__meta"><span>February 2022</span><a href="/videos/2022/i-have-something-important-to-say/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2022/how-to-get-background-blur-in-your-photos-bokeh/"><img src="https://i.ytimg.com/vi/ZKebq7dQQ1o/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/how-to-get-background-blur-in-your-photos-bokeh/">How to Get Background Blur In Your Photos (Bokeh 👍)</a></h3><p class="card__excerpt">How to get background blur in your photos (bokeh). Five tips to add nice background, isolate your subject, and blur the background without always having to rely on…</p><div class="card__meta"><span>February 2022</span><a href="/videos/2022/how-to-get-background-blur-in-your-photos-bokeh/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2022/how-to-setup-gopro-for-great-video/"><img src="https://i.ytimg.com/vi/kSxew0jAPoc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/how-to-setup-gopro-for-great-video/">How to Setup GoPro for GREAT Video</a></h3><p class="card__excerpt">10 best GoPro video cinematic settings for Hero 9, Hero 10, etc. GoPro video camera quality of your footage largely depends on getting your setup and settings correctly…</p><div class="card__meta"><span>February 2022</span><a href="/videos/2022/how-to-setup-gopro-for-great-video/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2022/fujifilm-firmware-update-my-thoughts/"><img src="https://i.ytimg.com/vi/nZv88agPMC4/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-firmware-update-my-thoughts/">Fujifilm Firmware Update - My Thoughts</a></h3><p class="card__excerpt">Fujifilm firmware update - my thoughts. The Fujifilm X series of cameras firmware update addresses the Mac file problem in their operating system. This is more a…</p><div class="card__meta"><span>February 2022</span><a href="/videos/2022/fujifilm-firmware-update-my-thoughts/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2022/fujifilm-camera-video-guide-for-beginners/"><img src="https://i.ytimg.com/vi/QN1XTx-khuc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-camera-video-guide-for-beginners/">Fujifilm Camera Video Guide for Beginners</a></h3><p class="card__excerpt">Fujifilm camera video guide for beginners and setup. How to use your Fujifilm camera for shooting video for both vlogging and high quality video. This guide is aimed at…</p><div class="card__meta"><span>February 2022</span><a href="/videos/2022/fujifilm-camera-video-guide-for-beginners/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/why-do-you-create/"><img src="https://i.ytimg.com/vi/bPPxs1sn-GU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/why-do-you-create/">Why Do YOU Create?</a></h3><p class="card__excerpt">Why do you create? This is my 2-minute mini documentary profiling my talented wife Christine building one of her Star Wars creations. I originally wasn&#39;t going to…</p><div class="card__meta"><span>February 2022</span><a href="/videos/2022/why-do-you-create/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2022/fujifilm-firmware-update-coming-soon-for-mac-problem/"><img src="https://i.ytimg.com/vi/CDvUJ028TqM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-firmware-update-coming-soon-for-mac-problem/">Fujifilm Firmware Update Coming Soon for Mac Problem</a></h3><p class="card__excerpt">Fujifilm firmware update for Mac problem discusses a firmware incompatibility between specific X Series and GFX System cameras and computers operating macOS. This…</p><div class="card__meta"><span>February 2022</span><a href="/videos/2022/fujifilm-firmware-update-coming-soon-for-mac-problem/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography iso"><a class="card__media" href="/videos/2022/fujifilm-exposure-flexibility-using-iso-invariance/"><img src="https://i.ytimg.com/vi/mdiXMYXLZfI/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-exposure-flexibility-using-iso-invariance/">Fujifilm Exposure Flexibility Using ISO Invariance</a></h3><p class="card__excerpt">Fujifilm exposure flexibility using ISO invariance. Understanding what is ISO invariance and why would you use it to improve exposure in your RAW files. REMEMBER:…</p><div class="card__meta"><span>February 2022</span><a href="/videos/2022/fujifilm-exposure-flexibility-using-iso-invariance/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2022/important-message-to-all-my-subscribers/"><img src="https://i.ytimg.com/vi/_TUtZrHmkTw/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2022/important-message-to-all-my-subscribers/">Important Message to All My Subscribers</a></h3><p class="card__excerpt">This video is my response to a recent impersonation account and attempted scamming of my audience.</p><div class="card__meta"><span>January 2022</span><a href="/videos/2022/important-message-to-all-my-subscribers/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings instax-cameras"><a class="card__media" href="/videos/2022/fujifilm-instax-mini-evo-review-and-setup/"><img src="https://i.ytimg.com/vi/wfuN0eCFSqY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-instax-mini-evo-review-and-setup/">Fujifilm Instax Mini EVO Review and Setup</a></h3><p class="card__excerpt">Fujifilm Instax Mini EVO review and setup of camera. Unboxing, setup, tips, image quality, and recommendations for use. Get the camera here:</p><div class="card__meta"><span>January 2022</span><a href="/videos/2022/fujifilm-instax-mini-evo-review-and-setup/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2022/fujifilm-xt3-camera-still-worth-it-in-2022/"><img src="https://i.ytimg.com/vi/ndtTQju0lsM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-xt3-camera-still-worth-it-in-2022/">Fujifilm XT3 Camera: Still Worth It in 2022?</a></h3><p class="card__excerpt">Should you still buy a Fujifilm XT3 camera in 2022? This video discusses reasons to consider the Fujifilm X-T3 in 2022. X-T3:</p><div class="card__meta"><span>January 2022</span><a href="/videos/2022/fujifilm-xt3-camera-still-worth-it-in-2022/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday"><a class="card__media" href="/videos/2022/unnecessary-fujifilm-camera-features/"><img src="https://i.ytimg.com/vi/tbAzk4Y9PwM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/unnecessary-fujifilm-camera-features/">Unnecessary Fujifilm Camera Features</a></h3><p class="card__excerpt">Unnecessary Fujifilm camera features and settings. Love Fujifilm? YES! But sometimes we gotta poke fun at some less than useful camera settings. pal2tech BACKSTAGE:</p><div class="card__meta"><span>January 2022</span><a href="/videos/2022/unnecessary-fujifilm-camera-features/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2022/my-photography-and-video-cinematography-cart/"><img src="https://i.ytimg.com/vi/FYld07n2f-g/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/my-photography-and-video-cinematography-cart/">My Photography and Video Cinematography Cart</a></h3><p class="card__excerpt">My photography and video cinematography cart setup, gear, and organization how I can speed up the production of my videos and product photography. Remember, this camera…</p><div class="card__meta"><span>January 2022</span><a href="/videos/2022/my-photography-and-video-cinematography-cart/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography lens-reviews"><a class="card__media" href="/videos/2022/why-no-viltrox-13mm-fujifilm-lens-review/"><img src="https://i.ytimg.com/vi/2KpdkLbqNoE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/why-no-viltrox-13mm-fujifilm-lens-review/">Why No Viltrox 13mm Fujifilm Lens Review</a></h3><p class="card__excerpt">Fujifilm Viltrox 13mm lens review video is coming soon. But I explain why I’ve not yet reviewed this Fujifilm lens.</p><div class="card__meta"><span>January 2022</span><a href="/videos/2022/why-no-viltrox-13mm-fujifilm-lens-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday"><a class="card__media" href="/videos/2022/fujifilm-pre-shot-electronic-shutter/"><img src="https://i.ytimg.com/vi/zLsbKtVRLaw/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2022/fujifilm-pre-shot-electronic-shutter/">Fujifilm Pre-Shot Electronic Shutter</a></h3><p class="card__excerpt">How to use Fujifilm Pre-Shot electronic shutter to help with burst mode, fast action photography, and getting better sports photos. I&#39;m using the Fujifilm X-T4 and X-T3…</p><div class="card__meta"><span>January 2022</span><a href="/videos/2022/fujifilm-pre-shot-electronic-shutter/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2022/recover-your-lost-or-deleted-photos/"><img src="https://i.ytimg.com/vi/AHQ3YV6ylss/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/recover-your-lost-or-deleted-photos/">Recover Your Lost or Deleted Photos</a></h3><p class="card__excerpt">How to recover your lost or deleted photos and videos. Try Recoverit to recover your lost data from SD Card for free: Wondershare Recoverit is a reliable SD card…</p><div class="card__meta"><span>January 2022</span><a href="/videos/2022/recover-your-lost-or-deleted-photos/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2022/fix-wireless-streaming-video-update-on-cosmo-c1/"><img src="https://i.ytimg.com/vi/K0yIjtXopDE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/fix-wireless-streaming-video-update-on-cosmo-c1/">FIX Wireless Streaming Video (update on Cosmo C1)</a></h3><p class="card__excerpt">How to fix wireless streaming video on the Hollyland Cosmo C1. The key is either in the connection cable (it MUST be a data cable) or making sure your camera is set to…</p><div class="card__meta"><span>January 2022</span><a href="/videos/2022/fix-wireless-streaming-video-update-on-cosmo-c1/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2022/omar-gonzalez-is-a-winner/"><img src="https://i.ytimg.com/vi/XaKw3Zz1a-U/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2022/omar-gonzalez-is-a-winner/">Omar Gonzalez is a Winner</a></h3><p class="card__excerpt">Omar Gonzalez Photography is one of my favorite YouTubers. So when he released a video yesterday called, &quot;I&#39;m a failure...&quot; I just had to address this. His video is…</p><div class="card__meta"><span>January 2022</span><a href="/videos/2022/omar-gonzalez-is-a-winner/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2021/worst-television-movie-ive-ever-loved/"><img src="https://i.ytimg.com/vi/aoLbmHlrZGM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2021/worst-television-movie-ive-ever-loved/">Worst Television Movie I&#39;ve Ever Loved</a></h3><p class="card__excerpt">Worst television movie I’ve ever loved. Behind every bad movie, photograph, book, or song, there’s actually an important story. This one is about The Werewolf of…</p><div class="card__meta"><span>December 2021</span><a href="/videos/2021/worst-television-movie-ive-ever-loved/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2021/hollyland-cosmo-c1-review/"><img src="https://i.ytimg.com/vi/ZUVrinmmts4/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2021/hollyland-cosmo-c1-review/">Hollyland Cosmo C1 Review</a></h3><p class="card__excerpt">Review of the Hollyland Cosmo C1 wireless video transmission unit for real-time video monitoring. Unboxing, specs, and distance testing. Join me BACKSTAGE here:</p><div class="card__meta"><span>December 2021</span><a href="/videos/2021/hollyland-cosmo-c1-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday"><a class="card__media" href="/videos/2021/fujifilm-cameras-for-2022-my-predictions/"><img src="https://i.ytimg.com/vi/PGkr3lh1ToY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-cameras-for-2022-my-predictions/">Fujifilm Cameras for 2022 - My Predictions</a></h3><p class="card__excerpt">Fujifilm cameras for 2022. These are my predictions for the upcoming camera releases for Fujifilm for 2022, especially the X-H2. It&#39;s pure speculation - and not to be…</p><div class="card__meta"><span>December 2021</span><a href="/videos/2021/fujifilm-cameras-for-2022-my-predictions/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2021/my-new-favorite-light-falcon-eyes-rx-18tdx-ii-review/"><img src="https://i.ytimg.com/vi/wtYH2C5iPy8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2021/my-new-favorite-light-falcon-eyes-rx-18tdx-ii-review/">My New Favorite Light - Falcon Eyes RX-18TDX II Review</a></h3><p class="card__excerpt">My new favorite light, the Falcon Eyes RX-18TDX II. This flexible LED light is a bi-color 100 watt light that can adjust from 3000 to 5600 Kelvin. Get the light here:</p><div class="card__meta"><span>December 2021</span><a href="/videos/2021/my-new-favorite-light-falcon-eyes-rx-18tdx-ii-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography lens-reviews"><a class="card__media" href="/videos/2021/tamron-18-300mm-lens-for-fujifilm/"><img src="https://i.ytimg.com/vi/8EbccDjpRGg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2021/tamron-18-300mm-lens-for-fujifilm/">Tamron 18-300mm Lens for Fujifilm</a></h3><p class="card__excerpt">Tamron 18-300mm lens for Fujifilm review. This Tamron 18-300 is a new 3rd party zoom lens for Fujifilm X mount cameras. Get lens here:</p><div class="card__meta"><span>December 2021</span><a href="/videos/2021/tamron-18-300mm-lens-for-fujifilm/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings iso"><a class="card__media" href="/videos/2021/fujifilm-high-iso-noise-reduction/"><img src="https://i.ytimg.com/vi/80Fw_pZXX30/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-high-iso-noise-reduction/">Fujifilm High ISO Noise Reduction</a></h3><p class="card__excerpt">Fujifilm high ISO noise reduction setting on mirrorless cameras. Various noise reduction settings, such as +2, -3, etc. are discussed and JPEG files compared.</p><div class="card__meta"><span>December 2021</span><a href="/videos/2021/fujifilm-high-iso-noise-reduction/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2021/my-message-to-fujifilm/"><img src="https://i.ytimg.com/vi/PcUJEf75s7s/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/my-message-to-fujifilm/">My Message to Fujifilm</a></h3><p class="card__excerpt">My message to Fujifilm for 2022.</p><div class="card__meta"><span>December 2021</span><a href="/videos/2021/my-message-to-fujifilm/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2021/best-fujifilm-film-simulation-for-low-noise/"><img src="https://i.ytimg.com/vi/BlcXBuliKWo/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/best-fujifilm-film-simulation-for-low-noise/">BEST Fujifilm Film Simulation for Low Noise</a></h3><p class="card__excerpt">Best Fujifilm film simulation for low noise at high ISO values. XT4 film simulations compared and tested with low light and high ISO ranges. Each film simulation tested…</p><div class="card__meta"><span>December 2021</span><a href="/videos/2021/best-fujifilm-film-simulation-for-low-noise/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2021/new-fujifilm-firmware-update-for-xt4-and-gfx100/"><img src="https://i.ytimg.com/vi/n6ieu4CPJrA/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/new-fujifilm-firmware-update-for-xt4-and-gfx100/">New Fujifilm Firmware Update for XT4 and GFX100</a></h3><p class="card__excerpt">New Fujifilm firmware update available for their GFX and X-T4 series of cameras. Firmware update download page:</p><div class="card__meta"><span>November 2021</span><a href="/videos/2021/new-fujifilm-firmware-update-for-xt4-and-gfx100/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2021/8-perfect-photography-gifts-2021/"><img src="https://i.ytimg.com/vi/GvswaybvvLE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2021/8-perfect-photography-gifts-2021/">8 PERFECT Photography Gifts 2021</a></h3><p class="card__excerpt">8 perfect photography gifts and best accessories for under $100.00 buying guide for Black Friday and the 2021 holiday season. This gift guide also includes videography…</p><div class="card__meta"><span>November 2021</span><a href="/videos/2021/8-perfect-photography-gifts-2021/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2021/my-new-favorite-camera-bag-manfrotto-backpack-3/"><img src="https://i.ytimg.com/vi/QkiD8kqlpF4/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2021/my-new-favorite-camera-bag-manfrotto-backpack-3/">My New FAVORITE Camera Bag - Manfrotto Backpack 3</a></h3><p class="card__excerpt">My new favorite camera bag. Review of Manfrotto Advanced Hybrid Backpack III which can be used as a top-handle bag, a shoulder bag or a backpack. Get notified when I…</p><div class="card__meta"><span>November 2021</span><a href="/videos/2021/my-new-favorite-camera-bag-manfrotto-backpack-3/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2021/turn-camera-video-b-roll-into-a-roll/"><img src="https://i.ytimg.com/vi/ZRsLx2sZKUE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2021/turn-camera-video-b-roll-into-a-roll/">Turn Camera Video B-Roll into A-Roll</a></h3><p class="card__excerpt">How to turn camera video B-Roll footage to A-Roll. Behind the scenes video explaining a photo shoot with captured GoPro b-roll that that can be later edited to an add-on…</p><div class="card__meta"><span>November 2021</span><a href="/videos/2021/turn-camera-video-b-roll-into-a-roll/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2021/photoshop-colorize-black-and-white-photos-with-ai/"><img src="https://i.ytimg.com/vi/kkTLZze6B9M/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2021/photoshop-colorize-black-and-white-photos-with-ai/">Photoshop Colorize Black and White Photos with AI</a></h3><p class="card__excerpt">Photoshop colorize a black and white photo with artificial intelligence color neural filter. Tutorial and demonstration of this new photoshop feature. Here&#39;s the image…</p><div class="card__meta"><span>November 2021</span><a href="/videos/2021/photoshop-colorize-black-and-white-photos-with-ai/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2021/charging-and-powering-your-fujifilm-camera/"><img src="https://i.ytimg.com/vi/Q4cjBiYLStk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/charging-and-powering-your-fujifilm-camera/">Charging and Powering Your Fujifilm Camera</a></h3><p class="card__excerpt">Charging and powering your Fujifilm camera. This is a complete guide to the options of charging and powering your Fujifilm camera with batteries, USB power banks, and…</p><div class="card__meta"><span>November 2021</span><a href="/videos/2021/charging-and-powering-your-fujifilm-camera/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2021/raid-storage-for-photographers/"><img src="https://i.ytimg.com/vi/nyFkSDqmQNs/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2021/raid-storage-for-photographers/">RAID Storage for Photographers</a></h3><p class="card__excerpt">Understanding RAID storage for photographers. This is Part 2 of a multi-part series on data storage, NAS, RAID drives, file organization, etc. with an emphasis on…</p><div class="card__meta"><span>November 2021</span><a href="/videos/2021/raid-storage-for-photographers/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2021/fix-pixel-6-power-button-on-android-12/"><img src="https://i.ytimg.com/vi/pEmdzfkeHaU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2021/fix-pixel-6-power-button-on-android-12/">Fix Pixel 6 Power Button on Android 12</a></h3><p class="card__excerpt">How to fix Pixel 6 power button on Android 12, Pixel 6, Pixel 6 Pro so it will turn off the phone instead of open Google Assistant. Get the Google Pixel 6 Pro here:</p><div class="card__meta"><span>November 2021</span><a href="/videos/2021/fix-pixel-6-power-button-on-android-12/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2021/fujifilm-white-balance-live-workshop/"><img src="https://i.ytimg.com/vi/iTtb0tjqvSM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-white-balance-live-workshop/">Fujifilm White Balance - LIVE Workshop</a></h3><p class="card__excerpt">Fujifilm White Balance LIVE workshop. Today we&#39;ll go over some of the Fujifilm camera&#39;s white balance settings.</p><div class="card__meta"><span>October 2021</span><a href="/videos/2021/fujifilm-white-balance-live-workshop/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2021/long-exposure-noise-reduction-fujifilm/"><img src="https://i.ytimg.com/vi/6H-aNM6erHM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/long-exposure-noise-reduction-fujifilm/">Long Exposure Noise Reduction Fujifilm</a></h3><p class="card__excerpt">Long exposure noise reduction on Fujifilm cameras. How to use the Long Exposure NR setting and the effect it has on both JPEG and RAW files.</p><div class="card__meta"><span>October 2021</span><a href="/videos/2021/long-exposure-noise-reduction-fujifilm/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2021/fujifilm-advanced-filter-secret-live-workshop/"><img src="https://i.ytimg.com/vi/IALKeFF6PSE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-advanced-filter-secret-live-workshop/">Fujifilm Advanced Filter Secret - LIVE Workshop</a></h3><p class="card__excerpt">Advanced Filter Secret LIVE workshop. Today we&#39;ll go over a feature in Advanced filters that you may not know about! Also, a brief update on the channel &amp; chatting with…</p><div class="card__meta"><span>October 2021</span><a href="/videos/2021/fujifilm-advanced-filter-secret-live-workshop/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2021/my-problem-with-unsplash-and-free-stock-photography/"><img src="https://i.ytimg.com/vi/3_gOye2GqZs/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2021/my-problem-with-unsplash-and-free-stock-photography/">My Problem With Unsplash and Free Stock Photography</a></h3><p class="card__excerpt">My problem with Unsplash and free stock photography websites like it. This is a commentary video, you&#39;ll be hearing my opinion, but I welcome all points of view on this…</p><div class="card__meta"><span>October 2021</span><a href="/videos/2021/my-problem-with-unsplash-and-free-stock-photography/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday"><a class="card__media" href="/videos/2021/fujifilm-depth-of-field-focus-scale/"><img src="https://i.ytimg.com/vi/5nxCHraMxmc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-depth-of-field-focus-scale/">Fujifilm Depth of Field Focus Scale</a></h3><p class="card__excerpt">Depth of Field Focus Scale on Fujifilm Cameras. How to enable and use it, change menu from meters to feet to meters, and understanding of pixel vs. film format scale.</p><div class="card__meta"><span>October 2021</span><a href="/videos/2021/fujifilm-depth-of-field-focus-scale/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2021/fujifilm-video-exposure-live-workshop/"><img src="https://i.ytimg.com/vi/phjGN8IALKg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-video-exposure-live-workshop/">Fujifilm Video Exposure LIVE Workshop</a></h3><p class="card__excerpt">Fujifilm video exposure LIVE workshop. We will do two things in today&#39;s video: 1.) Discuss exposure options and restrictions on Fujifilm cameras when shooting video, and…</p><div class="card__meta"><span>October 2021</span><a href="/videos/2021/fujifilm-video-exposure-live-workshop/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2021/understanding-the-histogram-in-photography/"><img src="https://i.ytimg.com/vi/6HvsSpymdPc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/understanding-the-histogram-in-photography/">Understanding the Histogram in Photography</a></h3><p class="card__excerpt">Understanding the histogram in photography and how to use the histogram for Fujifilm cameras. Also covered is Exposing to the Right and the effect of RAW vs. JPEG files.…</p><div class="card__meta"><span>October 2021</span><a href="/videos/2021/understanding-the-histogram-in-photography/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday lens-reviews"><a class="card__media" href="/videos/2021/why-you-need-to-create/"><img src="https://i.ytimg.com/vi/GR9QLhu8H7Q/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/why-you-need-to-create/">Why You Need to Create</a></h3><p class="card__excerpt">Why you need to create. To each of us, it&#39;s not about whether we want to, but the fact that we have to. Go check out Tom&#39;s Pismo Ukulele channel:</p><div class="card__meta"><span>October 2021</span><a href="/videos/2021/why-you-need-to-create/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2021/new-fujifilm-firmware-update/"><img src="https://i.ytimg.com/vi/Spb6JSq2w-A/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/new-fujifilm-firmware-update/">New Fujifilm Firmware Update</a></h3><p class="card__excerpt">New Fujifilm firmware update available for their GFX and X series of cameras. Firmware update download page:</p><div class="card__meta"><span>October 2021</span><a href="/videos/2021/new-fujifilm-firmware-update/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2021/my-favorite-way-to-focus-fujifilm-cameras/"><img src="https://i.ytimg.com/vi/556MXlQpQlM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/my-favorite-way-to-focus-fujifilm-cameras/">My Favorite Way to Focus Fujifilm Cameras</a></h3><p class="card__excerpt">This was a 30 minute LIVE workshop broadcast. Bring along your cameras and let&#39;s follow along as I show you my absolute FAVORITE way to focus on the Fujifilm X-T3, X-T4,…</p><div class="card__meta"><span>October 2021</span><a href="/videos/2021/my-favorite-way-to-focus-fujifilm-cameras/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2021/pal2tech-live-stream/"><img src="https://i.ytimg.com/vi/Fj864GTqAHk/hqdefault_live.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2021/pal2tech-live-stream/">🔴 pal2tech LIVE STREAM!</a></h3><p class="card__excerpt">Pal2Tech Live Steam!</p><div class="card__meta"><span>October 2021</span><a href="/videos/2021/pal2tech-live-stream/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2021/understanding-nas-storage-for-photographers-part-1/"><img src="https://i.ytimg.com/vi/MwQ_bp5Fwzo/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2021/understanding-nas-storage-for-photographers-part-1/">Understanding NAS Storage for Photographers (Part 1)</a></h3><p class="card__excerpt">Understanding NAS storage for photographers. This is Part 1 of a multi-part series on data storage, NAS, RAID drives, file organization, etc. with an emphasis on…</p><div class="card__meta"><span>October 2021</span><a href="/videos/2021/understanding-nas-storage-for-photographers-part-1/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2021/10-tips-to-prevent-burnout/"><img src="https://i.ytimg.com/vi/jVRLnuBX-Lg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/10-tips-to-prevent-burnout/">10 Tips to Prevent Burnout</a></h3><p class="card__excerpt">10 tips to prevent burnout for ANYONE: creators, photographers, filmmakers, musicians, poets, and even tax accountants. Strategies for anyone feeling overwhelmed or…</p><div class="card__meta"><span>October 2021</span><a href="/videos/2021/10-tips-to-prevent-burnout/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday"><a class="card__media" href="/videos/2021/fujifilm-camera-focus-option/"><img src="https://i.ytimg.com/vi/0u8sx5P5Ej0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-camera-focus-option/">Fujifilm Camera Focus Option</a></h3><p class="card__excerpt">Fujifilm camera focus option called double-tap focus. This applies to most Fujifilm cameras that have touch screen controls, such as the XT3, XT4, and GFX, etc.</p><div class="card__meta"><span>October 2021</span><a href="/videos/2021/fujifilm-camera-focus-option/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography done-over-perfect"><a class="card__media" href="/videos/2021/paris-fashion-photography-benjamin-kanarek-interview/"><img src="https://i.ytimg.com/vi/mJb8_URdZHc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2021/paris-fashion-photography-benjamin-kanarek-interview/">Paris Fashion Photography (Benjamin Kanarek Interview)</a></h3><p class="card__excerpt">Paris fashion photography behind the scenes with Benjamin Kanarek on three Paris model shoots with Antonia Przedpelski, Aurika Popova, and Tiana Tolstoi. This interview…</p><div class="card__meta"><span>September 2021</span><a href="/videos/2021/paris-fashion-photography-benjamin-kanarek-interview/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2021/exposure-smoothing-on-fujifilm-cameras/"><img src="https://i.ytimg.com/vi/ta-Mlln8Gsc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/exposure-smoothing-on-fujifilm-cameras/">Exposure Smoothing on Fujifilm Cameras</a></h3><p class="card__excerpt">Exposure smoothing on Fujifilm cameras. This Fast Friday video discussed the INTERVAL TIMER SHOOTING EXPOSURE SMOOTHING setting in the photography menu on the X-T4 but…</p><div class="card__meta"><span>September 2021</span><a href="/videos/2021/exposure-smoothing-on-fujifilm-cameras/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2021/pal2tech-live-workshop-autofocus-settings-for-video-fujifilm/"><img src="https://i.ytimg.com/vi/wZ5sL0ZWzeE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/pal2tech-live-workshop-autofocus-settings-for-video-fujifilm/">🔴 pal2tech LIVE WORKSHOP! Autofocus Settings for Video - Fujifilm</a></h3><p class="card__excerpt">Autofocus settings for video on Fujifilm cameras. This was a Pal2tech LIVE Workshop! Special thanks to all those that attended! Understanding the AF-C settings for video…</p><div class="card__meta"><span>September 2021</span><a href="/videos/2021/pal2tech-live-workshop-autofocus-settings-for-video-fujifilm/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2021/standing-desk-setup-2021/"><img src="https://i.ytimg.com/vi/BjpL5s1HUpQ/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2021/standing-desk-setup-2021/">Standing Desk Setup (2021)</a></h3><p class="card__excerpt">My standing desk setup (2021). Are standing desks worth it? Review of the FlexiSpot Kana Pro Bamboo Standing Desk EC8 as an editing desk.</p><div class="card__meta"><span>September 2021</span><a href="/videos/2021/standing-desk-setup-2021/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2021/understanding-fujifilm-video-recording/"><img src="https://i.ytimg.com/vi/d0NGDir6yUM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/understanding-fujifilm-video-recording/">Understanding Fujifilm Video Recording</a></h3><p class="card__excerpt">Understanding Fujifilm video recording, especially how to record video externally on SSD from your Fujifilm X camera via the HDMI port vs. the USB-C port.</p><div class="card__meta"><span>September 2021</span><a href="/videos/2021/understanding-fujifilm-video-recording/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2021/fujifilm-camera-file-naming/"><img src="https://i.ytimg.com/vi/IA_H2O_O7DQ/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-camera-file-naming/">Fujifilm Camera File Naming</a></h3><p class="card__excerpt">Fujifilm camera file naming and camera file organization. How to set up custom folders and RAW and JPEG file names, and understanding file saving options. Support the…</p><div class="card__meta"><span>September 2021</span><a href="/videos/2021/fujifilm-camera-file-naming/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2021/the-best-usb-c-thunderbolt-hub-docking-station/"><img src="https://i.ytimg.com/vi/_fEOKpE-BE4/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2021/the-best-usb-c-thunderbolt-hub-docking-station/">The BEST USB-C Thunderbolt Hub /  Docking Station</a></h3><p class="card__excerpt">Best USB-C Thunderbolt Hub/Docking Station for PC / Mac. Anker Apex 12-in-1 Thunderbolt 4 USB-C Docking Station.</p><div class="card__meta"><span>September 2021</span><a href="/videos/2021/the-best-usb-c-thunderbolt-hub-docking-station/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography fast-friday"><a class="card__media" href="/videos/2021/my-photo-gear-as-a-stormtrooper/"><img src="https://i.ytimg.com/vi/pix1Ui_wCY8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2021/my-photo-gear-as-a-stormtrooper/">My Photo Gear (as a Stormtrooper)</a></h3><p class="card__excerpt">My photo gear and camera bag for Dragon Con 2021 as a Stormtrooper. Shooting cosplay, events, with many different shooting conditions. This is about my gear, my bag, and…</p><div class="card__meta"><span>September 2021</span><a href="/videos/2021/my-photo-gear-as-a-stormtrooper/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday"><a class="card__media" href="/videos/2021/fujifilm-video-stabilization-ibis-vs-ois/"><img src="https://i.ytimg.com/vi/sE2i1fSByGM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-video-stabilization-ibis-vs-ois/">Fujifilm Video Stabilization (IBIS vs OIS)</a></h3><p class="card__excerpt">Fujifilm Video Stabilization (IBIS vs OIS) compared and tested with XT3 and XT4 cameras using Fujinon 18-55mm lens and 7Artisans manual lens. SUPPORT THE CHANNEL:</p><div class="card__meta"><span>September 2021</span><a href="/videos/2021/fujifilm-video-stabilization-ibis-vs-ois/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2021/best-hard-drives-for-editing/"><img src="https://i.ytimg.com/vi/SHCw5Ph6CVc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2021/best-hard-drives-for-editing/">Best Hard Drives for Editing</a></h3><p class="card__excerpt">Best external hard drives for editing photos and 4K videos. This video covers fast external SSD drives, including the NVMe M.2 SSD drive.</p><div class="card__meta"><span>September 2021</span><a href="/videos/2021/best-hard-drives-for-editing/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography fast-friday"><a class="card__media" href="/videos/2021/favorite-photography-accessories-under-50/"><img src="https://i.ytimg.com/vi/K_t9xYg0jHs/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2021/favorite-photography-accessories-under-50/">Favorite Photography Accessories UNDER $50!</a></h3><p class="card__excerpt">Favorite photography accessories under $50 that I use and recommend. New and updated for 2021! None of the products in this video were sponsored and these are all my own…</p><div class="card__meta"><span>August 2021</span><a href="/videos/2021/favorite-photography-accessories-under-50/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="lens-reviews"><a class="card__media" href="/videos/2021/macro-lens-for-fuji-ttartisan-40mm-f-2-8-review/"><img src="https://i.ytimg.com/vi/rH7F4zCF6aE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Lens Reviews</p><h3 class="card__title"><a href="/videos/2021/macro-lens-for-fuji-ttartisan-40mm-f-2-8-review/">Macro Lens for Fuji (TTArtisan 40mm f/2.8) Review</a></h3><p class="card__excerpt">Budget macro lens for Fujifilm cameras is the new TTArtisan 40mm f/2.8. This is a brand new Fujifilm X mount lens, and will be available in September. Thanks to…</p><div class="card__meta"><span>August 2021</span><a href="/videos/2021/macro-lens-for-fuji-ttartisan-40mm-f-2-8-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2021/fujifilm-single-point-autofocus/"><img src="https://i.ytimg.com/vi/D8eOxmuvAH0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-single-point-autofocus/">Fujifilm Single Point Autofocus</a></h3><p class="card__excerpt">Understanding Fujifilm single point autofocus setting on XT2, XT3, XT4 and other Fujifilm X series cameras. Autofocus demos and examples provided using spot focus. Join…</p><div class="card__meta"><span>August 2021</span><a href="/videos/2021/fujifilm-single-point-autofocus/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2021/best-budget-wireless-mic-under-200/"><img src="https://i.ytimg.com/vi/hC0baLAApJk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2021/best-budget-wireless-mic-under-200/">Best Budget Wireless Mic Under $200?</a></h3><p class="card__excerpt">Best wireless mic under $200 is the Godox Movelink M2 - reviewed and tested. This wireless lavalier microphone systems works for DSLR cameras, smartphones, computers,…</p><div class="card__meta"><span>August 2021</span><a href="/videos/2021/best-budget-wireless-mic-under-200/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography fast-friday lens-reviews"><a class="card__media" href="/videos/2021/my-favorite-fujifilm-camera-lenses/"><img src="https://i.ytimg.com/vi/sqEORLz9fik/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2021/my-favorite-fujifilm-camera-lenses/">My FAVORITE Fujifilm Camera Lenses</a></h3><p class="card__excerpt">Support the channel: or</p><div class="card__meta"><span>August 2021</span><a href="/videos/2021/my-favorite-fujifilm-camera-lenses/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2021/apple-scanning-your-photos-how-to-disable/"><img src="https://i.ytimg.com/vi/K_i8rTiXTd8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2021/apple-scanning-your-photos-how-to-disable/">Apple Scanning Your Photos (How to Disable)</a></h3><p class="card__excerpt">Support the channel: or</p><div class="card__meta"><span>August 2021</span><a href="/videos/2021/apple-scanning-your-photos-how-to-disable/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography done-over-perfect"><a class="card__media" href="/videos/2021/sean-tucker-interview-photography-meaning-and-legacy/"><img src="https://i.ytimg.com/vi/KYVw2f_4hP8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2021/sean-tucker-interview-photography-meaning-and-legacy/">Sean Tucker Interview: Photography, Meaning, and Legacy</a></h3><p class="card__excerpt">Support the channel: or</p><div class="card__meta"><span>August 2021</span><a href="/videos/2021/sean-tucker-interview-photography-meaning-and-legacy/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2021/android-iphone-tablet-as-webcam-free-no-app-needed/"><img src="https://i.ytimg.com/vi/9NoewL-i0mA/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2021/android-iphone-tablet-as-webcam-free-no-app-needed/">Android/iPhone/Tablet As Webcam (FREE - No App Needed!)</a></h3><p class="card__excerpt">Support the channel: or</p><div class="card__meta"><span>August 2021</span><a href="/videos/2021/android-iphone-tablet-as-webcam-free-no-app-needed/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="fast-friday"><a class="card__media" href="/videos/2021/real-vs-fake-photo-background/"><img src="https://i.ytimg.com/vi/I6BBD-G0wU8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Fast Friday</p><h3 class="card__title"><a href="/videos/2021/real-vs-fake-photo-background/">Real vs. Fake Photo Background</a></h3><p class="card__excerpt">Real vs. fake photo background using new Luminar Portrait Bokeh AI feature on Fujifilm RAW and JPEG files. Can you spot the difference?</p><div class="card__meta"><span>July 2021</span><a href="/videos/2021/real-vs-fake-photo-background/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="done-over-perfect"><a class="card__media" href="/videos/2021/tech-and-growing-on-youtube-in-2021-w-ivan-kam/"><img src="https://i.ytimg.com/vi/lTsQVEwETNw/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Done Over Perfect</p><h3 class="card__title"><a href="/videos/2021/tech-and-growing-on-youtube-in-2021-w-ivan-kam/">Tech and Growing on YouTube in 2021 (w/ Ivan Kam)</a></h3><p class="card__excerpt">Tech and growing on YouTube in 2021 from Ivan Kam. Ivan also discusses tech product trends and the daily grid of producing tech reviews. HINT: The #1 factor in long term…</p><div class="card__meta"><span>July 2021</span><a href="/videos/2021/tech-and-growing-on-youtube-in-2021-w-ivan-kam/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday"><a class="card__media" href="/videos/2021/metering-modes-of-fujifilm-cameras/"><img src="https://i.ytimg.com/vi/9WmoNISFXwQ/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/metering-modes-of-fujifilm-cameras/">Metering Modes of Fujifilm Cameras</a></h3><p class="card__excerpt">Metering modes of Fujifilm cameras, otherwise known as photometry settings, contain four settings: Multi, Center Weighted, Spot, and Average. These tell the camera how…</p><div class="card__meta"><span>July 2021</span><a href="/videos/2021/metering-modes-of-fujifilm-cameras/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2021/photos-missing-from-sd-cards-fujifilm-sony-canon-nikon/"><img src="https://i.ytimg.com/vi/0bqOB_XGBVE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/photos-missing-from-sd-cards-fujifilm-sony-canon-nikon/">Photos Missing From SD Cards (Fujifilm, Sony, Canon, Nikon)</a></h3><p class="card__excerpt">Photos missing from SD Cards on Macs for Fujifilm, Sony, Nikon, Canon, etc. users who shoot more than 4,096 photos. This SD card problem affects Mac users (not Windows)…</p><div class="card__meta"><span>July 2021</span><a href="/videos/2021/photos-missing-from-sd-cards-fujifilm-sony-canon-nikon/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday"><a class="card__media" href="/videos/2021/announcing-pal2tech-backstage-also-fujifilm-ch-dial-confusion/"><img src="https://i.ytimg.com/vi/v57wNvHewyk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/announcing-pal2tech-backstage-also-fujifilm-ch-dial-confusion/">Announcing PAL2TECH BACKSTAGE (also Fujifilm CH Dial Confusion)</a></h3><p class="card__excerpt">Announcing PAL2TECH BACKSTAGE, a new behind-the-scenes area that helps viewers support this channel. Also, Fujifilm continuous high speed shooting (CH) dial confusion…</p><div class="card__meta"><span>July 2021</span><a href="/videos/2021/announcing-pal2tech-backstage-also-fujifilm-ch-dial-confusion/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2021/fujifilm-camera-video-hdmi/"><img src="https://i.ytimg.com/vi/I1Sy_AXEyX8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-camera-video-hdmi/">Fujifilm Camera Video HDMI</a></h3><p class="card__excerpt">Understanding Fujifilm camera HDMI settings for video and photography. Benefits of using HDMI on Fujifilm and 5 Fujifilm HDMI settings explained. Gear shop:</p><div class="card__meta"><span>July 2021</span><a href="/videos/2021/fujifilm-camera-video-hdmi/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2021/fujifilm-natural-live-view-jpeg-vs-raw/"><img src="https://i.ytimg.com/vi/0ycqCgEdM2k/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-natural-live-view-jpeg-vs-raw/">Fujifilm Natural Live View: JPEG vs. RAW</a></h3><p class="card__excerpt">Fujifilm natural live view and how it can affect JPEG vs RAW files. Also discussed is Preview Exposure and White Balance in camera screen settings. Get notified when I…</p><div class="card__meta"><span>July 2021</span><a href="/videos/2021/fujifilm-natural-live-view-jpeg-vs-raw/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2021/favorite-camera-slider-for-fujifilm-zeapon-micro-2-plus/"><img src="https://i.ytimg.com/vi/LnoUR6GsVwo/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2021/favorite-camera-slider-for-fujifilm-zeapon-micro-2-plus/">FAVORITE Camera Slider for Fujifilm? Zeapon Micro 2 Plus</a></h3><p class="card__excerpt">Is the Zeapon Micro 2 Plus slider the best slider for Fujifilm cameras? And is it a worthy upgrade from their original version? Let&#39;s find out in this new camera slider…</p><div class="card__meta"><span>June 2021</span><a href="/videos/2021/favorite-camera-slider-for-fujifilm-zeapon-micro-2-plus/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2021/slow-motion-in-fujifilm/"><img src="https://i.ytimg.com/vi/cQ7ZYUrfg8o/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/slow-motion-in-fujifilm/">Slow Motion in Fujifilm</a></h3><p class="card__excerpt">About slow motion settings in Fujifilm cameras. Tutorial on how to use slow motion, and some tips on shooting at high frame rates. Sign up for Storyblocks here:</p><div class="card__meta"><span>June 2021</span><a href="/videos/2021/slow-motion-in-fujifilm/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2021/fujifilm-x-s10-review/"><img src="https://i.ytimg.com/vi/vFAQI-yDh9M/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2021/fujifilm-x-s10-review/">Fujifilm X-S10 Review</a></h3><p class="card__excerpt">My review of the Fujifilm X-S10 camera. Mostly my thoughts after using for three weeks. Features, ergonomics, what I loved, what I didn&#39;t like, sample images, and a…</p><div class="card__meta"><span>June 2021</span><a href="/videos/2021/fujifilm-x-s10-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="done-over-perfect"><a class="card__media" href="/videos/2021/fujifilm-fashion-photography-with-benjamin-kanarek/"><img src="https://i.ytimg.com/vi/NyKLKKyo2NE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Done Over Perfect</p><h3 class="card__title"><a href="/videos/2021/fujifilm-fashion-photography-with-benjamin-kanarek/">Fujifilm Fashion Photography (with Benjamin Kanarek)</a></h3><p class="card__excerpt">Fujifilm Fashion Photography with Benjamin Kanarek. He has worked for magazines such as Harper’s BAZAAR, VOGUE, GLAMOUR, ELLE, NUMERO, GRAZIA, STYLE, etc… He has…</p><div class="card__meta"><span>June 2021</span><a href="/videos/2021/fujifilm-fashion-photography-with-benjamin-kanarek/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2021/best-camera-bag-for-everything/"><img src="https://i.ytimg.com/vi/eeVkGEj3TMk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2021/best-camera-bag-for-everything/">Best Camera Bag for EVERYTHING</a></h3><p class="card__excerpt">My favorite and best camera bag for everything Fujifilm, video, vlogging, and drone equipment. Full review and packing tips for the Lowepro ProTactic 450.</p><div class="card__meta"><span>June 2021</span><a href="/videos/2021/best-camera-bag-for-everything/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2021/fujifilm-depth-of-field-preview/"><img src="https://i.ytimg.com/vi/I1UdUHhQfmM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-depth-of-field-preview/">Fujifilm Depth of Field Preview</a></h3><p class="card__excerpt">Fujifilm Depth of Field Preview button setting and how to use it. IMPORTANT: The subject of aperture deserves its own video. I couldn’t get into it in too much detail…</p><div class="card__meta"><span>June 2021</span><a href="/videos/2021/fujifilm-depth-of-field-preview/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2021/fujifilm-autofocus-lock-my-mistake/"><img src="https://i.ytimg.com/vi/xWYI_CdSgqQ/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-autofocus-lock-my-mistake/">Fujifilm Autofocus Lock (My Mistake)</a></h3><p class="card__excerpt">Fujifilm autofocus lock mistake made in prior video corrected here and AF-LOCK ONLY setting explained. Yes, you can lock autofocus in continuous focus mode while…</p><div class="card__meta"><span>June 2021</span><a href="/videos/2021/fujifilm-autofocus-lock-my-mistake/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday"><a class="card__media" href="/videos/2021/my-favorite-fujifilm-focus-tip-for-video/"><img src="https://i.ytimg.com/vi/idd0Re3UFbY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/my-favorite-fujifilm-focus-tip-for-video/">My FAVORITE Fujifilm Focus Tip (for video)</a></h3><p class="card__excerpt">UPDATE (5/29/21): This AF-C AF issue for video (where I mentioned toward the end that you can&#39;t lock focus that way) is inaccurate. You can do this by assigning AF-L to…</p><div class="card__meta"><span>May 2021</span><a href="/videos/2021/my-favorite-fujifilm-focus-tip-for-video/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2021/new-to-fujifilm-my-advice-to-you/"><img src="https://i.ytimg.com/vi/-l1NJrizyD0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/new-to-fujifilm-my-advice-to-you/">New to Fujifilm? My Advice To You...</a></h3><p class="card__excerpt">New to using Fujifilm? Here&#39;s my advice, some camera ergonomic and focus tips, and other Fujifilm camera info for new users. Note: the models discussed are mainly the XT…</p><div class="card__meta"><span>May 2021</span><a href="/videos/2021/new-to-fujifilm-my-advice-to-you/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2021/5-fujifilm-camera-tips-for-gfx-100s/"><img src="https://i.ytimg.com/vi/yVsxVaXNkbI/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/5-fujifilm-camera-tips-for-gfx-100s/">5 Fujifilm Camera Tips for GFX 100S</a></h3><p class="card__excerpt">5 Fujifilm GFX 100S medium format camera tips for new users of Fujifilm GFX100S. Full review: Get the camera here: Fujifilm GFX 100S:</p><div class="card__meta"><span>May 2021</span><a href="/videos/2021/5-fujifilm-camera-tips-for-gfx-100s/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2021/fujifilm-gfx-100s-review/"><img src="https://i.ytimg.com/vi/2NgfBklSeH8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-gfx-100s-review/">Fujifilm GFX 100s Review</a></h3><p class="card__excerpt">Review of Fujifilm GFX 100S medium format camera with GF 80mm, GF 45mm, and GF 32-64 mm lenses. Image quality, lens review, image stabilization, autofocus, low light…</p><div class="card__meta"><span>May 2021</span><a href="/videos/2021/fujifilm-gfx-100s-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2021/using-fujifilm-x-raw-studio/"><img src="https://i.ytimg.com/vi/Gayg0-SrLcQ/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/using-fujifilm-x-raw-studio/">Using Fujifilm X RAW Studio</a></h3><p class="card__excerpt">How to use Fujifilm X RAW Studio to process your Fujifilm photos. This video covers the installation, use, camera settings needed, and workflow for processing your…</p><div class="card__meta"><span>May 2021</span><a href="/videos/2021/using-fujifilm-x-raw-studio/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2021/fujifilm-video-files-and-codecs-explained/"><img src="https://i.ytimg.com/vi/Yhdp9CTQt70/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-video-files-and-codecs-explained/">Fujifilm Video Files and Codecs Explained</a></h3><p class="card__excerpt">Fujifilm video files and codecs explained. Emphasis on Fujifilm X-T4. Also explanation of Bitrate, Long GOP, and All-Intra for video shooting. Here&#39;s my best…</p><div class="card__meta"><span>May 2021</span><a href="/videos/2021/fujifilm-video-files-and-codecs-explained/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2021/instant-autofocus-for-fujifilm/"><img src="https://i.ytimg.com/vi/ojA60Obft3M/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/instant-autofocus-for-fujifilm/">Instant Autofocus for Fujifilm</a></h3><p class="card__excerpt">Instant Autofocus feature for Fujifilm cameras. How to use the Instant AF setting in combination with the AF-S and AF-C options. Also, a channel update. Pal2tech…</p><div class="card__meta"><span>April 2021</span><a href="/videos/2021/instant-autofocus-for-fujifilm/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2021/understanding-different-fujifilm-raw-files/"><img src="https://i.ytimg.com/vi/FrnBDhMNX_Q/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/understanding-different-fujifilm-raw-files/">Understanding Different Fujifilm RAW Files</a></h3><p class="card__excerpt">Understanding different Fujifilm RAW file types that include Uncompressed, Lossless Compressed, and Compressed. Comparison of each type of RAW file in popular image…</p><div class="card__meta"><span>April 2021</span><a href="/videos/2021/understanding-different-fujifilm-raw-files/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography fast-friday"><a class="card__media" href="/videos/2021/why-i-love-fujifilm-cameras/"><img src="https://i.ytimg.com/vi/_nsPcofMsgg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2021/why-i-love-fujifilm-cameras/">Why I Love Fujifilm Cameras</a></h3><p class="card__excerpt">Five reasons why I love Fujifilm cameras. Since my channel is lately mostly about Fujifilm, I figured my audience would want to know why I love shooting with the…</p><div class="card__meta"><span>April 2021</span><a href="/videos/2021/why-i-love-fujifilm-cameras/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2021/how-to-balance-a-ronin-sc-gimbal-for-fujifilm/"><img src="https://i.ytimg.com/vi/IA-pr3UsM_k/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/how-to-balance-a-ronin-sc-gimbal-for-fujifilm/">How to Balance a Ronin SC Gimbal (for Fujifilm)</a></h3><p class="card__excerpt">How to setup and balance a Ronin SC Gimbal for Fujifilm cameras, as well as general mirrorless cameras. Explanation of Tilt, Roll, and Pan balancing, and tips for gimbal…</p><div class="card__meta"><span>April 2021</span><a href="/videos/2021/how-to-balance-a-ronin-sc-gimbal-for-fujifilm/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2021/my-3-permanent-fuji-settings/"><img src="https://i.ytimg.com/vi/Robuao2PHqc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/my-3-permanent-fuji-settings/">My 3 Permanent Fuji Settings</a></h3><p class="card__excerpt">3 permanent Fujifilm camera settings that I set and never change. They may as well just be set that way by the factory! Your workflow may differ of course, but at least…</p><div class="card__meta"><span>April 2021</span><a href="/videos/2021/my-3-permanent-fuji-settings/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2021/fujifilm-camera-timers/"><img src="https://i.ytimg.com/vi/Q2nMjYYXdPg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-camera-timers/">Fujifilm Camera Timers</a></h3><p class="card__excerpt">Fujifilm cameras offer several different timers: the self-timer and the interval timer. This video explains how to use the camera timers, provided some tips, and…</p><div class="card__meta"><span>April 2021</span><a href="/videos/2021/fujifilm-camera-timers/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday"><a class="card__media" href="/videos/2021/my-greatest-fujifilm-camera-lesson/"><img src="https://i.ytimg.com/vi/h5Uarkqs5iU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/my-greatest-fujifilm-camera-lesson/">My Greatest Fujifilm Camera Lesson</a></h3><p class="card__excerpt">My greatest Fujifilm camera lesson learned when I messed up 3 days of video footage. However, in the end, I got a much more important lesson: sometimes in life, just…</p><div class="card__meta"><span>April 2021</span><a href="/videos/2021/my-greatest-fujifilm-camera-lesson/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2021/fujifilm-in-camera-photo-editing/"><img src="https://i.ytimg.com/vi/4JziGamRq0I/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-in-camera-photo-editing/">Fujifilm In-Camera Photo Editing</a></h3><p class="card__excerpt">Fujifilm In-Camera photo editing using the RAW converter. Yes, I know that there&#39;s a program called &#39;FUJIFILM X RAW STUDIO&#39; which uses your camera&#39;s RAW processing…</p><div class="card__meta"><span>April 2021</span><a href="/videos/2021/fujifilm-in-camera-photo-editing/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday"><a class="card__media" href="/videos/2021/fujifilm-xt4-firmware-update-1-20-review/"><img src="https://i.ytimg.com/vi/o6AMDOiUvwU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-xt4-firmware-update-1-20-review/">Fujifilm XT4 Firmware Update 1.20 Review</a></h3><p class="card__excerpt">Fujifilm XT4 firmware update 1.20 tested and reviewed, with examination of the new automatic power off setting to use when camera is overheating.</p><div class="card__meta"><span>April 2021</span><a href="/videos/2021/fujifilm-xt4-firmware-update-1-20-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2021/fujifilm-image-stabilization/"><img src="https://i.ytimg.com/vi/bQlWRyt387I/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-image-stabilization/">Fujifilm Image Stabilization</a></h3><p class="card__excerpt">Fujifilm image stabilization information for OIS lens stabilization, in-body image stabilization (IBIS) and digital stabilization for Fujifilm cameras, especially the…</p><div class="card__meta"><span>March 2021</span><a href="/videos/2021/fujifilm-image-stabilization/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2021/facing-my-greatest-fear/"><img src="https://i.ytimg.com/vi/cg06zogBSYc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2021/facing-my-greatest-fear/">Facing My Greatest Fear</a></h3><p class="card__excerpt">A colonoscopy is the best way to prevent late-stage colon cancer. In this video, I share my experience, give real-life information as to what to expect, and report on…</p><div class="card__meta"><span>March 2021</span><a href="/videos/2021/facing-my-greatest-fear/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2021/50k-subscriber-celebration/"><img src="https://i.ytimg.com/vi/cH0fY3kM678/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2021/50k-subscriber-celebration/">50K Subscriber Celebration!</a></h3><p class="card__excerpt">I need to pinch myself to believe this is real. A very, very, VERY special thank you to all my viewers, especially those that have been here with me from the very first…</p><div class="card__meta"><span>March 2021</span><a href="/videos/2021/50k-subscriber-celebration/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2021/fujifilm-mac-sd-card-problem/"><img src="https://i.ytimg.com/vi/ilgBBae8L-Q/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-mac-sd-card-problem/">Fujifilm Mac SD Card Problem</a></h3><p class="card__excerpt">Fujifilm formatted SD Cards are sometimes not recognized in Macs. Demonstration of the problem, as well as a workaround and request to Fujifilm and Apple for a fix. Get…</p><div class="card__meta"><span>March 2021</span><a href="/videos/2021/fujifilm-mac-sd-card-problem/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2021/easier-fujifilm-autofocus/"><img src="https://i.ytimg.com/vi/u74gB6Hs6GU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/easier-fujifilm-autofocus/">Easier Fujifilm Autofocus</a></h3><p class="card__excerpt">Fujifilm menu autofocus settings can make using the camera&#39;s autofocus (on the XT4, XT3, XT2, and other Fuji cameras) easier to use and manage. The most important…</p><div class="card__meta"><span>March 2021</span><a href="/videos/2021/easier-fujifilm-autofocus/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2021/super-resolution-for-fujifilm/"><img src="https://i.ytimg.com/vi/-U-ejZqsmT4/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2021/super-resolution-for-fujifilm/">Super Resolution for Fujifilm</a></h3><p class="card__excerpt">How to use Adobe&#39;s new Super Resolution feature for Fujifilm RAW files in Photoshop, Lightroom, and Adobe Camera RAW. Also how to add super resolution to JPEG files and…</p><div class="card__meta"><span>March 2021</span><a href="/videos/2021/super-resolution-for-fujifilm/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2021/fujifilm-exposure-bracketing-and-hdr/"><img src="https://i.ytimg.com/vi/sqy-lbbx6U8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-exposure-bracketing-and-hdr/">Fujifilm Exposure Bracketing and HDR</a></h3><p class="card__excerpt">Fujifilm exposure bracketing tutorial and how to exposure bracket on XT2, XT3, and XT4 cameras. Also a comparison with the High Dynamic Range (HDR) setting. ❗️IMPORTANT:…</p><div class="card__meta"><span>March 2021</span><a href="/videos/2021/fujifilm-exposure-bracketing-and-hdr/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2021/5-fujifilm-accessories-under-50/"><img src="https://i.ytimg.com/vi/AldgRyNxmHY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2021/5-fujifilm-accessories-under-50/">5 Fujifilm Accessories Under $50</a></h3><p class="card__excerpt">My 5 favorite accessories for Fujifilm cameras under $50.00.</p><div class="card__meta"><span>March 2021</span><a href="/videos/2021/5-fujifilm-accessories-under-50/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2021/fujifilm-exposure-compensation-dial/"><img src="https://i.ytimg.com/vi/HSSMSMEOnfo/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-exposure-compensation-dial/">Fujifilm Exposure Compensation Dial</a></h3><p class="card__excerpt">How to use the Fujifilm Exposure Compensation Dial. Settings, recommendations, and how it affects the camera&#39;s exposure.</p><div class="card__meta"><span>March 2021</span><a href="/videos/2021/fujifilm-exposure-compensation-dial/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2021/fujifilm-audio-for-video/"><img src="https://i.ytimg.com/vi/7z45MI57_y8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-audio-for-video/">Fujifilm Audio for Video</a></h3><p class="card__excerpt">Fujifilm audio settings for Fuji mirrorless video cameras, such as XT3 and XT4. Recommended microphones also. YouTube Gear:</p><div class="card__meta"><span>March 2021</span><a href="/videos/2021/fujifilm-audio-for-video/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2021/fujifilm-panorama-mode/"><img src="https://i.ytimg.com/vi/_cw2oEu-Oz0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-panorama-mode/">Fujifilm Panorama Mode</a></h3><p class="card__excerpt">How to shoot panorama photos with Fujifilm cameras that offer the Panorama Mode setting. Also provided are a few tips and tricks to get better panorama images.</p><div class="card__meta"><span>February 2021</span><a href="/videos/2021/fujifilm-panorama-mode/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2021/how-to-fix-evernote-to-notion-import-problems/"><img src="https://i.ytimg.com/vi/yvPFi8cFVfo/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2021/how-to-fix-evernote-to-notion-import-problems/">How to FIX Evernote to Notion Import Problems</a></h3><p class="card__excerpt">Fix Evernote to Notion import problems. Notion gets stuck on importing from Evernote and this video will walk you through how to prepare your Evernote notebook for…</p><div class="card__meta"><span>February 2021</span><a href="/videos/2021/how-to-fix-evernote-to-notion-import-problems/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2021/5-fujifilm-camera-problems-and-how-to-fix/"><img src="https://i.ytimg.com/vi/AHrs6JA4s3s/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/5-fujifilm-camera-problems-and-how-to-fix/">5 Fujifilm Camera &quot;Problems&quot; (and how to FIX)</a></h3><p class="card__excerpt">5 Fujifilm camera problems and how to fix them. Well, except for #4, not so much &#39;problems&#39; but misunderstandings in settings, setup, and use of fuji cameras.</p><div class="card__meta"><span>February 2021</span><a href="/videos/2021/5-fujifilm-camera-problems-and-how-to-fix/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2021/fujifilm-quick-settings/"><img src="https://i.ytimg.com/vi/iE4sAPrVqE0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-quick-settings/">Fujifilm Quick Settings</a></h3><p class="card__excerpt">How to use the Fujifilm Quick Settings Menu (Q Menu) on X-T2, X-T3, X-T4, and other Fujifilm mirrorless cameras.</p><div class="card__meta"><span>February 2021</span><a href="/videos/2021/fujifilm-quick-settings/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2021/fujifilm-high-dynamic-range-hdr/"><img src="https://i.ytimg.com/vi/jwAvSwrbmP4/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-high-dynamic-range-hdr/">Fujifilm High Dynamic Range (HDR)</a></h3><p class="card__excerpt">Fujifilm High Dynamic Range (HDR) setting and how it affects JPEG and RAW photos. Tips for improving image quality using the clarity and sharpness sliders together with…</p><div class="card__meta"><span>February 2021</span><a href="/videos/2021/fujifilm-high-dynamic-range-hdr/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2021/studio-tour-and-gear-2021/"><img src="https://i.ytimg.com/vi/iBQ7hC1DCHY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2021/studio-tour-and-gear-2021/">Studio Tour and Gear 2021</a></h3><p class="card__excerpt">Here&#39;s my basic gear list:</p><div class="card__meta"><span>February 2021</span><a href="/videos/2021/studio-tour-and-gear-2021/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2021/dynamic-range-priority-fujifilm/"><img src="https://i.ytimg.com/vi/pTR4-S-0O6w/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/dynamic-range-priority-fujifilm/">Dynamic Range Priority Fujifilm</a></h3><p class="card__excerpt">Dynamic Range Priority setting on Fujifilm cameras and how it affects the highlights, shadows, and contrast of the photos.</p><div class="card__meta"><span>February 2021</span><a href="/videos/2021/dynamic-range-priority-fujifilm/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2021/fujifilm-camera-app/"><img src="https://i.ytimg.com/vi/0DIurNKgtaM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2021/fujifilm-camera-app/">Fujifilm Camera App</a></h3><p class="card__excerpt">Review of the Fujifilm Camera Remote App. Tips for solving connection and WiFi problems and suggestions (to Fuji) for improvement for a new firmware or app version.</p><div class="card__meta"><span>February 2021</span><a href="/videos/2021/fujifilm-camera-app/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday"><a class="card__media" href="/videos/2021/fujifilm-fix-dead-hot-stuck-pixels/"><img src="https://i.ytimg.com/vi/na4i72AHnI4/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-fix-dead-hot-stuck-pixels/">Fujifilm Fix Dead Hot Stuck Pixels</a></h3><p class="card__excerpt">How to fix dead, hot, and stuck pixels on Fujifilm cameras. Hot and stuck pixels can be remapped using the pixel mapping feature. Dead pixels are unfortunately more of a…</p><div class="card__meta"><span>January 2021</span><a href="/videos/2021/fujifilm-fix-dead-hot-stuck-pixels/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2021/how-to-use-fujifilm-f-log/"><img src="https://i.ytimg.com/vi/ZxMwXg5S7o0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/how-to-use-fujifilm-f-log/">How to Use Fujifilm F-Log</a></h3><p class="card__excerpt">How to use and shoot in Fujifilm F-Log on the X-T2, X-T3, and X-T4 mirrorless cameras. Also applies to any Fujifilm camera that offers F-Log format.</p><div class="card__meta"><span>January 2021</span><a href="/videos/2021/how-to-use-fujifilm-f-log/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2021/fujifilm-shutter-speed-dial/"><img src="https://i.ytimg.com/vi/QaE6_0wsozA/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-shutter-speed-dial/">Fujifilm Shutter Speed Dial</a></h3><p class="card__excerpt">Fujifilm shutter speed dial for XT2, XT3, and XT4 cameras.</p><div class="card__meta"><span>January 2021</span><a href="/videos/2021/fujifilm-shutter-speed-dial/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings iso"><a class="card__media" href="/videos/2021/fujifilm-dynamic-range-settings/"><img src="https://i.ytimg.com/vi/RjjCa73XxsY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-dynamic-range-settings/">Fujifilm Dynamic Range Settings</a></h3><p class="card__excerpt">Dynamic range setting on Fujifilm XT2, XT3, and XT4 cameras for still photography and video. Dynamic range is a complex topic that involves ISO, camera processing, and…</p><div class="card__meta"><span>January 2021</span><a href="/videos/2021/fujifilm-dynamic-range-settings/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2021/sports-photography-finder-mode-fujifilm/"><img src="https://i.ytimg.com/vi/I5vUkTrHS7A/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/sports-photography-finder-mode-fujifilm/">Sports Photography Finder Mode Fujifilm</a></h3><p class="card__excerpt">How to use the Sports Finder Mode for Fujifilm cameras.</p><div class="card__meta"><span>January 2021</span><a href="/videos/2021/sports-photography-finder-mode-fujifilm/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="lens-reviews"><a class="card__media" href="/videos/2021/7artisans-35mm-f0-95-for-fujifilm-review/"><img src="https://i.ytimg.com/vi/ZpHr5Tn_JGk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Lens Reviews</p><h3 class="card__title"><a href="/videos/2021/7artisans-35mm-f0-95-for-fujifilm-review/">7Artisans 35mm f0.95 for Fujifilm Review</a></h3><p class="card__excerpt">7Artisans f/0.95 35mm Fujifilm lens review. CORRECTIONS: Lens weighs 369g and not 360g as shown in the graphic. Also, min focus is 0.37m and not 0.37cm.</p><div class="card__meta"><span>January 2021</span><a href="/videos/2021/7artisans-35mm-f0-95-for-fujifilm-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday"><a class="card__media" href="/videos/2021/fujifilm-auto-white-balance-lock/"><img src="https://i.ytimg.com/vi/jExoR3L45uQ/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2021/fujifilm-auto-white-balance-lock/">Fujifilm Auto White Balance Lock</a></h3><p class="card__excerpt">How to lock your Fujifilm camera&#39;s auto white balance using AWB Lock.</p><div class="card__meta"><span>January 2021</span><a href="/videos/2021/fujifilm-auto-white-balance-lock/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="capture-one-training"><a class="card__media" href="/videos/2021/capture-one-fujifilm-tutorial-lesson-5/"><img src="https://i.ytimg.com/vi/wkRZbKOtbSc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Capture One Training</p><h3 class="card__title"><a href="/videos/2021/capture-one-fujifilm-tutorial-lesson-5/">Capture One Fujifilm Tutorial - Lesson 5</a></h3><p class="card__excerpt">How to export photos in Capture One. Tutorial lesson on Capture One for Fujifilm cameras. This is Lesson #5 - building upon on the foundations taught in Lesson #4, and…</p><div class="card__meta"><span>January 2021</span><a href="/videos/2021/capture-one-fujifilm-tutorial-lesson-5/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2021/how-to-get-what-you-need-in-2021/"><img src="https://i.ytimg.com/vi/wldhG9bTScA/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2021/how-to-get-what-you-need-in-2021/">How to Get What You Need in 2021</a></h3><p class="card__excerpt">Happy New Year! This video will show you how to get what you need in 2021. Whether you are trying to grow a business, connect more with your significant other, or just…</p><div class="card__meta"><span>January 2021</span><a href="/videos/2021/how-to-get-what-you-need-in-2021/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/why-i-love-tv/"><img src="https://i.ytimg.com/vi/ixlSagqZCp0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/why-i-love-tv/">Why &quot;I LOVE TV&quot;</a></h3><p class="card__excerpt">Wishing everyone a safe and wonderful holiday season. You inspire me each and every day.</p><div class="card__meta"><span>December 2020</span><a href="/videos/2020/why-i-love-tv/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="fast-friday"><a class="card__media" href="/videos/2020/i-let-a-machine-choose-my-best-photos/"><img src="https://i.ytimg.com/vi/OBj924rltBc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Fast Friday</p><h3 class="card__title"><a href="/videos/2020/i-let-a-machine-choose-my-best-photos/">I Let a Machine Choose My BEST Photos!</a></h3><p class="card__excerpt">I let a machine (AI) choose my best photos.</p><div class="card__meta"><span>December 2020</span><a href="/videos/2020/i-let-a-machine-choose-my-best-photos/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/my-response-to-jared-polin/"><img src="https://i.ytimg.com/vi/ypKwuw8TyDg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/my-response-to-jared-polin/">My Response to Jared Polin</a></h3><p class="card__excerpt">My response to Jared Polin&#39;s recent video about his struggle with social media and smartphones. Jared&#39;s video is here: It&#39;s great and deserves a watch. Go check it out.</p><div class="card__meta"><span>December 2020</span><a href="/videos/2020/my-response-to-jared-polin/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/camera-slider-giveaway/"><img src="https://i.ytimg.com/vi/-n9_BTtPxOg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/camera-slider-giveaway/">Camera Slider Giveaway!</a></h3><p class="card__excerpt">Submit your entry here:</p><div class="card__meta"><span>December 2020</span><a href="/videos/2020/camera-slider-giveaway/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="fast-friday"><a class="card__media" href="/videos/2020/camera-sd-card-tips/"><img src="https://i.ytimg.com/vi/8j8haQSfLbk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Fast Friday</p><h3 class="card__title"><a href="/videos/2020/camera-sd-card-tips/">Camera SD Card Tips</a></h3><p class="card__excerpt">Camera SD card tips and best practices to prevent data loss, file corruption, and other SD card problems, as well as organization tips. BTW, the 2020 dumpster fire…</p><div class="card__meta"><span>December 2020</span><a href="/videos/2020/camera-sd-card-tips/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/all-fujifilm-film-simulations-in-lightroom/"><img src="https://i.ytimg.com/vi/UUce-04DoSM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/all-fujifilm-film-simulations-in-lightroom/">ALL Fujifilm Film Simulations in Lightroom</a></h3><p class="card__excerpt">Video notification signup: (so you never miss a video):</p><div class="card__meta"><span>December 2020</span><a href="/videos/2020/all-fujifilm-film-simulations-in-lightroom/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="fast-friday iso"><a class="card__media" href="/videos/2020/fujifilm-iso-performance-xt3-vs-xt4/"><img src="https://i.ytimg.com/vi/IT8hI_BenyE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Fast Friday</p><h3 class="card__title"><a href="/videos/2020/fujifilm-iso-performance-xt3-vs-xt4/">Fujifilm ISO Performance: XT3 vs XT4</a></h3><p class="card__excerpt">Fujifilm low light ISO performance comparison between XT3 and XT4 cameras. This was NOT a scientific test. Just a fun one to satisfy my own curiosity. While the XT3 and…</p><div class="card__meta"><span>December 2020</span><a href="/videos/2020/fujifilm-iso-performance-xt3-vs-xt4/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/connect-fujifilm-to-pc-mac/"><img src="https://i.ytimg.com/vi/sjpSGnM0F8M/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/connect-fujifilm-to-pc-mac/">Connect Fujifilm to PC/Mac</a></h3><p class="card__excerpt">Connect your Fujifilm camera to a PC or Mac using one of the connection modes. This guide explains each of the five camera connection modes and how to set up the…</p><div class="card__meta"><span>December 2020</span><a href="/videos/2020/connect-fujifilm-to-pc-mac/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/photographer-gift-ideas/"><img src="https://i.ytimg.com/vi/7HGtVoxpHtg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/photographer-gift-ideas/">Photographer Gift Ideas</a></h3><p class="card__excerpt">Photographer gift ideas and buying guide for 2020.</p><div class="card__meta"><span>November 2020</span><a href="/videos/2020/photographer-gift-ideas/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="fast-friday"><a class="card__media" href="/videos/2020/update-godox-flash-speedlights/"><img src="https://i.ytimg.com/vi/7SqBqS0A-s4/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Fast Friday</p><h3 class="card__title"><a href="/videos/2020/update-godox-flash-speedlights/">Update Godox Flash Speedlights</a></h3><p class="card__excerpt">How to update the firmware on your Godox flash or studio strobe speedlights.</p><div class="card__meta"><span>November 2020</span><a href="/videos/2020/update-godox-flash-speedlights/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2020/mars-400s-pro-review/"><img src="https://i.ytimg.com/vi/3q8lOvJMhSs/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2020/mars-400s-pro-review/">Mars 400s Pro Review</a></h3><p class="card__excerpt">Mars 400s Pro wireless video review, testing, and setup with Fujifilm XT4 camera.</p><div class="card__meta"><span>November 2020</span><a href="/videos/2020/mars-400s-pro-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="fast-friday capture-one-training"><a class="card__media" href="/videos/2020/prevent-cropping-in-capture-one/"><img src="https://i.ytimg.com/vi/o_uWX6igmAM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Fast Friday</p><h3 class="card__title"><a href="/videos/2020/prevent-cropping-in-capture-one/">Prevent Cropping in Capture One</a></h3><p class="card__excerpt">How to stop Capture One from automatically cropping your photos, as well as how to prevent auto cropping from occurring in newly imported photos.</p><div class="card__meta"><span>November 2020</span><a href="/videos/2020/prevent-cropping-in-capture-one/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/sd-card-not-recognized-in-mac/"><img src="https://i.ytimg.com/vi/GY1YlHS-a6k/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/sd-card-not-recognized-in-mac/">SD Card Not Recognized in Mac</a></h3><p class="card__excerpt">SD card not recognized? Here&#39;s how to fix MacOS Big Sur external drive SD card problem when operating system won&#39;t recognize the SD card from camera.</p><div class="card__meta"><span>November 2020</span><a href="/videos/2020/sd-card-not-recognized-in-mac/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2020/fujifilm-flash-setup-with-godox/"><img src="https://i.ytimg.com/vi/RsFBR_xopqE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2020/fujifilm-flash-setup-with-godox/">Fujifilm Flash Setup with Godox</a></h3><p class="card__excerpt">Quickstart guide for basic setup of Godox flash speedlights for Fujifilm cameras.</p><div class="card__meta"><span>November 2020</span><a href="/videos/2020/fujifilm-flash-setup-with-godox/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2020/fujifilm-advanced-filters/"><img src="https://i.ytimg.com/vi/OZYnmoAhP0c/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2020/fujifilm-advanced-filters/">Fujifilm Advanced Filters</a></h3><p class="card__excerpt">Advanced filter setting in Fujifilm XT2, XT3, and XT4 cameras. Tips and recommendations for using the ADV filters menu setting.</p><div class="card__meta"><span>November 2020</span><a href="/videos/2020/fujifilm-advanced-filters/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2020/fujifilm-video-focus-modes/"><img src="https://i.ytimg.com/vi/_6RQhB4KVg4/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2020/fujifilm-video-focus-modes/">Fujifilm Video Focus Modes</a></h3><p class="card__excerpt">Fujifilm video focus modes to shoot video on Fujifilm XT2, XT3, and XT4 cameras.</p><div class="card__meta"><span>November 2020</span><a href="/videos/2020/fujifilm-video-focus-modes/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2020/fujifilm-focus-range-limiter/"><img src="https://i.ytimg.com/vi/W4LWYtFJz1A/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2020/fujifilm-focus-range-limiter/">Fujifilm Focus Range Limiter</a></h3><p class="card__excerpt">How to use Fujifilm&#39;s focus range limiter. This new camera feature was added with the XT3 firmware update 4.0, and is also a part of the XT4.</p><div class="card__meta"><span>November 2020</span><a href="/videos/2020/fujifilm-focus-range-limiter/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2020/best-camera-monitor-under-200/"><img src="https://i.ytimg.com/vi/Rd7iYNPQQyI/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2020/best-camera-monitor-under-200/">Best Camera Monitor Under $200</a></h3><p class="card__excerpt">Best budget camera monitor for under $200? In the video, I review the Portkeys P6 4K external camera monitor.</p><div class="card__meta"><span>November 2020</span><a href="/videos/2020/best-camera-monitor-under-200/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2020/thank-you-fujifilm-focus-zoom-and-happy-halloween/"><img src="https://i.ytimg.com/vi/UygjqiTD5pg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2020/thank-you-fujifilm-focus-zoom-and-happy-halloween/">Thank You, Fujifilm Focus Zoom, and Happy Halloween!</a></h3><p class="card__excerpt">This 3-part video covers a thank you to all subscribers for supporting this channel, as well as Fujifilm Focus Zoom feature. And a bit of halloween.</p><div class="card__meta"><span>October 2020</span><a href="/videos/2020/thank-you-fujifilm-focus-zoom-and-happy-halloween/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2020/fujifilm-xt3-firmware-update-4-0-review/"><img src="https://i.ytimg.com/vi/VuhIA1S4eXg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2020/fujifilm-xt3-firmware-update-4-0-review/">Fujifilm XT3 Firmware Update 4.0 Review</a></h3><p class="card__excerpt">Get the firmware here:</p><div class="card__meta"><span>October 2020</span><a href="/videos/2020/fujifilm-xt3-firmware-update-4-0-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/lightroom-update-color-grading-tools/"><img src="https://i.ytimg.com/vi/5BE5pjqEc-E/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/lightroom-update-color-grading-tools/">Lightroom Update: Color Grading Tools</a></h3><p class="card__excerpt">Adobe Lightroom and Lightroom Classic added new color grading tools and more to recent software update. Video discusses how the new color grading tools work, as well as…</p><div class="card__meta"><span>October 2020</span><a href="/videos/2020/lightroom-update-color-grading-tools/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings iso"><a class="card__media" href="/videos/2020/fuji-iso-performance/"><img src="https://i.ytimg.com/vi/rR8wz0Zroio/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2020/fuji-iso-performance/">Fuji ISO Performance</a></h3><p class="card__excerpt">Fuji ISO performance and ISO invariance compared on Fujifilm XT3 camera with various settings and Lightroom/Capture One processing.</p><div class="card__meta"><span>October 2020</span><a href="/videos/2020/fuji-iso-performance/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2020/fujifilm-x-t4-using-manual-lens-mount-adapter-setting/"><img src="https://i.ytimg.com/vi/KRwS02ml8XU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2020/fujifilm-x-t4-using-manual-lens-mount-adapter-setting/">Fujifilm X-T4: Using manual lens mount adapter setting</a></h3><p class="card__excerpt">Using the manual lens mount adapter setting on Fujifilm X series cameras.</p><div class="card__meta"><span>October 2020</span><a href="/videos/2020/fujifilm-x-t4-using-manual-lens-mount-adapter-setting/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2020/best-light-for-zoom-meetings-10-vs-1000-light/"><img src="https://i.ytimg.com/vi/-QRe8YeQJ6c/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2020/best-light-for-zoom-meetings-10-vs-1000-light/">BEST light for Zoom meetings: $10 vs. $1000 Light</a></h3><p class="card__excerpt">Best light for Zoom, Skype, video meetings to look better on zoom. Webcam and rim lights tested against a professional studio light in this comparison video.</p><div class="card__meta"><span>October 2020</span><a href="/videos/2020/best-light-for-zoom-meetings-10-vs-1000-light/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="capture-one-training"><a class="card__media" href="/videos/2020/capture-one-fujifilm-tutorial-lesson-4/"><img src="https://i.ytimg.com/vi/lttC9cx-klE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Capture One Training</p><h3 class="card__title"><a href="/videos/2020/capture-one-fujifilm-tutorial-lesson-4/">Capture One Fujifilm Tutorial - Lesson 4</a></h3><p class="card__excerpt">Tutorial lesson on Capture One 20 Color Editor for Fujifilm cameras. This is Lesson #4 - building upon on the foundations taught in Lesson #3, and includes crop, rotate,…</p><div class="card__meta"><span>October 2020</span><a href="/videos/2020/capture-one-fujifilm-tutorial-lesson-4/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography fast-friday"><a class="card__media" href="/videos/2020/fujifilm-settings-for-video-movie-optimized-mode/"><img src="https://i.ytimg.com/vi/ob1_R7F__74/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2020/fujifilm-settings-for-video-movie-optimized-mode/">Fujifilm Settings for Video: Movie Optimized Mode</a></h3><p class="card__excerpt">How to use Fujifilm video movie optimized mode. Fujifilm settings for video in XT3 and XT4. The camera&#39;s video movie optimized modes and movie silent modes enable…</p><div class="card__meta"><span>October 2020</span><a href="/videos/2020/fujifilm-settings-for-video-movie-optimized-mode/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2020/fujifilm-x-t4-camera-setup-for-beginners/"><img src="https://i.ytimg.com/vi/UsgNP6LLsLM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2020/fujifilm-x-t4-camera-setup-for-beginners/">Fujifilm X-T4 Camera Setup for Beginners</a></h3><p class="card__excerpt">Fujifilm X-T4:</p><div class="card__meta"><span>October 2020</span><a href="/videos/2020/fujifilm-x-t4-camera-setup-for-beginners/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2020/fhd-video-fix-for-fujifilm-cameras/"><img src="https://i.ytimg.com/vi/TaApMr9ZEeA/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2020/fhd-video-fix-for-fujifilm-cameras/">FHD Video Fix for Fujifilm Cameras</a></h3><p class="card__excerpt">Discussion of fix for FHD output issue on Fujifilm XT3 and XT4 cameras.</p><div class="card__meta"><span>October 2020</span><a href="/videos/2020/fhd-video-fix-for-fujifilm-cameras/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2020/fujifilm-camera-settings-lcd-display-tips/"><img src="https://i.ytimg.com/vi/qh50C_20ISU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2020/fujifilm-camera-settings-lcd-display-tips/">Fujifilm Camera Settings: LCD Display Tips</a></h3><p class="card__excerpt">Fujifilm X-T4:</p><div class="card__meta"><span>October 2020</span><a href="/videos/2020/fujifilm-camera-settings-lcd-display-tips/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="capture-one-training"><a class="card__media" href="/videos/2020/capture-one-fujifilm-tutorial-lesson-3/"><img src="https://i.ytimg.com/vi/kj7Kb41yJOs/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Capture One Training</p><h3 class="card__title"><a href="/videos/2020/capture-one-fujifilm-tutorial-lesson-3/">Capture One Fujifilm Tutorial - Lesson 3</a></h3><p class="card__excerpt">Tutorial lesson on Capture One 20 for Fujifilm cameras. This is Lesson #3 - building upon on the foundations taught in Lesson #2, and includes applying base…</p><div class="card__meta"><span>September 2020</span><a href="/videos/2020/capture-one-fujifilm-tutorial-lesson-3/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2020/5-common-fujifilm-questions-answered/"><img src="https://i.ytimg.com/vi/ts2pCAQlDpY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2020/5-common-fujifilm-questions-answered/">5 Common Fujifilm Questions Answered</a></h3><p class="card__excerpt">Fujifilm X-T4:</p><div class="card__meta"><span>September 2020</span><a href="/videos/2020/5-common-fujifilm-questions-answered/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="lens-reviews"><a class="card__media" href="/videos/2020/viltrox-56mm-fuji-lens-review/"><img src="https://i.ytimg.com/vi/B3LCMH4Ih4Q/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Lens Reviews</p><h3 class="card__title"><a href="/videos/2020/viltrox-56mm-fuji-lens-review/">Viltrox 56mm Fuji Lens Review</a></h3><p class="card__excerpt">Lens available here:</p><div class="card__meta"><span>September 2020</span><a href="/videos/2020/viltrox-56mm-fuji-lens-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="capture-one-training"><a class="card__media" href="/videos/2020/capture-one-fujifilm-tutorial-lesson-2/"><img src="https://i.ytimg.com/vi/0gWWDwWw4_8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Capture One Training</p><h3 class="card__title"><a href="/videos/2020/capture-one-fujifilm-tutorial-lesson-2/">Capture One Fujifilm Tutorial - Lesson 2</a></h3><p class="card__excerpt">Tutorial lesson on Capture One 20 for Fujifilm cameras. This is Lesson #2 - building upon on the foundations taught in Lesson #1, and includes importing photos, an…</p><div class="card__meta"><span>September 2020</span><a href="/videos/2020/capture-one-fujifilm-tutorial-lesson-2/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2020/fujifilm-face-eye-detection/"><img src="https://i.ytimg.com/vi/byMOzD4NBvk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2020/fujifilm-face-eye-detection/">Fujifilm Face/Eye Detection</a></h3><p class="card__excerpt">My gear: Fuji XT3, XH1, XT4, X-T30, X-Pro3, and other Fujifilm cameras include face/eye detection settings that can assist in better focus and composition. This video…</p><div class="card__meta"><span>September 2020</span><a href="/videos/2020/fujifilm-face-eye-detection/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/fuji-webcam-2-0-software-installation-and-review/"><img src="https://i.ytimg.com/vi/VPvatvaoAyY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/fuji-webcam-2-0-software-installation-and-review/">Fuji Webcam 2.0 Software - Installation and Review</a></h3><p class="card__excerpt">Fujifilm X-T4:</p><div class="card__meta"><span>September 2020</span><a href="/videos/2020/fuji-webcam-2-0-software-installation-and-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/photoshop-and-lightroom-faster-editing/"><img src="https://i.ytimg.com/vi/pGB_XNJsNiw/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/photoshop-and-lightroom-faster-editing/">Photoshop and Lightroom Faster Editing</a></h3><p class="card__excerpt">Get Tourbox here:</p><div class="card__meta"><span>September 2020</span><a href="/videos/2020/photoshop-and-lightroom-faster-editing/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/25-000-youtube-subscribers-thank-you/"><img src="https://i.ytimg.com/vi/5g9eszIOFpk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/25-000-youtube-subscribers-thank-you/">25,000 YouTube Subscribers? Thank You!</a></h3><p class="card__excerpt">I am so touched and speechless. A special thank you to all my viewers and fellow YouTubers, especially those that have been here with me from the very first video. You…</p><div class="card__meta"><span>September 2020</span><a href="/videos/2020/25-000-youtube-subscribers-thank-you/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="fast-friday"><a class="card__media" href="/videos/2020/low-light-photography-mechanical-vs-electronic-shutter/"><img src="https://i.ytimg.com/vi/taShDktdlbA/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Fast Friday</p><h3 class="card__title"><a href="/videos/2020/low-light-photography-mechanical-vs-electronic-shutter/">Low Light Photography: Mechanical vs. Electronic Shutter</a></h3><p class="card__excerpt">Which type of Fujifilm shutter generates more noise in low light high ISO photography? Electronic or Mechanical shutter? Is there a difference in Fujifilm RAW files vs.…</p><div class="card__meta"><span>September 2020</span><a href="/videos/2020/low-light-photography-mechanical-vs-electronic-shutter/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="videography"><a class="card__media" href="/videos/2020/fujifilm-video-color-compression-settings/"><img src="https://i.ytimg.com/vi/25rbgIvxeBE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Videography</p><h3 class="card__title"><a href="/videos/2020/fujifilm-video-color-compression-settings/">Fujifilm Video Color Compression Settings</a></h3><p class="card__excerpt">Fujifilm X-T3 and X-T4 offer two choices for color Chroma Subsampling: 4:2:0 and 4:2:2. This tutorial discusses the difference between these two color settings for…</p><div class="card__meta"><span>September 2020</span><a href="/videos/2020/fujifilm-video-color-compression-settings/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="fast-friday"><a class="card__media" href="/videos/2020/fujifilm-white-balance-how-to-set/"><img src="https://i.ytimg.com/vi/LU67SNGCMtE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Fast Friday</p><h3 class="card__title"><a href="/videos/2020/fujifilm-white-balance-how-to-set/">Fujifilm White Balance (how to set)</a></h3><p class="card__excerpt">How to set a custom white balance for photography in Fujifilm cameras, and why this setting is important, especially for shooting JPEGs and video filmmaking. Camera…</p><div class="card__meta"><span>September 2020</span><a href="/videos/2020/fujifilm-white-balance-how-to-set/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="capture-one-training"><a class="card__media" href="/videos/2020/capture-one-fujifilm-tutorial-lesson-1/"><img src="https://i.ytimg.com/vi/C3xC4ukBitY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Capture One Training</p><h3 class="card__title"><a href="/videos/2020/capture-one-fujifilm-tutorial-lesson-1/">Capture One Fujifilm Tutorial - Lesson 1</a></h3><p class="card__excerpt">Tutorial lesson on Capture One 20 for Fujifilm cameras. This is Lesson #1 - an introduction to the editing software, sessions vs. catalogs, and using 3rd party RAW…</p><div class="card__meta"><span>September 2020</span><a href="/videos/2020/capture-one-fujifilm-tutorial-lesson-1/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2020/boost-your-fujifilm-x-t2-x-t3-and-x-t4/"><img src="https://i.ytimg.com/vi/ETsXi2Hn-Pw/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2020/boost-your-fujifilm-x-t2-x-t3-and-x-t4/">BOOST Your Fujifilm X-T2, X-T3, and X-T4!</a></h3><p class="card__excerpt">Fujifilm X-T4 boost mode settings and camera setup explained, as well as Fuji XT2 and XT3 camera boost vs. normal mode.</p><div class="card__meta"><span>August 2020</span><a href="/videos/2020/boost-your-fujifilm-x-t2-x-t3-and-x-t4/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/fujifilm-x-t4-review-after-3-months-of-use/"><img src="https://i.ytimg.com/vi/8i1c9Q1A_f8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/fujifilm-x-t4-review-after-3-months-of-use/">Fujifilm X-T4 Review (after 3 months of use)</a></h3><p class="card__excerpt">Go to PAL2TECH BACKSTAGE here:</p><div class="card__meta"><span>August 2020</span><a href="/videos/2020/fujifilm-x-t4-review-after-3-months-of-use/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/youtubes-removal-of-subscriber-email-updates/"><img src="https://i.ytimg.com/vi/EEFE7o6BwqQ/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/youtubes-removal-of-subscriber-email-updates/">YouTube’s Removal of Subscriber Email Updates</a></h3><p class="card__excerpt">IMPORTANT: To subscribe for video upload updates, go here:</p><div class="card__meta"><span>August 2020</span><a href="/videos/2020/youtubes-removal-of-subscriber-email-updates/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2020/fujifilm-rgb-histogram/"><img src="https://i.ytimg.com/vi/QILiRth4XuU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2020/fujifilm-rgb-histogram/">Fujifilm RGB Histogram</a></h3><p class="card__excerpt">This video discusses how to use an RGB histogram for Fuji XT3 and XT4 cameras, as well as a method of adjusting JPEG exposure settings to matter match the RAW file.…</p><div class="card__meta"><span>August 2020</span><a href="/videos/2020/fujifilm-rgb-histogram/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/5-fujifilm-exposure-warning-tools/"><img src="https://i.ytimg.com/vi/AjJY36cECgw/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/5-fujifilm-exposure-warning-tools/">5 Fujifilm Exposure Warning Tools</a></h3><p class="card__excerpt">Exposure tools on Fujifilm mirrorless cameras, such as the XT4 or XT3, etc. to help get great exposure. These settings help prevent you from overexposing or…</p><div class="card__meta"><span>August 2020</span><a href="/videos/2020/5-fujifilm-exposure-warning-tools/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/supermarket-dinosaurs/"><img src="https://i.ytimg.com/vi/m9JfjVp5nic/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/supermarket-dinosaurs/">Supermarket Dinosaurs</a></h3><p class="card__excerpt">In celebration of 22,000 subscribers, I took an X-T4 and three dinosaurs to the supermarket with me. A very special thank you to all my viewers who have supported this…</p><div class="card__meta"><span>August 2020</span><a href="/videos/2020/supermarket-dinosaurs/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2020/fujifilm-camera-settings-how-to-backup/"><img src="https://i.ytimg.com/vi/-MX1cQv_RO0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2020/fujifilm-camera-settings-how-to-backup/">Fujifilm Camera Settings (How to BACKUP)</a></h3><p class="card__excerpt">How to use Fujifilm X Acquire Software to backup and restore your Fujifilm camera settings. You can transfer settings from one Fuji camera to a second camera, as well as…</p><div class="card__meta"><span>August 2020</span><a href="/videos/2020/fujifilm-camera-settings-how-to-backup/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/fujifilm-sensor-cleaning/"><img src="https://i.ytimg.com/vi/YhpskzMfx-w/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/fujifilm-sensor-cleaning/">Fujifilm Sensor Cleaning</a></h3><p class="card__excerpt">My Sensor Cleaning Kit:</p><div class="card__meta"><span>August 2020</span><a href="/videos/2020/fujifilm-sensor-cleaning/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday iso"><a class="card__media" href="/videos/2020/fujifilm-xt4-high-and-low-iso-settings-location/"><img src="https://i.ytimg.com/vi/HKMLAnAq7-A/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2020/fujifilm-xt4-high-and-low-iso-settings-location/">Fujifilm XT4: High and Low ISO Settings Location</a></h3><p class="card__excerpt">How to find and adjust high and low ISO settings on Fujifilm X-T4 camera. See this tutorial also: These control high ISO beyond the camera&#39;s native ISO range. Same thing…</p><div class="card__meta"><span>July 2020</span><a href="/videos/2020/fujifilm-xt4-high-and-low-iso-settings-location/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings videography"><a class="card__media" href="/videos/2020/fujifilm-video-tips/"><img src="https://i.ytimg.com/vi/P5BX0FZQfhY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2020/fujifilm-video-tips/">Fujifilm Video Tips</a></h3><p class="card__excerpt">My 5 top Fujifilm video tips for beginners and any photographers unfamiliar with the video settings of the camera. These will quickly get you started to shooing better…</p><div class="card__meta"><span>July 2020</span><a href="/videos/2020/fujifilm-video-tips/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="fast-friday"><a class="card__media" href="/videos/2020/fujifilm-cameras-raw-vs-jpeg/"><img src="https://i.ytimg.com/vi/8QdZuXud9Bw/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Fast Friday</p><h3 class="card__title"><a href="/videos/2020/fujifilm-cameras-raw-vs-jpeg/">Fujifilm Cameras: RAW vs. JPEG</a></h3><p class="card__excerpt">Which file format should you shoot? RAW? JPEG? Both? I explain some pros and cons of both as well as understanding what is a RAW file. See also: Lightroom vs. C1 for RAW…</p><div class="card__meta"><span>July 2020</span><a href="/videos/2020/fujifilm-cameras-raw-vs-jpeg/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="lens-reviews"><a class="card__media" href="/videos/2020/viltrox-23mm-fuji-lens-review/"><img src="https://i.ytimg.com/vi/niZ5zj1Gin8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Lens Reviews</p><h3 class="card__title"><a href="/videos/2020/viltrox-23mm-fuji-lens-review/">Viltrox 23mm Fuji Lens Review</a></h3><p class="card__excerpt">Viltrox 23mm 1.4 Fuji lens review for Fujifilm XT2, XT3, and XT4 cameras. Also discussed is comparison with Fuji 23mm f/2 and Viltrox 33mm.</p><div class="card__meta"><span>July 2020</span><a href="/videos/2020/viltrox-23mm-fuji-lens-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/how-to-use-phone-as-webcam-android-pc/"><img src="https://i.ytimg.com/vi/__YqPT0GHE8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/how-to-use-phone-as-webcam-android-pc/">How to Use Phone as Webcam (Android/PC)</a></h3><p class="card__excerpt">Go to PAL2TECH BACKSTAGE here:</p><div class="card__meta"><span>July 2020</span><a href="/videos/2020/how-to-use-phone-as-webcam-android-pc/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday iso"><a class="card__media" href="/videos/2020/fujifilm-iso-to-front-command-dial/"><img src="https://i.ytimg.com/vi/7fkKqaOJic8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2020/fujifilm-iso-to-front-command-dial/">Fujifilm ISO to Front Command Dial</a></h3><p class="card__excerpt">How to assign Fuji ISO settings to the front command dial on the Fujifilm XT2, XT3, and XT4 cameras.</p><div class="card__meta"><span>July 2020</span><a href="/videos/2020/fujifilm-iso-to-front-command-dial/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/fujifilm-webcam-on-a-mac/"><img src="https://i.ytimg.com/vi/ez1xpXgiVJM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/fujifilm-webcam-on-a-mac/">Fujifilm Webcam on a Mac</a></h3><p class="card__excerpt">Use Fujifilm as a webcam on a Mac. New Fujifilm X Webcam software was released that allows you to tether your Fuji camera to your Mac computer for Zoom meetings, Skype,…</p><div class="card__meta"><span>July 2020</span><a href="/videos/2020/fujifilm-webcam-on-a-mac/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/my-1-important-photography-advice/"><img src="https://i.ytimg.com/vi/0JFsHGLhg5s/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/my-1-important-photography-advice/">My #1 IMPORTANT Photography Advice!</a></h3><p class="card__excerpt">My #1 most important photography advice!</p><div class="card__meta"><span>July 2020</span><a href="/videos/2020/my-1-important-photography-advice/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="fast-friday"><a class="card__media" href="/videos/2020/3-lightroom-editing-shortcuts-for-cropping-photos/"><img src="https://i.ytimg.com/vi/J7cw4vPJBA0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Fast Friday</p><h3 class="card__title"><a href="/videos/2020/3-lightroom-editing-shortcuts-for-cropping-photos/">3 LIGHTROOM Editing Shortcuts for Cropping Photos</a></h3><p class="card__excerpt">Three editing Lightroom editing shortcut tips for cropping photos.</p><div class="card__meta"><span>July 2020</span><a href="/videos/2020/3-lightroom-editing-shortcuts-for-cropping-photos/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/better-smartphone-photography-iphone-and-android/"><img src="https://i.ytimg.com/vi/FzE5PfJQsTQ/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/better-smartphone-photography-iphone-and-android/">Better Smartphone Photography (iPhone and Android)</a></h3><p class="card__excerpt">Better smartphone photography using ND filters. Why smartphone ND filters are so important for both photography and videography. Additionally, video frame rates are…</p><div class="card__meta"><span>July 2020</span><a href="/videos/2020/better-smartphone-photography-iphone-and-android/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2020/how-to-fix-back-button-weirdness-on-fujifilm-cameras/"><img src="https://i.ytimg.com/vi/LxZfkDxDSnY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2020/how-to-fix-back-button-weirdness-on-fujifilm-cameras/">How to FIX Back Button WEIRDNESS on Fujifilm Cameras</a></h3><p class="card__excerpt">How to fix the Fuji camera back button problem when trying to select the plain screen without icons and when the indicators are set to the large size. Hopefully this…</p><div class="card__meta"><span>June 2020</span><a href="/videos/2020/how-to-fix-back-button-weirdness-on-fujifilm-cameras/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/zeapon-micro-2-camera-slider-review-for-fujifilm/"><img src="https://i.ytimg.com/vi/MO22S-7X0_A/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/zeapon-micro-2-camera-slider-review-for-fujifilm/">Zeapon Micro 2 Camera Slider REVIEW for Fujifilm</a></h3><p class="card__excerpt">Is the Zeapon 2 micro slider worth the $200? Let’s find out in today’s review of the Zeapon 2 Micro slider for Fujifilm XT3 and XT4 mirrorless cameras.</p><div class="card__meta"><span>May 2020</span><a href="/videos/2020/zeapon-micro-2-camera-slider-review-for-fujifilm/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/fujifilm-as-webcam-using-fuji-x-software/"><img src="https://i.ytimg.com/vi/6-OXtSQpUO0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/fujifilm-as-webcam-using-fuji-x-software/">Fujifilm as Webcam (using Fuji X Software)</a></h3><p class="card__excerpt">Fujifilm as webcam using Fujifilm X Webcam software for GFX Series, X-H1, X-Pro2, X-Pro3, X-T2, X-T3, and X-T4 cameras. Video covers how to download, install and use…</p><div class="card__meta"><span>May 2020</span><a href="/videos/2020/fujifilm-as-webcam-using-fuji-x-software/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="fast-friday"><a class="card__media" href="/videos/2020/best-lightroom-tool-for-easy-spot-removal/"><img src="https://i.ytimg.com/vi/VaMoN95BW4w/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Fast Friday</p><h3 class="card__title"><a href="/videos/2020/best-lightroom-tool-for-easy-spot-removal/">BEST Lightroom Tool for EASY Spot Removal!</a></h3><p class="card__excerpt">Best Lightroom tool for easy spot removal. This is now my favorite Lightroom tip for fast editing and removing unwanted items from images. Use Capture One? See these…</p><div class="card__meta"><span>May 2020</span><a href="/videos/2020/best-lightroom-tool-for-easy-spot-removal/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="lens-reviews"><a class="card__media" href="/videos/2020/viltrox-33mm-lens-firmware-1-0-6-update-how-to-install/"><img src="https://i.ytimg.com/vi/0VMxRQaWD5Q/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Lens Reviews</p><h3 class="card__title"><a href="/videos/2020/viltrox-33mm-lens-firmware-1-0-6-update-how-to-install/">Viltrox 33mm Lens Firmware 1.0.6 Update (How to Install)</a></h3><p class="card__excerpt">Viltrox 33mm Lens Firmware 1.0.6 Update for the 33mm f/1.4 Fuji lens. How install this update that fixes a number of problems, including some that were discussed in the…</p><div class="card__meta"><span>May 2020</span><a href="/videos/2020/viltrox-33mm-lens-firmware-1-0-6-update-how-to-install/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="lens-reviews"><a class="card__media" href="/videos/2020/viltrox-33mm-lens-firmware-update-old-version/"><img src="https://i.ytimg.com/vi/SS9epjPUw6I/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Lens Reviews</p><h3 class="card__title"><a href="/videos/2020/viltrox-33mm-lens-firmware-update-old-version/">Viltrox 33mm Lens Firmware Update. (OLD VERSION)</a></h3><p class="card__excerpt">Viltrox released the 1.0.6 firmware update for the 33mm f/1.4 Fuji lens. Note: this video was re-uploaded to shorten for time and better discuss the firmware update…</p><div class="card__meta"><span>May 2020</span><a href="/videos/2020/viltrox-33mm-lens-firmware-update-old-version/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="lens-reviews"><a class="card__media" href="/videos/2020/viltrox-fuji-33mm-lens-review/"><img src="https://i.ytimg.com/vi/E6O0X43teFk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Lens Reviews</p><h3 class="card__title"><a href="/videos/2020/viltrox-fuji-33mm-lens-review/">Viltrox Fuji 33mm Lens Review</a></h3><p class="card__excerpt">Viltrox 33mm Fuji lens review for Fujifilm cameras. Also, the Viltrox 33mm vs. Fuji 35mm lens on shooting scenarios and a tutorial/discussion about exposure and aperture…</p><div class="card__meta"><span>May 2020</span><a href="/videos/2020/viltrox-fuji-33mm-lens-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="fast-friday"><a class="card__media" href="/videos/2020/fujifilm-bleach-bypass-film-simulation-for-all-your-photos/"><img src="https://i.ytimg.com/vi/BuZHGSO8Apk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Fast Friday</p><h3 class="card__title"><a href="/videos/2020/fujifilm-bleach-bypass-film-simulation-for-all-your-photos/">Fujifilm Bleach Bypass Film Simulation for ALL Your Photos!</a></h3><p class="card__excerpt">Fujifilm Bleach Bypass Film Simulation for all of your photos, even images shot on XT2, XT3, etc. and apply this film sim using Adobe Lightroom or Photoshop. Download…</p><div class="card__meta"><span>May 2020</span><a href="/videos/2020/fujifilm-bleach-bypass-film-simulation-for-all-your-photos/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/best-budget-camera-monitor-andycine-x7-review/"><img src="https://i.ytimg.com/vi/Lcq3CaABjjU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/best-budget-camera-monitor-andycine-x7-review/">Best Budget Camera Monitor: ANDYCINE X7 Review</a></h3><p class="card__excerpt">Review of Andycine X7 Camera/DLSR Field monitor tested for Fujifilm XT2, XT3, and XT4 system. This monitor is extremely bright at 2200 nits, priced well, and has a…</p><div class="card__meta"><span>May 2020</span><a href="/videos/2020/best-budget-camera-monitor-andycine-x7-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2020/enable-histogram-in-fujifilm-cameras/"><img src="https://i.ytimg.com/vi/Nq1zILkZDO0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2020/enable-histogram-in-fujifilm-cameras/">Enable Histogram in Fujifilm Cameras</a></h3><p class="card__excerpt">How to enable histogram in Fujifilm cameras. Learning to read and properly use a histogram is one of the most valuable skills you can acquire as a photographer. If you…</p><div class="card__meta"><span>May 2020</span><a href="/videos/2020/enable-histogram-in-fujifilm-cameras/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2020/focus-bracketing-on-fujifilm-cameras/"><img src="https://i.ytimg.com/vi/gouqhCSVdAY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2020/focus-bracketing-on-fujifilm-cameras/">Focus Bracketing on Fujifilm Cameras</a></h3><p class="card__excerpt">Focus bracketing on Fujifilm cameras, such as the XT3, XT4, XS10, GFX100S, etc.. Most of the step-by-step Photoshop, Lightroom, and Helicon Focus focus stacking…</p><div class="card__meta"><span>April 2020</span><a href="/videos/2020/focus-bracketing-on-fujifilm-cameras/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="fast-friday"><a class="card__media" href="/videos/2020/use-your-phone-as-a-webcam-iphone-mac-pc-2021/"><img src="https://i.ytimg.com/vi/1rXsWPEZosQ/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Fast Friday</p><h3 class="card__title"><a href="/videos/2020/use-your-phone-as-a-webcam-iphone-mac-pc-2021/">Use Your Phone as a Webcam | iPhone, Mac, PC (2021)</a></h3><p class="card__excerpt">How to use your phone as a webcam. Go to PAL2TECH BACKSTAGE here:</p><div class="card__meta"><span>April 2020</span><a href="/videos/2020/use-your-phone-as-a-webcam-iphone-mac-pc-2021/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/how-to-use-fujifilm-camera-as-webcam/"><img src="https://i.ytimg.com/vi/t2CA1bGmEiM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/how-to-use-fujifilm-camera-as-webcam/">How to Use Fujifilm Camera as Webcam</a></h3><p class="card__excerpt">How to use fujifilm camera as a webcam.</p><div class="card__meta"><span>April 2020</span><a href="/videos/2020/how-to-use-fujifilm-camera-as-webcam/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="fast-friday"><a class="card__media" href="/videos/2020/fujifilm-macro-photography-without-macro-lens-or-tubes/"><img src="https://i.ytimg.com/vi/yO0AXxTS7hs/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Fast Friday</p><h3 class="card__title"><a href="/videos/2020/fujifilm-macro-photography-without-macro-lens-or-tubes/">Fujifilm Macro Photography (without macro lens or tubes)</a></h3><p class="card__excerpt">Fujifilm macro photograph without a macro lens or tubes. IMPORTANT: make sure that you have ’shoot without lens’ set to ON in your button settings in the Fujifilm menu.…</p><div class="card__meta"><span>April 2020</span><a href="/videos/2020/fujifilm-macro-photography-without-macro-lens-or-tubes/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2020/fujifilm-x-t3-touchscreens-autofocus-lockout-issue/"><img src="https://i.ytimg.com/vi/3GggZtQU6Zs/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2020/fujifilm-x-t3-touchscreens-autofocus-lockout-issue/">Fujifilm X-T3 Touchscreen&#39;s Autofocus Lockout Issue</a></h3><p class="card__excerpt">When the Fujifilm X-T3&#39;s touchscreen is used for AF mode, I notice (at least on my camera) that it locks out ability to access/use the custom buttons. Worse, it does…</p><div class="card__meta"><span>April 2020</span><a href="/videos/2020/fujifilm-x-t3-touchscreens-autofocus-lockout-issue/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/were-stealing-it-back-also-studio-tour-2020/"><img src="https://i.ytimg.com/vi/B9gpZvkU7sU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/were-stealing-it-back-also-studio-tour-2020/">We&#39;re Stealing It Back! (also.. Studio Tour 2020)</a></h3><p class="card__excerpt">Last night my YouTube stream was a stolen! Technical, audio, computer, and bandwidth glitches took all the awesome content away. So, we’re stealing it back! #pal2tech…</p><div class="card__meta"><span>March 2020</span><a href="/videos/2020/were-stealing-it-back-also-studio-tour-2020/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="fast-friday"><a class="card__media" href="/videos/2020/best-fujifilm-camera-accessory/"><img src="https://i.ytimg.com/vi/IBvE1cmcx28/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Fast Friday</p><h3 class="card__title"><a href="/videos/2020/best-fujifilm-camera-accessory/">BEST Fujifilm Camera Accessory</a></h3><p class="card__excerpt">Best Fujifilm camera accessory. Fujifilm Macro Extension Tube (MCEX-11):</p><div class="card__meta"><span>March 2020</span><a href="/videos/2020/best-fujifilm-camera-accessory/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/coping-with-stress-tips-for-photographers/"><img src="https://i.ytimg.com/vi/wLStXt2yv9I/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/coping-with-stress-tips-for-photographers/">Coping with Stress - Tips for Photographers</a></h3><p class="card__excerpt">Coping with stress and tips for photographers. When major events in life spin beyond our control, it creates stressful and difficult situations. We are in a time like no…</p><div class="card__meta"><span>March 2020</span><a href="/videos/2020/coping-with-stress-tips-for-photographers/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday iso"><a class="card__media" href="/videos/2020/fujifilm-extended-iso-l-setting/"><img src="https://i.ytimg.com/vi/adMzJjnKFws/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2020/fujifilm-extended-iso-l-setting/">Fujifilm Extended ISO &#39;L&#39; Setting</a></h3><p class="card__excerpt">Fujifilm extended ISO L and H settings on the Fuji X-T3 and X-T4 camera are used for Extended ISO. This video explains how the L button works and affects your Fujifilm…</p><div class="card__meta"><span>March 2020</span><a href="/videos/2020/fujifilm-extended-iso-l-setting/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/fujifilm-with-ronin-sc-for-follow-focus/"><img src="https://i.ytimg.com/vi/bS7lvDxaO7U/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/fujifilm-with-ronin-sc-for-follow-focus/">Fujifilm with Ronin SC for Follow Focus</a></h3><p class="card__excerpt">How to connect the Fujifilm to Ronin SC gimbal for follow focus. Both the focus wheel (with latest firmware update) and the focus motor (using old method) are discussed.</p><div class="card__meta"><span>March 2020</span><a href="/videos/2020/fujifilm-with-ronin-sc-for-follow-focus/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/fujifilm-sidecar-xmp-files-explained/"><img src="https://i.ytimg.com/vi/87Ggofv5xuQ/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/fujifilm-sidecar-xmp-files-explained/">Fujifilm Sidecar XMP Files Explained</a></h3><p class="card__excerpt">Fujifilm Sidecar XMP files are explained in this tutorial. Lightroom and Photoshop usage and settings for sidecar XMP files also covered as well some best practices and…</p><div class="card__meta"><span>March 2020</span><a href="/videos/2020/fujifilm-sidecar-xmp-files-explained/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/best-budget-led-video-light/"><img src="https://i.ytimg.com/vi/ZdkbZief03s/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/best-budget-led-video-light/">Best Budget LED Video Light</a></h3><p class="card__excerpt">Best budget LED video light. Review and testing of the NEEWER Advanced 660 LED Video Light. This light was also used extensively behind the scenes for the opener and…</p><div class="card__meta"><span>March 2020</span><a href="/videos/2020/best-budget-led-video-light/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="fast-friday"><a class="card__media" href="/videos/2020/lightroom-vs-capture-one-in-5-minutes-for-fujifilm-camera-users/"><img src="https://i.ytimg.com/vi/qNFkmCXxPj0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Fast Friday</p><h3 class="card__title"><a href="/videos/2020/lightroom-vs-capture-one-in-5-minutes-for-fujifilm-camera-users/">Lightroom vs. Capture One in 5 Minutes for Fujifilm Camera Users</a></h3><p class="card__excerpt">Lightroom vs. Capture One with Fujifilm RAW files, processing, and the worms and sharpening issues. This is a brief overview for those new Fujifilm mirrorless camera…</p><div class="card__meta"><span>February 2020</span><a href="/videos/2020/lightroom-vs-capture-one-in-5-minutes-for-fujifilm-camera-users/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/luminar-facebook-data-sharing-an-update/"><img src="https://i.ytimg.com/vi/1kowlPo8Ko0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/luminar-facebook-data-sharing-an-update/">Luminar/Facebook Data Sharing: An Update</a></h3><p class="card__excerpt">I promised that I would make a follow up video if any updates were made to Luminar 4 that addressed this situation. Well, they did, and here it is.</p><div class="card__meta"><span>February 2020</span><a href="/videos/2020/luminar-facebook-data-sharing-an-update/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/fujifilm-x-t4-new-features-price-release-date/"><img src="https://i.ytimg.com/vi/1qP8JeuBtxA/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/fujifilm-x-t4-new-features-price-release-date/">Fujifilm X-T4: New Features, Price, Release Date</a></h3><p class="card__excerpt">UPDATE: See my full review of the X-T4 camera here:</p><div class="card__meta"><span>February 2020</span><a href="/videos/2020/fujifilm-x-t4-new-features-price-release-date/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="fast-friday"><a class="card__media" href="/videos/2020/fujifilm-recording-time-limits/"><img src="https://i.ytimg.com/vi/rOkhXHN5wUQ/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Fast Friday</p><h3 class="card__title"><a href="/videos/2020/fujifilm-recording-time-limits/">Fujifilm Recording Time Limits</a></h3><p class="card__excerpt">Fujifilm recording time limits and how to extend them. Tutorial and review of the recording time limits of the Fujifilm X-T3 camera.</p><div class="card__meta"><span>February 2020</span><a href="/videos/2020/fujifilm-recording-time-limits/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings iso"><a class="card__media" href="/videos/2020/auto-iso-and-fujifilm-cameras/"><img src="https://i.ytimg.com/vi/1eE1qAXntrg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2020/auto-iso-and-fujifilm-cameras/">Auto ISO and Fujifilm Cameras</a></h3><p class="card__excerpt">Auto ISO and Fujifilm cameras. Tutorial and review of the Auto ISO mode of the Fujifilm X-T3 camera. The mirrorless camera&#39;s auto iso settings that are explained also…</p><div class="card__meta"><span>February 2020</span><a href="/videos/2020/auto-iso-and-fujifilm-cameras/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="fast-friday"><a class="card__media" href="/videos/2020/broken-hdmi-port-on-fujifilm-how-to-prevent/"><img src="https://i.ytimg.com/vi/G1GnVLg8T0U/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Fast Friday</p><h3 class="card__title"><a href="/videos/2020/broken-hdmi-port-on-fujifilm-how-to-prevent/">Broken HDMI Port on Fujifilm  (How to Prevent)</a></h3><p class="card__excerpt">How to prevent a broken HDMI port on Fujifilm camera. Micro HDMI cable output ports on the Fujifilm X-T3 or X-T2 cameras, or any camera for that matter, are horrible.…</p><div class="card__meta"><span>February 2020</span><a href="/videos/2020/broken-hdmi-port-on-fujifilm-how-to-prevent/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2020/luminar-4-sending-data-to-facebook-my-thoughts/"><img src="https://i.ytimg.com/vi/T56pr7piJz4/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2020/luminar-4-sending-data-to-facebook-my-thoughts/">Luminar 4 Sending Data to Facebook: My Thoughts</a></h3><p class="card__excerpt">UPDATE (Feb 27): Skylum did indeed update the software. And I made a follow-up video about it that you can see here:</p><div class="card__meta"><span>February 2020</span><a href="/videos/2020/luminar-4-sending-data-to-facebook-my-thoughts/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="iso"><a class="card__media" href="/videos/2020/what-is-iso-iso-has-nothing-to-do-with-exposure/"><img src="https://i.ytimg.com/vi/ubv-Es_Enio/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">ISO</p><h3 class="card__title"><a href="/videos/2020/what-is-iso-iso-has-nothing-to-do-with-exposure/">What is ISO? ISO Has NOTHING To Do With Exposure!</a></h3><p class="card__excerpt">What is ISO? How does camera ISO work? How does it affect exposure? This photography tutorial explains these concepts in simple to understand language. NOTE: ISO is a…</p><div class="card__meta"><span>February 2020</span><a href="/videos/2020/what-is-iso-iso-has-nothing-to-do-with-exposure/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="lens-reviews"><a class="card__media" href="/videos/2019/viltrox-85mm-fuji-lens-review/"><img src="https://i.ytimg.com/vi/Se0YlNGrAFc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Lens Reviews</p><h3 class="card__title"><a href="/videos/2019/viltrox-85mm-fuji-lens-review/">Viltrox 85mm Fuji Lens Review</a></h3><p class="card__excerpt">Viltrox 85mm Fuji lens review for Fujifilm X-T3 camera. Also, the Viltrox 85mm vs. Fujifilm 90mm lens on shooting scenarios and a brief tutorial on setting command dial…</p><div class="card__meta"><span>December 2019</span><a href="/videos/2019/viltrox-85mm-fuji-lens-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/i-did-the-gimbal-one-armed-challenge/"><img src="https://i.ytimg.com/vi/0UjxoOr2x94/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/i-did-the-gimbal-one-armed-challenge/">I did the Gimbal One-Armed Challenge!</a></h3><p class="card__excerpt">How long can you hold your 3 Axis Gimbal out using only one arm? Try it out and use the hashtag #OneArmedChallenge. Rules: You must use a proper camera and lens, no…</p><div class="card__meta"><span>December 2019</span><a href="/videos/2019/i-did-the-gimbal-one-armed-challenge/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="fast-friday"><a class="card__media" href="/videos/2019/fujifilm-x-t4-my-top-5-requests/"><img src="https://i.ytimg.com/vi/UH9fOU0Yfr0/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Fast Friday</p><h3 class="card__title"><a href="/videos/2019/fujifilm-x-t4-my-top-5-requests/">Fujifilm X-T4: My Top 5 Requests</a></h3><p class="card__excerpt">My top five requests for Fujifilm X-T4 camera for 2020!</p><div class="card__meta"><span>December 2019</span><a href="/videos/2019/fujifilm-x-t4-my-top-5-requests/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/my-favorite-tech-gift-products/"><img src="https://i.ytimg.com/vi/I5tLTXx849M/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/my-favorite-tech-gift-products/">My Favorite Tech Gift Products</a></h3><p class="card__excerpt">My favorite tech gift products. If you like the channel, be sure to subscribe so you never miss one my videos.</p><div class="card__meta"><span>November 2019</span><a href="/videos/2019/my-favorite-tech-gift-products/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2019/special-hidden-fujifilm-x-t3-camera-feature/"><img src="https://i.ytimg.com/vi/Z6aNUoOTH8E/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2019/special-hidden-fujifilm-x-t3-camera-feature/">Special HIDDEN Fujifilm X-T3 Camera Feature!</a></h3><p class="card__excerpt">Hidden Fujifilm XT3 camera feature.</p><div class="card__meta"><span>November 2019</span><a href="/videos/2019/special-hidden-fujifilm-x-t3-camera-feature/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2019/best-fujifilm-manual-focus-setting/"><img src="https://i.ytimg.com/vi/VuWlf9uIZHo/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2019/best-fujifilm-manual-focus-setting/">BEST Fujifilm Manual Focus Setting!</a></h3><p class="card__excerpt">Best Fujifilm manual focus setting for Fuji mirrorless cameras. Focus Peak Highlighting allows photographers to easily see what&#39;s in focus (and what is blurry) and is a…</p><div class="card__meta"><span>November 2019</span><a href="/videos/2019/best-fujifilm-manual-focus-setting/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/fujifilm-16-80-lens-firmware-update-1-02-cant-test-and-my-thoughts/"><img src="https://i.ytimg.com/vi/S3z3YtrHoNA/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/fujifilm-16-80-lens-firmware-update-1-02-cant-test-and-my-thoughts/">Fujifilm 16-80 Lens Firmware Update 1.02 - Can&#39;t Test (and my thoughts)</a></h3><p class="card__excerpt">Article discussing initial tests with this lens:</p><div class="card__meta"><span>November 2019</span><a href="/videos/2019/fujifilm-16-80-lens-firmware-update-1-02-cant-test-and-my-thoughts/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2019/fujifilm-x-t3-touch-screen-explained/"><img src="https://i.ytimg.com/vi/9AGbB4dVKAQ/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2019/fujifilm-x-t3-touch-screen-explained/">Fujifilm X-T3 Touch Screen Explained</a></h3><p class="card__excerpt">Fujifilm X-T3 mirrorless camera&#39;s touch screen settings tutorial. How to use the touch screen on the XT3, best settings for focus and shot still photography mode, video…</p><div class="card__meta"><span>November 2019</span><a href="/videos/2019/fujifilm-x-t3-touch-screen-explained/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/why-iphone-photos-suck/"><img src="https://i.ytimg.com/vi/jXRmWLgVco4/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/why-iphone-photos-suck/">Why iPhone Photos Suck!</a></h3><p class="card__excerpt">It&#39;s been over two years now since the HEIC photo file format was made default for all Apple devices. And yet, support is still lacking, particularly on the world wide…</p><div class="card__meta"><span>November 2019</span><a href="/videos/2019/why-iphone-photos-suck/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/airpods-pro-review-worth-getting/"><img src="https://i.ytimg.com/vi/eJkQ8D-ZuUc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/airpods-pro-review-worth-getting/">AirPods Pro Review: Worth Getting?</a></h3><p class="card__excerpt">Testing and review of Apple&#39;s Air Pods Pro.</p><div class="card__meta"><span>October 2019</span><a href="/videos/2019/airpods-pro-review-worth-getting/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/audacity-audio-problem-on-macos-catalina/"><img src="https://i.ytimg.com/vi/NOpgzpaunHM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/audacity-audio-problem-on-macos-catalina/">Audacity Audio Problem on MacOS Catalina</a></h3><p class="card__excerpt">How to fix no audio on Mac OS Catalina 10.15 and Audacity 2.3.2. You must be running Audacity 2.3.2 or higher in order for this fix to work. Previous versions of…</p><div class="card__meta"><span>October 2019</span><a href="/videos/2019/audacity-audio-problem-on-macos-catalina/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/fujifilm-16-80mm-lens-focus-problem-fix/"><img src="https://i.ytimg.com/vi/PzYvOTxl1yQ/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/fujifilm-16-80mm-lens-focus-problem-fix/">Fujifilm 16-80mm Lens Focus Problem Fix</a></h3><p class="card__excerpt">Fujifilm 16-80mm lens video focus problem (where it wobbles while zooming in and out) has a possible solution that was just discovered.... in this channel&#39;s YouTube…</p><div class="card__meta"><span>October 2019</span><a href="/videos/2019/fujifilm-16-80mm-lens-focus-problem-fix/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2019/using-manual-focus-on-fuji-cameras/"><img src="https://i.ytimg.com/vi/rfKhqrTIvIg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2019/using-manual-focus-on-fuji-cameras/">Using Manual Focus on Fuji Cameras</a></h3><p class="card__excerpt">How to use manual focus on the Fujifilm XT3 and XT2 cameras, especially when using manual lenses like the Mitakon Zhongyi Speedmaster 35mm f/0.95 Mark II. The lens is…</p><div class="card__meta"><span>October 2019</span><a href="/videos/2019/using-manual-focus-on-fuji-cameras/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/fujifilm-16-80mm-lens-firmware-update-1-01/"><img src="https://i.ytimg.com/vi/Y7JHDBhhoYg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/fujifilm-16-80mm-lens-firmware-update-1-01/">Fujifilm 16-80mm Lens Firmware Update 1.01</a></h3><p class="card__excerpt">Firmware update 1.01 for fuji 16-80 lens. I re-examine the Fujifilm X-T3 and 16-80mm lens after installing the firmware to determine if the video focus issue has been…</p><div class="card__meta"><span>October 2019</span><a href="/videos/2019/fujifilm-16-80mm-lens-firmware-update-1-01/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="lens-reviews"><a class="card__media" href="/videos/2019/fujifilm-16-80-lens-review/"><img src="https://i.ytimg.com/vi/JdMw9lQTNnc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Lens Reviews</p><h3 class="card__title"><a href="/videos/2019/fujifilm-16-80-lens-review/">Fujifilm 16-80 Lens Review</a></h3><p class="card__excerpt">Fujifilm 16-80mm lens review for photographers and X-T2, X-T3, and X-T4 camera owners.</p><div class="card__meta"><span>October 2019</span><a href="/videos/2019/fujifilm-16-80-lens-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/5000-subscribers-a-special-thank-you-and-a-look-back/"><img src="https://i.ytimg.com/vi/E68BFOuL1LY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/5000-subscribers-a-special-thank-you-and-a-look-back/">5000 Subscribers! A Special THANK YOU and a Look Back</a></h3><p class="card__excerpt">Well.... I&#39;ve reached 5,000 subscribers! So, from the bottom of my heart, thank you for all your support, being there, and believing in me. You ROCK!!!</p><div class="card__meta"><span>September 2019</span><a href="/videos/2019/5000-subscribers-a-special-thank-you-and-a-look-back/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/best-shutter-for-fujifilm-cameras-electronic-vs-manual/"><img src="https://i.ytimg.com/vi/mQHygC6ABFg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/best-shutter-for-fujifilm-cameras-electronic-vs-manual/">BEST Shutter for Fujifilm Cameras? Electronic vs. Manual</a></h3><p class="card__excerpt">Best shutter for Fujifilm cameras? Electronic vs. manual. Mechanical vs. Electronic shutter options on the Fujifilm XT3 camera. Advantages and disadvantages of each type…</p><div class="card__meta"><span>September 2019</span><a href="/videos/2019/best-shutter-for-fujifilm-cameras-electronic-vs-manual/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="fast-friday"><a class="card__media" href="/videos/2019/fujifilm-camera-sd-card-problem-or-quirk-or-whatever-you-call-it/"><img src="https://i.ytimg.com/vi/MycAlmvo1A8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Fast Friday</p><h3 class="card__title"><a href="/videos/2019/fujifilm-camera-sd-card-problem-or-quirk-or-whatever-you-call-it/">Fujifilm Camera SD Card Problem or Quirk or Whatever You Call It</a></h3><p class="card__excerpt">Back to FAST FRIDAY!!!!!</p><div class="card__meta"><span>September 2019</span><a href="/videos/2019/fujifilm-camera-sd-card-problem-or-quirk-or-whatever-you-call-it/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/vlogging-on-fujifilm-cameras/"><img src="https://i.ytimg.com/vi/XlOCvwmQ1VM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/vlogging-on-fujifilm-cameras/">Vlogging on Fujifilm Cameras</a></h3><p class="card__excerpt">Vlogging on Fujifilm cameras. This tutorial discusses camera setup, equipment needed, and an option for a on-camera flip around mirror accessory. IMPORTANT NOTE: When…</p><div class="card__meta"><span>September 2019</span><a href="/videos/2019/vlogging-on-fujifilm-cameras/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/time-lapse-photography-a-complete-guide/"><img src="https://i.ytimg.com/vi/nVOtFyQs7pQ/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/time-lapse-photography-a-complete-guide/">Time-Lapse Photography: A Complete Guide</a></h3><p class="card__excerpt">Time lapse photography using a Fujifilm camera. Tutorial covers preparing your camera settings, equipment needed, time-lapse tips and help, on-location advice, editing…</p><div class="card__meta"><span>September 2019</span><a href="/videos/2019/time-lapse-photography-a-complete-guide/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/shooting-cosplay-events-with-fujifilm-cameras/"><img src="https://i.ytimg.com/vi/MqsIfDvEQq8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/shooting-cosplay-events-with-fujifilm-cameras/">Shooting Cosplay Events with Fujifilm Cameras</a></h3><p class="card__excerpt">Tips for shooting cosplay and special events with the Fujifilm X series of cameras.</p><div class="card__meta"><span>September 2019</span><a href="/videos/2019/shooting-cosplay-events-with-fujifilm-cameras/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/focus-modes-of-the-fujifilm-x-t3/"><img src="https://i.ytimg.com/vi/umb0x8RstwE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/focus-modes-of-the-fujifilm-x-t3/">Focus Modes of the Fujifilm X-T3</a></h3><p class="card__excerpt">Tutorial and Review of the focus modes of the Fujifilm X-T3 camera. The mirrorless camera&#39;s focus mode settings that are explained also apply to the Fujifilm X-T2 as…</p><div class="card__meta"><span>July 2019</span><a href="/videos/2019/focus-modes-of-the-fujifilm-x-t3/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="lens-reviews"><a class="card__media" href="/videos/2019/fujifilm-50-140mm-lens-review/"><img src="https://i.ytimg.com/vi/8pwBDh1twIE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Lens Reviews</p><h3 class="card__title"><a href="/videos/2019/fujifilm-50-140mm-lens-review/">Fujifilm 50-140mm Lens Review</a></h3><p class="card__excerpt">A complete review and testing of the Fujifilm 50-140 zoom lens for photographers and all new XT-3 and XT-2 camera owners.</p><div class="card__meta"><span>June 2019</span><a href="/videos/2019/fujifilm-50-140mm-lens-review/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/insta-360-one-x-camera-and-other-things/"><img src="https://i.ytimg.com/vi/-9fEVVLak_8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/insta-360-one-x-camera-and-other-things/">Insta 360 One X Camera and Other Things</a></h3><p class="card__excerpt">Review of the Insta 360 One X camera, the (broken) Aputure Light Storm COB 120D, my YouTube video production schedule, the Fujifilm 50-140mm lens, Fujifilm 55-200mm…</p><div class="card__meta"><span>May 2019</span><a href="/videos/2019/insta-360-one-x-camera-and-other-things/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/organize-mac-os-x-dock-icons-and-apps/"><img src="https://i.ytimg.com/vi/F8MVRP--Vwk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/organize-mac-os-x-dock-icons-and-apps/">Organize Mac OS X Dock Icons and Apps</a></h3><p class="card__excerpt">Learn how to organize and group your MacOS X doc icons so that you can add a separator between them. This video is aimed specifically at MacOS Mojave, but should also…</p><div class="card__meta"><span>May 2019</span><a href="/videos/2019/organize-mac-os-x-dock-icons-and-apps/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/lightroom-texture-slider-explained-tested-and-reviewed/"><img src="https://i.ytimg.com/vi/M58nYJAbIEY/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/lightroom-texture-slider-explained-tested-and-reviewed/">Lightroom Texture Slider Explained, Tested and Reviewed</a></h3><p class="card__excerpt">The Adobe Lightroom texture slider is explained, tested and reviewed, which is part of the May 2019 Adobe Creative Cloud update. This new feature was added with the…</p><div class="card__meta"><span>May 2019</span><a href="/videos/2019/lightroom-texture-slider-explained-tested-and-reviewed/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings"><a class="card__media" href="/videos/2019/film-simulation-bracketing-in-fujifilm/"><img src="https://i.ytimg.com/vi/N9WiEZJEIYU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2019/film-simulation-bracketing-in-fujifilm/">Film Simulation Bracketing in Fujifilm</a></h3><p class="card__excerpt">Film simulation bracketing Fujifilm cameras. Want 3 cameras in one? This Fujifilm camera tutorial will show you how to use the film simulation bracketing setting.</p><div class="card__meta"><span>May 2019</span><a href="/videos/2019/film-simulation-bracketing-in-fujifilm/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="fast-friday"><a class="card__media" href="/videos/2019/fujifilm-focus-and-exposure-lock-buttons/"><img src="https://i.ytimg.com/vi/kiG_NgGjQrQ/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Fast Friday</p><h3 class="card__title"><a href="/videos/2019/fujifilm-focus-and-exposure-lock-buttons/">Fujifilm Focus and Exposure Lock Buttons</a></h3><p class="card__excerpt">Fujifilm focus and exposure lock buttons on cameras such as the XT3 and XT2 allow you to customize the AE-L and AF-L buttons. You can modify the settings to allow for…</p><div class="card__meta"><span>May 2019</span><a href="/videos/2019/fujifilm-focus-and-exposure-lock-buttons/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/fujifilm-xt3-unboxing-setup-and-camera-settings-guide/"><img src="https://i.ytimg.com/vi/5gqT-b7bpu8/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/fujifilm-xt3-unboxing-setup-and-camera-settings-guide/">Fujifilm XT3 Unboxing, Setup and Camera Settings Guide</a></h3><p class="card__excerpt">Fujifilm XT3 camera setup and recommended settings tutorial. These are my Fuji XT3 camera settings when learning to use and setting up the Fujifilm XT3 mirrorless camera…</p><div class="card__meta"><span>May 2019</span><a href="/videos/2019/fujifilm-xt3-unboxing-setup-and-camera-settings-guide/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/1000-youtube-subscribers/"><img src="https://i.ytimg.com/vi/ODZRxAAucu4/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/1000-youtube-subscribers/">1000 YouTube Subscribers!</a></h3><p class="card__excerpt">I&#39;m TOUCHED and HONORED, and above all else, HUMBLED by all your support. THANK YOU!!</p><div class="card__meta"><span>April 2019</span><a href="/videos/2019/1000-youtube-subscribers/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="fast-friday"><a class="card__media" href="/videos/2019/fujifilm-xt3-four-important-camera-settings/"><img src="https://i.ytimg.com/vi/fj1bRPxRbcg/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Fast Friday</p><h3 class="card__title"><a href="/videos/2019/fujifilm-xt3-four-important-camera-settings/">Fujifilm XT3 - Four Important Camera Settings</a></h3><p class="card__excerpt">The Fujifilm XT3 menu has many settings. Here are four that are often forgotten, but very important to setup for your camera. Yes, I know that you can use TTL with that…</p><div class="card__meta"><span>April 2019</span><a href="/videos/2019/fujifilm-xt3-four-important-camera-settings/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/fast-photo-import-with-fujifilm-xt3-and-photo-mechanic/"><img src="https://i.ytimg.com/vi/yVCeu0DdBZw/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/fast-photo-import-with-fujifilm-xt3-and-photo-mechanic/">FAST Photo Import with Fujifilm XT3 and Photo Mechanic</a></h3><p class="card__excerpt">My fast photo import workflow with Fujifilm XT3 and using Photo Mechanic 6 and Adobe Lightroom (Classic).</p><div class="card__meta"><span>April 2019</span><a href="/videos/2019/fast-photo-import-with-fujifilm-xt3-and-photo-mechanic/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/best-flash-for-fujifilm-cameras/"><img src="https://i.ytimg.com/vi/maOeGILwQjU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/best-flash-for-fujifilm-cameras/">Best Flash for Fujifilm Cameras</a></h3><p class="card__excerpt">Best flash for Fujifilm cameras. This is for busy people wanting to use a great all-around flash for the FujiFilm cameras. NOTE: Professional photographers on assignment…</p><div class="card__meta"><span>April 2019</span><a href="/videos/2019/best-flash-for-fujifilm-cameras/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="camera-settings fast-friday"><a class="card__media" href="/videos/2019/back-button-focus-on-fujifilm-cameras/"><img src="https://i.ytimg.com/vi/hJzhVw0kOl4/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Camera Settings</p><h3 class="card__title"><a href="/videos/2019/back-button-focus-on-fujifilm-cameras/">Back Button Focus on Fujifilm Cameras</a></h3><p class="card__excerpt">Back button focus on Fujifilm digital mirrorless cameras. Back button focusing allows you to shoot and make small adjustments to your composition while you shoot as…</p><div class="card__meta"><span>April 2019</span><a href="/videos/2019/back-button-focus-on-fujifilm-cameras/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/fujifilm-xt3-firmware-update/"><img src="https://i.ytimg.com/vi/3TNQPDBkDtc/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/fujifilm-xt3-firmware-update/">Fujifilm XT3 Firmware Update</a></h3><p class="card__excerpt">How to update your Fujifilm XT3 camera with the latest firmware. This guide also covers firmware update for Fujifilm XT2 as well. Yes, I know that you can also use the…</p><div class="card__meta"><span>April 2019</span><a href="/videos/2019/fujifilm-xt3-firmware-update/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/fuji-lenses-what-do-those-numbers-mean/"><img src="https://i.ytimg.com/vi/55rlOs-eNxE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/fuji-lenses-what-do-those-numbers-mean/">Fuji Lenses: What do those numbers mean?</a></h3><p class="card__excerpt">Understanding the different Fujifilm lens abbreviations, such as Optical Image Stabilization, aperture ring, weather resistant, linear motor, etc. This does not cover…</p><div class="card__meta"><span>April 2019</span><a href="/videos/2019/fuji-lenses-what-do-those-numbers-mean/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/fujifilm-battery-life-tips/"><img src="https://i.ytimg.com/vi/IHWurcLjNdk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/fujifilm-battery-life-tips/">Fujifilm Battery Life Tips</a></h3><p class="card__excerpt">Fujifilm battery life tips to extend the life of the batteries when shooting with that camera. The Fujifilm battery charger can be annoying to pull out during a shoot.…</p><div class="card__meta"><span>April 2019</span><a href="/videos/2019/fujifilm-battery-life-tips/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/fujifilm-xt3-three-important-settings-to-know/"><img src="https://i.ytimg.com/vi/vTxfGAhNBZM/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/fujifilm-xt3-three-important-settings-to-know/">Fujifilm XT3 - Three Important Settings to Know</a></h3><p class="card__excerpt">Important settings for Fujifilm XT3 camera. This camera tutorial video discusses the three best Fujifilm XT3 camera settings to remember to adjust before each and every…</p><div class="card__meta"><span>April 2019</span><a href="/videos/2019/fujifilm-xt3-three-important-settings-to-know/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/awesome-hack-for-your-flickr-page/"><img src="https://i.ytimg.com/vi/8hJK54NNw3c/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/awesome-hack-for-your-flickr-page/">Awesome HACK for your Flickr Page!</a></h3><p class="card__excerpt">Step-by-step instructions on how to add your own logo and website links directly onto your Flickr page! If you find this video helpful, please like (and consider…</p><div class="card__meta"><span>March 2019</span><a href="/videos/2019/awesome-hack-for-your-flickr-page/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/best-keyboard-for-macbook-pro-but-also-the-heaviest/"><img src="https://i.ytimg.com/vi/XH9HR9h-DaE/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/best-keyboard-for-macbook-pro-but-also-the-heaviest/">BEST Keyboard for MacBook Pro! (but also the heaviest!)</a></h3><p class="card__excerpt">Best keyboard for the Apple MacBook Pro is.... the Ultimate Keyboard known as the IBM Model M. It has amazing spacing between the keys and doesn&#39;t suffer from MacBook…</p><div class="card__meta"><span>March 2019</span><a href="/videos/2019/best-keyboard-for-macbook-pro-but-also-the-heaviest/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category="lens-reviews"><a class="card__media" href="/videos/2019/best-lens-for-fujifilm-cameras/"><img src="https://i.ytimg.com/vi/69l2ezEFamU/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Lens Reviews</p><h3 class="card__title"><a href="/videos/2019/best-lens-for-fujifilm-cameras/">BEST Lens for FujiFilm Cameras</a></h3><p class="card__excerpt">Get the XF18-55:</p><div class="card__meta"><span>March 2019</span><a href="/videos/2019/best-lens-for-fujifilm-cameras/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/karate-montage-using-fujifilm-x-t3/"><img src="https://i.ytimg.com/vi/y6otB9q9Uko/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/karate-montage-using-fujifilm-x-t3/">Karate Montage - Using Fujifilm X-T3</a></h3><p class="card__excerpt">Karate and martial arts montage shot using a Fujifilm X-T3 and Fujinon XF50-140mmF2.8 R LM OIS WR lens.</p><div class="card__meta"><span>March 2019</span><a href="/videos/2019/karate-montage-using-fujifilm-x-t3/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/welcome-to-pal2tech/"><img src="https://i.ytimg.com/vi/VhqFTWR1bYk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/welcome-to-pal2tech/">Welcome to Pal2Tech!</a></h3><p class="card__excerpt">Hi! I&#39;m Chris. I publish weekly videos about Fujifilm, photography, cameras, videography, and editing software/apps.</p><div class="card__meta"><span>March 2019</span><a href="/videos/2019/welcome-to-pal2tech/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/fix-airpod-audio-one-ear-problem-2020/"><img src="https://i.ytimg.com/vi/HOlvqOHEDyk/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/fix-airpod-audio-one-ear-problem-2020/">Fix AirPod Audio - One Ear Problem (2020)</a></h3><p class="card__excerpt">How to fix common AirPod problems, such as one ear problem, etc.</p><div class="card__meta"><span>March 2019</span><a href="/videos/2019/fix-airpod-audio-one-ear-problem-2020/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/the-macbook-pro-keyboard-epic-rant/"><img src="https://i.ytimg.com/vi/G1hInIMdI7w/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/the-macbook-pro-keyboard-epic-rant/">The MacBook Pro Keyboard: EPIC RANT!</a></h3><p class="card__excerpt">This is a MAJOR rant about the new MacBook Pro keyboards. Apple really dropped the ball on this one. For sucks sucks sucks, see it at 1:25. Please subscribe to my…</p><div class="card__meta"><span>March 2019</span><a href="/videos/2019/the-macbook-pro-keyboard-epic-rant/">Watch &rsaquo;</a></div></div></article>
<article class="card" data-category=""><a class="card__media" href="/videos/2019/3-iphone-tips-you-probably-dont-know-about/"><img src="https://i.ytimg.com/vi/Tlsr_q7iPWI/hqdefault.jpg" alt="" loading="lazy" width="480" height="360" decoding="async"></a><div class="card__body"><p class="card__tag">Video</p><h3 class="card__title"><a href="/videos/2019/3-iphone-tips-you-probably-dont-know-about/">3 iPhone Tips You PROBABLY DON&#39;T KNOW ABOUT!</a></h3><p class="card__excerpt">Here are three iPhone tips that will SAVE YOU TIME that you probably didn&#39;t know about. Requires iOS 12 and above. #iphone #tips #settings</p><div class="card__meta"><span>March 2019</span><a href="/videos/2019/3-iphone-tips-you-probably-dont-know-about/">Watch &rsaquo;</a></div></div></article>
<!-- /include:videos-archive -->
      </div>

      <p class="search-empty" id="search-empty">No videos match your search. Try different keywords or clear the box to show everything.</p>
    </div>
  </section>

<!-- include:footer -->
<footer class="site-footer">
  <div class="container">
    <div class="site-footer__brand"><a href="/" aria-label="pal2tech home"><picture><source type="image/webp" srcset="/images/pal2tech-logo.webp"><img src="/images/pal2tech-logo.png" alt="pal2tech" width="247" height="34" decoding="async"></picture></a></div>
<!-- include:bottom-nav -->
<ul class="site-footer__links">
  <li><a href="/about/">About</a></li>
  <li><a href="/videos/">Videos</a></li>
  <li><a href="/gear/">Gear</a></li>
  <li><a href="/newsletter/">Newsletter</a></li>
  <li><a href="/backstage/">BACKSTAGE</a></li>
  <li><a href="https://doneoverperfect.com" target="_blank" rel="noopener">Podcast</a></li>
  <li><a href="/contact/">Contact</a></li>
</ul>
<!-- /include:bottom-nav -->
    <div class="site-footer__meta">&copy; 2019-2026 pal2tech | Site created by pal2tech</div>
    <p class="site-footer__legal">This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy" target="_blank" rel="noopener">Privacy Policy</a> and <a href="https://policies.google.com/terms" target="_blank" rel="noopener">Terms of Service</a> apply.</p>
  </div>
</footer>
<!-- /include:footer -->

  <script src="/js/nav.js?v=6ad37f22" defer></script>
  <script src="/js/video-filter.js?v=8229517f" defer></script>
</body>
</html>
