Los Angeles, CA — Available for Freelance & Full‑Time

Brian Hall
Cinematographer / 1st AC

Cinematographer, photographer and first camera assistant working across film, television and commercials — twelve‑plus years inside the camera department, from New York and Philadelphia to Los Angeles and sets abroad.

Based — Los Angeles
00:00:12:00 — BIOGRAPHY
Brian Hall on set

Brian Hall is a Los Angeles based Cinematographer, Photographer and First Camera Assistant with an extensive background inside the camera department on films, television and commercials.

Over more than twelve years, Brian has built his career in the camera department across three major markets — New York City, Philadelphia and Los Angeles — working his way up through independent film, episodic television and national commercial production.

His work has taken him well beyond the U.S., traveling internationally to Peru, Denmark, Thailand, Belize and the Bahamas, bringing a full camera package to each location and running camera prep, builds and support in remote and logistically demanding environments.

Brian holds a BFA in Cinematography from Temple University, and specializes in cinema camera systems, camera accessories, photography equipment and wireless video/follow‑focus systems, with hands‑on experience shooting and supporting both 16mm and 35mm motion picture film.

12+
Years in Camera Dept.
100+
Commercial, Narrative, and Music Video Shoots
30+
Countries, States Traveled

00:04:30:00 — SELECTED CREDITS

Selected
Credits

1ST AC / CAMERA DEPT.

00:09:15:00 — LOCATIONS

On Location,
Internationally

Every trip abroad has meant packing, shipping and running a complete camera package solo — cameras, glass, support and comms — through customs, remote terrain and unfamiliar production infrastructure.

Thailand Thailand Thailand Thailand Thailand Thailand
Serbia Serbia Serbia Serbia
Peru Peru Peru Peru Peru Peru Peru
Denmark Denmark Denmark Denmark
Bahamas
Belize
Avery Island Avery Island Avery Island Avery Island
Colorado
Moab Moab Moab
NYC NYC
Florida Florida Florida Florida Florida
HQ — LA Peru Thailand Serbia Denmark Belize Bahamas Florida Colorado Moab Seattle WY NYC Chicago Philadelphia Avery Island
Home base — Los Angeles

00:12:00:00 — BTS

Behind
the Scenes


00:14:40:00 — EQUIPMENT

Equipment

01

Sony Alpha Series

Owner of Sony Alpha Series cameras, with an assortment of lenses from 11mm to 600mm, and accessories. This combination is capable of filming 4K Log format and high megapixel photography.

02

Camera Accessories

Kit full of rigging, hardware, support and configuration of camera accessories to match director and DP requirements on set, as well as every tool needed to support the systems.

03

Camera Support

Garage full of carts, covers, cases, everything needed to fulfill the logistical side of a camera package. Additionally I offer a high top van to keep all of the equipment in one place on the move.

04

Wireless/Monitor Support

Owner of wireless video, monitors and follow‑focus system setup, ensuring reliable transmission for director, DP and video village, and razor sharp focus at all times.


00:16:00:00 — SPECIALTIES

Specialties

01

Cinema Cameras

Setup, build and operation of professional cinema camera systems for narrative, episodic and commercial production.

02

Cinema Support

Rigging, support and configuration of camera accessories to match director and DP requirements on set.

03

Photography Equipment

Working knowledge of photographic equipment and lighting for still and hybrid production needs.

04

Wireless Systems

Master of wireless video transmission systems, system trouble shooting, pairing and setting up further monitor and receiver systems.

05

16mm & 35mm Motion Picture Film

Loading, handling and camera support for both 16mm and 35mm motion picture film workflows.

06

International Equipment Management

Traveled around the world with full cinema camera packages, managing carnets, and getting the gear through the airport and setup on location.

07

Post Production

Versed on the post production side with experience managing media workflows, Adobe Suite products, Final Cut, DaVinci Resolve and more.

Education

Temple University — BFA, Cinematography

Studied and specialized in the Cinematography concentration at Temple University, shooting multiple senior thesis projects and developing a foundation across camera, lighting and on‑set workflow.

Institution
Temple University
Concentration
Cinematography
Notable Work
Multiple senior thesis projects, shot as director of photography

Now Booking — Freelance & Full‑Time

Let's shoot
something.

Open to freelance and full‑time opportunities in cinematography, photography and camera assisting — based in Los Angeles, available to travel.

thefilmhall@gmail.com

00:18:00:00 — PASSION

Personal
Passion

I have always had a passion in getting out in the wilderness and shooting photo line ups of the stars, moon and sun. Although it is not my most profitable photography, getting that once in a year, or life moment is exhilarating.

@import url(‘https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Libre+Franklin:ital,wght@0,300;0,400;0,500;0,600;1,400&family=IBM+Plex+Mono:wght@400;500&display=swap’); :root{ –ink:#131315; –ink-2:#1b1c1f; –steel:#3a3f46; –paper:#efeae0; –paper-dim:#c9c3b6; –tally:#c23b2b; –amber:#d8a23d; –steel-blue:#7c92a8; –rule: rgba(239,234,224,0.14); –maxw: 1180px; } *{box-sizing:border-box;} html{scroll-behavior:smooth;} body{ margin:0; background:var(–ink); color:var(–paper); font-family:’Libre Franklin’, sans-serif; font-weight:400; line-height:1.6; -webkit-font-smoothing:antialiased; cursor:none; overflow-x:hidden; } a{color:inherit;} img{max-width:100%; display:block;} h1,h2,h3,.disp{ font-family:’Oswald’, sans-serif; text-transform:uppercase; letter-spacing:0.02em; font-weight:600; margin:0; } .mono{ font-family:’IBM Plex Mono’, monospace; letter-spacing:0.03em; } ::selection{ background:var(–tally); color:var(–paper); } /* ———- film grain overlay ———- */ .grain{ position:fixed; inset:0; z-index:5; pointer-events:none; opacity:0.05; mix-blend-mode:overlay; background-image:url(“data:image/svg+xml;utf8,”); } /* ———- custom cursor (film camera) ———- */ #cursor{ position:fixed; top:0; left:0; width:40px; height:40px; pointer-events:none; z-index:9999; transform:translate(-50%,-50%); transition:opacity .2s ease; will-change:transform; } #cursor svg{ width:100%; height:100%; overflow:visible; } #cursor .shutter{ fill:none; stroke:var(–tally); stroke-width:2; transform-origin:center; opacity:0; transform:scale(0.4); } #cursor.click .shutter{ animation:shutterflash .45s ease-out; } @keyframes shutterflash{ 0%{opacity:1; transform:scale(0.4);} 100%{opacity:0; transform:scale(1.6);} } @media (hover:none), (pointer:coarse){ body{ cursor:auto; } #cursor{ display:none; } } /* ———- layout helpers ———- */ .wrap{ max-width:var(–maxw); margin:0 auto; padding:0 32px; } section{ position:relative; } .rule{ border:none; border-top:1px solid var(–rule); margin:0; } .tc{ font-family:’IBM Plex Mono’, monospace; font-size:12px; color:var(–paper-dim); letter-spacing:0.12em; display:flex; align-items:center; gap:10px; padding:14px 32px; max-width:var(–maxw); margin:0 auto; } .tc .dot{ width:6px; height:6px; border-radius:50%; background:var(–tally); } /* ———- nav ———- */ header.site{ position:fixed; top:0; left:0; right:0; z-index:50; display:flex; align-items:center; justify-content:space-between; padding:20px 32px; background:linear-gradient(to bottom, rgba(19,19,21,0.92), rgba(19,19,21,0)); } .logo{ font-family:’Oswald’,sans-serif; font-size:18px; letter-spacing:0.14em; text-transform:uppercase; text-decoration:none; } .logo b{ color:var(–tally); } nav.links{ display:flex; gap:28px; } nav.links a{ font-family:’IBM Plex Mono’, monospace; font-size:12px; letter-spacing:0.1em; text-transform:uppercase; text-decoration:none; color:var(–paper-dim); position:relative; padding-bottom:3px; } nav.links a::after{ content:”; position:absolute; left:0; bottom:0; width:0; height:1px; background:var(–tally); transition:width .3s ease; } nav.links a:hover{ color:var(–paper); } nav.links a:hover::after{ width:100%; } /* ———- hero / slate ———- */ .hero{ min-height:100vh; display:flex; flex-direction:column; justify-content:flex-end; padding-top:120px; position:relative; border-bottom:1px solid var(–rule); } .slate-fields{ display:flex; flex-wrap:wrap; gap:0; max-width:var(–maxw); margin:0 auto; width:100%; padding:0 32px; border-top:1px solid var(–rule); border-bottom:1px solid var(–rule); } .slate-fields div{ flex:1 1 150px; padding:14px 18px; border-right:1px solid var(–rule); font-family:’IBM Plex Mono’, monospace; font-size:11px; color:var(–paper-dim); letter-spacing:0.06em; } .slate-fields div:last-child{ border-right:none; } .slate-fields span{ display:block; color:var(–paper); font-size:12px; margin-top:4px; } .hero-main{ max-width:var(–maxw); margin:0 auto; width:100%; padding:56px 32px 64px; } .hero-eyebrow{ font-family:’IBM Plex Mono’, monospace; font-size:12px; letter-spacing:0.18em; color:var(–tally); text-transform:uppercase; margin-bottom:18px; display:block; } .hero h1{ font-size:clamp(48px, 9vw, 128px); line-height:0.92; } .hero h1 em{ font-style:normal; color:var(–paper-dim); } .hero-sub{ max-width:560px; margin-top:26px; font-size:17px; color:var(–paper-dim); font-weight:300; } .hero-loc{ margin-top:34px; display:flex; gap:26px; flex-wrap:wrap; font-family:’IBM Plex Mono’, monospace; font-size:12px; color:var(–steel-blue); letter-spacing:0.08em; text-transform:uppercase; } /* clap intro overlay */ #clap{ position:fixed; inset:0; z-index:9000; background:var(–ink); display:flex; align-items:center; justify-content:center; pointer-events:none; } #clap .bar{ position:absolute; left:0; right:0; height:52%; background:repeating-linear-gradient(115deg, #17181a 0 26px, #232427 26px 52px); display:flex; align-items:center; } #clap .bar.top{ top:0; transform-origin:bottom; border-bottom:3px solid var(–ink); } #clap .bar.bottom{ bottom:0; transform-origin:top; border-top:3px solid var(–ink); } #clap .label{ position:absolute; inset:0; display:flex; align-items:center; justify-content:center; font-family:’Oswald’,sans-serif; text-transform:uppercase; letter-spacing:0.3em; color:var(–paper); font-size:14px; opacity:0; } #clap.play .bar.top{ animation: clapTop 1.1s cubic-bezier(.6,0,.2,1) forwards; } #clap.play .bar.bottom{ animation: clapBottom 1.1s cubic-bezier(.6,0,.2,1) forwards; } #clap.play .label{ animation: clapLabel .5s ease .15s forwards; } #clap.done{ animation: clapOut .5s ease forwards; } @keyframes clapTop{ 0%{transform:rotate(-14deg);} 35%{transform:rotate(0deg);} 100%{transform:translateY(-100%);} } @keyframes clapBottom{ 0%{transform:rotate(0);} 100%{transform:translateY(100%);} } @keyframes clapLabel{ 0%{opacity:0;} 40%{opacity:1;} 70%{opacity:1;} 100%{opacity:0;} } @keyframes clapOut{ to{ opacity:0; visibility:hidden; } } /* ———- section titles ———- */ .sec-head{ display:flex; align-items:baseline; justify-content:space-between; padding:64px 32px 28px; max-width:var(–maxw); margin:0 auto; flex-wrap:wrap; gap:12px; } .sec-head h2{ font-size:clamp(28px,4vw,44px); } .sec-head .tc{ padding:0; } /* ———- bio ———- */ .bio{ padding:0 0 20px; } .bio-grid{ max-width:var(–maxw); margin:0 auto; padding:0 32px 80px; display:grid; grid-template-columns:1fr 1.15fr; gap:60px; align-items:start; } .bio-frame{ aspect-ratio:4/5; background:var(–ink-2); border:1px solid var(–rule); position:relative; overflow:hidden; } .bio-frame img{ width:100%; height:100%; object-fit:cover; filter:grayscale(35%) contrast(1.05); } .bio-frame::after{ content:’16MM / 35MM’; position:absolute; bottom:12px; left:12px; font-family:’IBM Plex Mono’,monospace; font-size:10px; letter-spacing:0.1em; color:var(–paper-dim); } .bio-text p{ font-size:17px; color:var(–paper-dim); font-weight:300; margin:0 0 20px; } .bio-text p strong{ color:var(–paper); font-weight:500; } .bio-stats{ display:flex; gap:40px; margin-top:34px; flex-wrap:wrap; } .bio-stats div{ } .bio-stats .num{ font-family:’Oswald’,sans-serif; font-size:40px; color:var(–tally); line-height:1; } .bio-stats .lbl{ font-family:’IBM Plex Mono’,monospace; font-size:11px; color:var(–paper-dim); letter-spacing:0.08em; text-transform:uppercase; margin-top:6px; } /* ———- call sheet: brands / productions ———- */ .callsheet{ background:var(–ink-2); border-top:1px solid var(–rule); border-bottom:1px solid var(–rule); } .cs-grid{ max-width:var(–maxw); margin:0 auto; padding:0 32px 70px; display:grid; grid-template-columns:1fr 1fr; gap:0 60px; } .cs-col h3{ font-family:’IBM Plex Mono’,monospace; font-size:12px; letter-spacing:0.14em; color:var(–steel-blue); text-transform:uppercase; margin-bottom:18px; padding-top:18px; border-top:1px solid var(–rule); } .cs-list{ list-style:none; margin:0; padding:0; } .cs-list li{ font-family:’Oswald’,sans-serif; font-size:clamp(20px,3vw,28px); text-transform:uppercase; padding:14px 0; border-bottom:1px solid var(–rule); display:flex; justify-content:space-between; align-items:center; gap:10px; color:var(–paper); } .cs-list li span{ font-family:’IBM Plex Mono’,monospace; font-size:11px; color:var(–paper-dim); letter-spacing:0.08em; text-transform:none; } /* ———- filmstrip / international ———- */ .filmstrip-wrap{ padding:70px 0 80px; overflow:hidden; } .fs-head{ max-width:var(–maxw); margin:0 auto; padding:0 32px 30px; } .fs-note{ max-width:560px; color:var(–paper-dim); font-weight:300; font-size:16px; margin-top:14px; } .filmstrip{ display:flex; border-top:2px solid var(–steel); border-bottom:2px solid var(–steel); background: radial-gradient(circle, var(–ink) 5px, transparent 5.5px) 20px 8px / 40px 16px repeat-x, radial-gradient(circle, var(–ink) 5px, transparent 5.5px) 20px calc(100% – 8px) / 40px 16px repeat-x, var(–ink-2); padding:26px 0; } .filmstrip .frame{ flex:0 0 auto; width:260px; margin:0 22px; padding:0 0 0 22px; border-left:1px solid var(–rule); display:flex; flex-direction:column; justify-content:center; } .filmstrip .frame .country{ font-family:’Oswald’,sans-serif; font-size:26px; text-transform:uppercase; } .filmstrip .frame .role{ font-family:’IBM Plex Mono’,monospace; font-size:11px; color:var(–paper-dim); letter-spacing:0.06em; margin-top:6px; text-transform:uppercase; } /* ———- specs / equipment ———- */ .specs{ padding:0 0 90px; } .spec-grid{ max-width:var(–maxw); margin:0 auto; padding:0 32px; display:grid; grid-template-columns:repeat(auto-fit, minmax(230px,1fr)); gap:1px; background:var(–rule); border:1px solid var(–rule); } .spec-cell{ background:var(–ink); padding:28px 26px; } .spec-cell .idx{ font-family:’IBM Plex Mono’,monospace; font-size:11px; color:var(–tally); letter-spacing:0.08em; } .spec-cell h4{ font-family:’Oswald’,sans-serif; font-size:19px; text-transform:uppercase; margin:12px 0 10px; } .spec-cell p{ font-size:14px; color:var(–paper-dim); font-weight:300; margin:0; } /* ———- education ———- */ .edu{ border-top:1px solid var(–rule); border-bottom:1px solid var(–rule); background:var(–ink-2); } .edu-grid{ max-width:var(–maxw); margin:0 auto; padding:60px 32px 70px; display:grid; grid-template-columns:1.2fr 1fr; gap:40px; align-items:start; } .edu-grid h3{ font-size:clamp(26px,4vw,36px); } .edu-grid p{ color:var(–paper-dim); font-weight:300; font-size:16px; margin-top:16px; max-width:520px; } .edu-meta{ font-family:’IBM Plex Mono’,monospace; font-size:12px; color:var(–steel-blue); letter-spacing:0.08em; text-transform:uppercase; } .edu-detail{ border-left:2px solid var(–tally); padding-left:22px; } .edu-detail dt{ font-family:’IBM Plex Mono’,monospace; font-size:11px; color:var(–paper-dim); text-transform:uppercase; letter-spacing:0.08em; margin-top:16px; } .edu-detail dt:first-child{ margin-top:0; } .edu-detail dd{ margin:4px 0 0; font-size:15px; color:var(–paper); } /* ———- contact ———- */ .contact{ padding:100px 0 70px; text-align:left; } .contact-grid{ max-width:var(–maxw); margin:0 auto; padding:0 32px; } .contact h2{ font-size:clamp(38px,8vw,92px); max-width:900px; line-height:0.98; } .contact-email{ display:inline-block; margin-top:30px; font-family:’IBM Plex Mono’,monospace; font-size:15px; letter-spacing:0.04em; text-decoration:none; color:var(–tally); border-bottom:1px solid var(–tally); padding-bottom:4px; } .contact-sub{ margin-top:18px; color:var(–paper-dim); font-weight:300; font-size:15px; max-width:480px; } footer.site{ padding:26px 32px; display:flex; justify-content:space-between; align-items:center; max-width:var(–maxw); margin:0 auto; flex-wrap:wrap; gap:10px; font-family:’IBM Plex Mono’,monospace; font-size:11px; color:var(–paper-dim); letter-spacing:0.08em; border-top:1px solid var(–rule); } @media (max-width:820px){ nav.links{ display:none; } .bio-grid{ grid-template-columns:1fr; } .cs-grid{ grid-template-columns:1fr; gap:0; } .edu-grid{ grid-template-columns:1fr; } .slate-fields div{ flex:1 1 45%; } } @media (prefers-reduced-motion: reduce){ html{ scroll-behavior:auto; } #clap, #clap .bar, #clap .label{ animation:none !important; } #clap{ display:none; } }
Bio Credits International Equipment Contact
Los Angeles, CA — Available for Freelance & Full‑Time

Brian Hall
Cinematography / 1st AC

Cinematographer, photographer and first camera assistant working across film, television and commercials — twelve‑plus years inside the camera department, from New York and Philadelphia to Los Angeles and sets abroad.

Based — Los Angeles Prior Markets — NYC / Philadelphia
PRODUCTIONTHE FILM HALL
DoP / 1ST ACBRIAN HALL
FORMAT16MM / 35MM / DIGITAL
STATUSOPEN TO WORK
00:00:12:00 — BIOGRAPHY
Brian Hall on set

Brian Hall is a Los Angeles based Cinematographer, Photographer and First Camera Assistant with an extensive background inside the camera department on films, television and commercials.

Over more than twelve years, Brian has built his career in the camera department across three major markets — New York City, Philadelphia and Los Angeles — working his way up through independent film, episodic television and national commercial production.

His work has taken him well beyond the U.S., traveling internationally to Peru, Denmark, Thailand, Belize and the Bahamas, bringing a full camera package to each location and running camera prep, builds and support in remote and logistically demanding environments.

Brian holds a BFA in Cinematography from Temple University, and specializes in cinema camera systems, camera accessories, photography equipment and wireless video/follow‑focus systems, with hands‑on experience shooting and supporting both 16mm and 35mm motion picture film.

12+
Years in Camera Dept.
5
Countries Worked Abroad
3
Cities Based — NYC / Philly / LA

00:04:30:00 — SELECTED CREDITS

Selected
Credits

CALL SHEET / CAMERA DEPT.

Brand & Commercial Clients

  • Nike Commercial
  • Adidas Commercial
  • Google Commercial
  • The North Face Commercial
  • Hertz Commercial
  • Alfa Romeo Commercial
  • Toyota Commercial
  • Chipotle Commercial

Film & Television

  • Apple TV Series 1st AC
  • Lifetime Movies 1st AC
  • Lakers Legacy Camera Dept.
  • Netflix Camera Dept.

00:09:15:00 — LOCATIONS

On Location,
Internationally

Every trip abroad has meant packing, shipping and running a complete camera package solo — cameras, glass, support and comms — through customs, remote terrain and unfamiliar production infrastructure.

Peru
Full Camera Package
Denmark
Full Camera Package
Thailand
Full Camera Package
Belize
Full Camera Package
Bahamas
Full Camera Package
Peru
Full Camera Package
Denmark
Full Camera Package
Thailand
Full Camera Package

00:14:40:00 — EQUIPMENT

Equipment &
Specialties

TECHNICAL SPEC SHEET
01

Cinema Cameras

Setup, build and operation of professional cinema camera systems for narrative, episodic and commercial production.

02

Camera Accessories

Rigging, support and configuration of camera accessories to match director and DP requirements on set.

03

Photography Equipment

Working knowledge of photographic equipment and lighting for still and hybrid production needs.

04

Wireless Systems

Wireless video and follow‑focus system setup, ensuring reliable transmission for director, DP and video village.

05

16mm Motion Picture Film

Loading, handling and camera support for 16mm motion picture film workflows.

06

35mm Motion Picture Film

Loading, handling and camera support for 35mm motion picture film workflows.

Education

Temple University — BFA, Cinematography

Studied and specialized in the Cinematography concentration at Temple University, shooting multiple senior thesis projects and developing a foundation across camera, lighting and on‑set workflow.

Institution
Temple University
Concentration
Cinematography
Notable Work
Multiple senior thesis projects, shot as director of photography

Now Booking — Freelance & Full‑Time

Let’s shoot
something.

Open to freelance and full‑time opportunities in cinematography, photography and camera assisting — based in Los Angeles, available to travel.

thefilmhall@gmail.com
© Brian Hall — The Film Hall Los Angeles, California
// year document.getElementById(‘year’).textContent = new Date().getFullYear(); // clapperboard intro var clap = document.getElementById(‘clap’); var reduced = window.matchMedia(‘(prefers-reduced-motion: reduce)’).matches; if(!reduced){ requestAnimationFrame(function(){ clap.classList.add(‘play’); }); setTimeout(function(){ clap.classList.add(‘done’); }, 1150); } else { clap.style.display = ‘none’; } // custom camera cursor var cur = document.getElementById(‘cursor’); var hasFinePointer = window.matchMedia(‘(hover: hover) and (pointer: fine)’).matches; if(hasFinePointer){ var cx = window.innerWidth/2, cy = window.innerHeight/2, tx = cx, ty = cy; window.addEventListener(‘mousemove’, function(e){ tx = e.clientX; ty = e.clientY; }); function loop(){ cx += (tx – cx) * 0.35; cy += (ty – cy) * 0.35; cur.style.transform = ‘translate(‘ + cx + ‘px,’ + cy + ‘px) translate(-50%,-50%)’; requestAnimationFrame(loop); } loop(); window.addEventListener(‘mousedown’, function(){ cur.classList.remove(‘click’); void cur.offsetWidth; cur.classList.add(‘click’); }); document.addEventListener(‘mouseleave’, function(){ cur.style.opacity = ‘0’; }); document.addEventListener(‘mouseenter’, function(){ cur.style.opacity = ‘1’; }); } else { cur.style.display = ‘none’; }