<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:media="http://search.yahoo.com/mrss/"
	
	>

<channel>
	<title>Cheviot Sound &#124; Audio Post-Production and Mixing</title>
	<link>https://cheviotsound.com</link>
	<description>Cheviot Sound &#124; Audio Post-Production and Mixing</description>
	<pubDate>Wed, 14 May 2025 18:13:29 +0000</pubDate>
	<generator>https://cheviotsound.com</generator>
	<language>en</language>
	
		
	<item>
		<title>Home</title>
				
		<link>https://cheviotsound.com/Home</link>

		<pubDate>Sat, 29 Oct 2022 18:51:11 +0000</pubDate>

		<dc:creator>Cheviot Sound &#124; Audio Post-Production and Mixing</dc:creator>

		<guid isPermaLink="true">https://cheviotsound.com/Home</guid>

		<description>










  {
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "Cheviot Sound",
    "url": "https://www.cheviotsound.com",
    "logo": "https://www.cheviotsound.com/assets/images/logo.png",
    "sameAs": [
      "https://www.linkedin.com/company/cheviot-sound/",
      "https://www.instagram.com/cheviotsound/?hl=en",
      "https://www.linkedin.com/in/jack-weiss-mpse-1b2bba161/",
      "https://www.instagram.com/jack_vveiss",
      "https://www.imdb.com/name/nm11788317/",
    ],
    "description": "Cheviot Sound is a boutique audio post-production company that delivers creative, impactful sound for filmmakers, brands, and game developers. We combine expert craftsmanship with a collaborative approach to bring stories to life.",
    "founder": {
      "@type": "Person",
      "name": "Jack Weiss"
    },
    "foundingDate": "2019",
    "contactPoint": {
      "@type": "ContactPoint",
      "email": "hello@cheviotsound.com",
      "contactType": "Customer Service",
      "areaServed": "Global"
    }
  }



Cheviot Sound &#124; Audio Post-Production




















  /* General link styling (no animation by default) */
  a {
    text-decoration: none;
    color: #007BFF;
    transition: none;
    display: inline-block;
  }

  /* Hover animation only for links inside the 'animated-links' container */
  .animated-links a:hover {
    color: #0056b3;
    transform: scale(1.1);
    transform: translateX(10px);
  }

  /* Adjust spacing between links */
  .animated-links {
    margin: 0;
    padding: 0;
  }

  .animated-links a {
    display: block;
    margin-bottom: 25px;
    padding-top: .5em;
    color: #007BFF;
    transition: all 0.3s ease;
  }

  .animated-links a:last-child {
    margin-bottom: 0;
  }


Cheviot Sound


  Audio
    Post-Production


  Services&#38;nbsp;
  Shop 
  About 
  Contact&#38;nbsp;
  Rate Request



  Full Service Audio 
            Post-Production
  7.1.4 
Dolby Atmos Mix Theater&#38;nbsp;︎
        
  Est. 2019 Cheviot HillsLos Angeles, CA&#38;nbsp;︎
        


︎ *Cheviot is pronounced however you just pronounced it.&#38;nbsp; ︎
</description>
		
	</item>
		
		
	<item>
		<title>Services</title>
				
		<link>https://cheviotsound.com/Services-1</link>

		<pubDate>Fri, 03 Feb 2023 19:21:34 +0000</pubDate>

		<dc:creator>Cheviot Sound &#124; Audio Post-Production and Mixing</dc:creator>

		<guid isPermaLink="true">https://cheviotsound.com/Services-1</guid>

		<description>

Services Grid Example

:root {
  --main-green: #728758;
  --muted-green: #b2c2a2;
  --offwhite: #fcfef9;
  --section-bg: #23281e;
}

body {
  background: var(--section-bg);
  color: var(--offwhite);
  font-family: inherit;
}

.services {
  padding: 0;
  margin: 0;
}

h2 {
  margin: 0 0 2rem 0;
  color: var(--offwhite);
  font-weight: 600;
  letter-spacing: 0.01em;
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin: 0;
}
@media (max-width: 700px) {
  .service-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.service-category {
  margin: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100px;
  width: 100%;
}

h3 {
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
  color: var(--main-green);
  font-weight: 700;
  letter-spacing: 0.01em;
  padding-left: 0.1em;
}

.service-dropdown {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid var(--offwhite);
  padding-bottom: 0.5rem;
  width: 100%;
  background: none;
}

.service-toggle {
  background: none;
  border: none;
  color: var(--main-green);
  font-size: 1.08rem;
  font-weight: 600;
  width: 100%;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: color 0.18s, box-shadow 0.18s;
  outline: none;
  padding: 0.2em 0 0.2em 0;
  border-radius: 4px;
  margin: 0;
  letter-spacing: 0.01em;
  box-shadow: none;
}

/* Chevron icon styling */
.service-toggle .chevron {
  margin-right: 0.7em;
  font-size: 1.2em;
  transition: transform 0.2s, color 0.2s;
  color: var(--muted-green);
}

/* Only color changes on hover/active, no background */
.service-toggle:hover,
.service-dropdown.active .service-toggle {
  color: var(--offwhite);
  /* background removed */
  /* box-shadow removed */
}

/* Chevron rotates and changes color when active */
.service-dropdown.active .chevron {
  transform: rotate(90deg);
  color: var(--offwhite);
}

.service-content {
  display: none;
  padding: 0.8rem 0 0.8rem 2rem;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.6;
  background: transparent;
  color: var(--offwhite);
  border-left: 2.5px solid var(--muted-green);
  margin-top: 0.3rem;
  border-radius: 0 0 5px 5px;
  box-shadow: none;
  letter-spacing: 0.01em;
}

.service-dropdown.active .service-content {
  display: block;
  animation: fadeIn 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-0.2em);}
  to { opacity: 1; transform: translateY(0);}
}

.service-category .service-dropdown:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}



  
    
      We Do
      Sound
  
    
      Creation
      
        
          ›Sound Editorial
        
        
          Editing, cleaning, and preparing all dialogue, effects, and music tracks for the mix. Ensures clarity and creative intent.
        
      
      
        
          ›Dialogue Editorial
        
        
          Focused editing of spoken word to remove noise, improve timing, and ensure every word is clear and natural.
        
      
      
        
          ›Foley
        
        
          Custom-recorded sound effects for footsteps, props, and movement, matched perfectly to your visuals.
        
      
      
        
          ›Original Music
        
        
          Composing and producing unique music tailored to your project’s mood and message.
        
      
    
    
      Mixing
      
        
          ›Stereo
        
        
          Professional stereo mixing for music, film, and media. Balanced and polished for any device.
        
      
      
        
          ›5.1 Surround
        
        
          Immersive surround sound for film, TV, and installations. Places your audience in the action.
        
      
      
        
          ›7.1 Surround
        
        
          Expansive surround mixing for larger venues and cinematic experiences.
        
      
      
        
          ›Dolby Atmos
        
        
          Next-generation 3D audio mixing for streaming, cinema, and VR. Sound moves all around you.
        
      
      
        
          ›Binaural
        
        
          3D audio for headphones, VR, and AR. Creates a sense of space and realism.
        
      
    
    
      &#38;amp; More
      
        
          ›Upmixing and Downmixing
        
        
          Converting audio between formats (stereo, surround, Atmos) to fit any playback system.
        
      
      
        
          ›Dolby Pro Logic II Encoding
        
        
          Encoding surround mixes for compatibility with stereo playback systems.
        
      
      
        
          ›Audio Restoration
        
        
          Removing noise, clicks, pops, and other imperfections from recordings.
        
      
      
        
          ›Forensics &#38;amp; Analysis
        
        
          Investigating and enhancing audio for clarity, authenticity, or legal purposes.
        
      
    
    
  



// Only one dropdown open at a time
document.querySelectorAll('.service-toggle').forEach(function(btn) {
  btn.addEventListener('click', function() {
    // Close all dropdowns except the one clicked
    document.querySelectorAll('.service-dropdown').forEach(function(drop) {
      if (drop !== btn.closest('.service-dropdown')) {
        drop.classList.remove('active');
        var toggle = drop.querySelector('.service-toggle');
        if (toggle) toggle.setAttribute('aria-expanded', 'false');
      }
    });
    // Toggle the clicked one
    var parent = btn.closest('.service-dropdown');
    var expanded = btn.getAttribute('aria-expanded') === 'true';
    btn.setAttribute('aria-expanded', !expanded);
    parent.classList.toggle('active', !expanded);
  });
});
</description>
		
	</item>
		
		
	<item>
		<title>Clients</title>
				
		<link>https://cheviotsound.com/Clients</link>

		<pubDate>Tue, 28 Feb 2023 22:27:40 +0000</pubDate>

		<dc:creator>Cheviot Sound &#124; Audio Post-Production and Mixing</dc:creator>

		<guid isPermaLink="true">https://cheviotsound.com/Clients</guid>

		<description>



.mainclientcontent {
    display: flex;
    align-items: top;
    justify-content: space-between; /* Space between items */
    width: 100%;
    flex-wrap: wrap;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 1px) {
    .item1, .item2, .item3 {
        flex: 100%;
      
    }
}
.item1 {
    flex: 80%; /* Use a percentage for width */
}
.WorkedWith {
    display: flex;
    flex-direction: column; /* Stack header, trusted, about */
}
.Header, .Trusted, .About-the-List {
    margin-bottom: 1rem; /* Add spacing between sections */
}
.Photo-1, .Photo-2 {
    display: none; /* Remove grid-area as it's not used in this layout */
  
}
.scrollercontainer {
    width: 100%;
    display: flex;
    justify-content: center;
  
}
.scroller {
    max-width: 100%;
    position: relative;
  
}
.scroller__inner {
    padding-block: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 2.5rem;
    align-items: center;
    filter: grayscale(50%) brightness(9999%) contrast(1%);

}
.scroller[data-animated="true"] {
    overflow: hidden;
    -webkit-mask: linear-gradient(
        90deg,
        transparent,
        white 20%,
        white 80%,
        transparent
    );
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}
.scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 40s)
        var(--_animation-direction, forwards) linear infinite;
}
.scroller[data-direction="right"] {
    --_animation-direction: reverse;
}
.scroller[data-direction="left"] {
    --_animation-direction: forwards;
}
.scroller[data-speed="fast"] {
    --_animation-duration: 20s;
}
.scroller[data-speed="slow"] {
    --_animation-duration: 180s;
}
@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}
/* general styles */
.tag-list {
    margin: 1rem;
}
.tag-list li {
    padding: 2rem;
}
/* for testing purposes to ensure the animation lined up correctly */
.test {
    background: red !important;
}
.body {
    max-height: fit-content;
}
.WorkedWith {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto 1fr;
    gap: 0;
    grid-auto-flow: row;
    grid-template-areas:
        "Header Photo-1 Photo-2"
        "Trusted Photo-1 Photo-2"
        "About-the-List Photo-1 Photo-2";
}
.Header { grid-area: Header; margin-bottom: 1rem; }
.Trusted { grid-area: Trusted; }
.About-the-List { grid-area: About-the-List; margin-top: .5rem; }
.Photo-1 { justify-self: center; align-self: start; grid-area: Photo-1; margin-left: 1em; }
.Photo-2 { justify-self: center; align-self: start; grid-area: Photo-2; margin-left: 1em; }




    
        
            
                
                    
                        Serving Large Studios and Independent Artists Alike.
                
                    We work with studios and creators both big and small.
Cheviot Sound has had the privilege of collaborating with the following organizations and companies, both directly or on a contract basis with esteemed post-production houses such as Formosa Interactive and Sound Lab.




                &#60;img src="https://freight.cargo.site/t/original/i/6315930f973cb0b8cd0ea32e5ecbec8b4b7ad93489ecedae1b4df44141289eef/image4-Compressify.io.png" alt="AFI Logo" style="max-height: 65px;"&#62;
                &#60;img src="https://freight.cargo.site/t/original/i/95f5a85777cd00834a6d5c2a41f7f38a0dbb9df525665475cd05e2a610bad24c/image5-Compressify.io.png" alt="California Institute of the Arts CNP Logo" style="max-height: 70px;"&#62;
                &#60;img src="https://freight.cargo.site/t/original/i/8c38a4364d46b2688f876476a04bc217d2b548a0ecd480e0bb6655956970974d/image7-Compressify.io.png" alt="Formosa Logo" style="max-height: 95px;"&#62;
                &#60;img src="https://freight.cargo.site/t/original/i/4c1ec583ab4d2b4eb102b378830318d3dfe637035c2dee82f6e59a23c12167a7/Electronic-Arts-Logo.png" alt="Electronic Arts Logo" style="max-height: 65px;"&#62;
                &#60;img src="https://freight.cargo.site/t/original/i/bb24da20385a3600f599ca5d94a33cf55a108be085e78eccb0cb2f1c78f7bf5c/image2-Compressify.io.png" alt="Activision Logo" style="max-height: 65px;"&#62;
                &#60;img src="https://freight.cargo.site/t/original/i/045988e2c0da8892f408e714a23599db29b7e3e36f9c47d8fe39d897d1c5fbe8/image3-Compressify.io.png" alt="Mihoyo Logo" style="max-height: 65px;"&#62;
                &#60;img src="https://freight.cargo.site/t/original/i/3acd7e1106fd423febdab86d53ee3eb361a556e62a676ef48a7a17e4b67351cb/156fe8f0efda2c885c0b2d892e246f261-Compressify.io.png" alt="Sound Lab Logo" style="max-height: 65px;"&#62;
                &#60;img src="https://freight.cargo.site/t/original/i/7fdc33d453b5b5a87b0c88fabfcd325914ced36a28f082bbe0ed22b62b70bbfd/Bethesda_Game_Studios_logo1-Compressify.io.png" alt="Bethesda Game Studios Logo" style="max-height: 65px;"&#62;
                
                &#60;img src="https://freight.cargo.site/t/original/i/6315930f973cb0b8cd0ea32e5ecbec8b4b7ad93489ecedae1b4df44141289eef/image4-Compressify.io.png" alt="AFI Logo" style="max-height: 65px;"&#62;
                &#60;img src="https://freight.cargo.site/t/original/i/95f5a85777cd00834a6d5c2a41f7f38a0dbb9df525665475cd05e2a610bad24c/image5-Compressify.io.png" alt="California Institute of the Arts CNP Logo" style="max-height: 70px;"&#62;
                &#60;img src="https://freight.cargo.site/t/original/i/8c38a4364d46b2688f876476a04bc217d2b548a0ecd480e0bb6655956970974d/image7-Compressify.io.png" alt="Formosa Logo" style="max-height: 95px;"&#62;
                &#60;img src="https://freight.cargo.site/t/original/i/4c1ec583ab4d2b4eb102b378830318d3dfe637035c2dee82f6e59a23c12167a7/Electronic-Arts-Logo.png" alt="Electronic Arts Logo" style="max-height: 65px;"&#62;
                &#60;img src="https://freight.cargo.site/t/original/i/bb24da20385a3600f599ca5d94a33cf55a108be085e78eccb0cb2f1c78f7bf5c/image2-Compressify.io.png" alt="Activision Logo" style="max-height: 65px;"&#62;
                &#60;img src="https://freight.cargo.site/t/original/i/045988e2c0da8892f408e714a23599db29b7e3e36f9c47d8fe39d897d1c5fbe8/image3-Compressify.io.png" alt="Mihoyo Logo" style="max-height: 65px;"&#62;
                &#60;img src="https://freight.cargo.site/t/original/i/3acd7e1106fd423febdab86d53ee3eb361a556e62a676ef48a7a17e4b67351cb/156fe8f0efda2c885c0b2d892e246f261-Compressify.io.png" alt="Sound Lab Logo" style="max-height: 65px;"&#62;
                &#60;img src="https://freight.cargo.site/t/original/i/7fdc33d453b5b5a87b0c88fabfcd325914ced36a28f082bbe0ed22b62b70bbfd/Bethesda_Game_Studios_logo1-Compressify.io.png" alt="Bethesda Game Studios Logo" style="max-height: 65px;"&#62;
            
        
    </description>
		
	</item>
		
		
	<item>
		<title>Projects</title>
				
		<link>https://cheviotsound.com/Projects</link>

		<pubDate>Sun, 30 Oct 2022 00:23:26 +0000</pubDate>

		<dc:creator>Cheviot Sound &#124; Audio Post-Production and Mixing</dc:creator>

		<guid isPermaLink="true">https://cheviotsound.com/Projects</guid>

		<description>Select Projects
Explore a curated selection of projects that demonstrate our expertise in post-production, sound design, and mixing. Whether it’s creating rich atmospheres for animated shorts or cleaning up recorded dialogue for AAA games, we’re proud to have contributed to these standout works.&#38;nbsp;
more on

&#60;img width="3840" height="2160" width_o="3840" height_o="2160" data-src="https://freight.cargo.site/t/original/i/ed9cbe8165e8c46fc3c926f962e776c6c49afa13c71ce84fcc427a98246f1703/Untitled.png" data-mid="219194342" border="0" data-scale="3" data-no-zoom data-icon-mode src="https://freight.cargo.site/w/1000/i/ed9cbe8165e8c46fc3c926f962e776c6c49afa13c71ce84fcc427a98246f1703/Untitled.png" /&#62;
</description>
		
	</item>
		
		
	<item>
		<title>The Warehouse Phase</title>
				
		<link>https://cheviotsound.com/The-Warehouse-Phase</link>

		<pubDate>Wed, 14 May 2025 18:13:29 +0000</pubDate>

		<dc:creator>Cheviot Sound &#124; Audio Post-Production and Mixing</dc:creator>

		<guid isPermaLink="true">https://cheviotsound.com/The-Warehouse-Phase</guid>

		<description>
	The Warehouse Phase
Mix &#38;nbsp;

	
&#60;img width="3840" height="2160" width_o="3840" height_o="2160" data-src="https://freight.cargo.site/t/original/i/f3ed88c24a4a73a319e3580cb81ea1bee7cda4654126fddc57678b214408d467/IMDB-Lg.png" data-mid="234743137" border="0" data-scale="14" src="https://freight.cargo.site/w/1000/i/f3ed88c24a4a73a319e3580cb81ea1bee7cda4654126fddc57678b214408d467/IMDB-Lg.png" /&#62;

Streaming on Peacock
Malachi Moore, or Chi for short, is an overlooked musician who begrudgingly dives into the world of content creation and influencers after Nic P, an infamous rapper and influencer, dies unexpectedly. After being propelled into stardom Chi navigates his newfound audience, authentic self, friendships, and a rocky love life. Chi must learn to balance his love for music, his addiction to stardom, and his desperate search for a mysterious record executive all in the unapologetic pursuit of his ultimate goal; fame.







   

   
.embedtool {position: relative;height: 0;padding-top: 56%;overflow: hidden;max-width: 100%;} .embedtool iframe, .embedtool object, .embedtool embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .embedtool .fluid-vids {position: initial !important}</description>
		
	</item>
		
		
	<item>
		<title>El Rebote</title>
				
		<link>https://cheviotsound.com/El-Rebote</link>

		<pubDate>Thu, 24 Apr 2025 07:08:47 +0000</pubDate>

		<dc:creator>Cheviot Sound &#124; Audio Post-Production and Mixing</dc:creator>

		<guid isPermaLink="true">https://cheviotsound.com/El-Rebote</guid>

		<description>
	El ReboteFull Service Audio Post-Production, Sound Design, Dialogue Editorial, Mix

	
Coming Soon...
After a heart-wrenching divorce, a middle-aged tourist wanders the streets of Barcelona, the city where he proposed. As night falls, his reality blurs, transforming mind and body in unexpected ways.



  WRITER &#38;amp; DIRECTOR: @_lukealanePRODUCER: @sofiadannunzio
  ADDITIONAL PRODUCERS: @kerlychavezofficial, @genu_lee, @susana_arana
  CINEMATOGRAPHER: @josephwisedp
  EDITOR: @sammy.gill_
  VFX: @gordongoestowork
  SOUND: @jack_vveiss
  MUSIC: @dreamcrease
  COLORIST: @avery_niles
  HAIR &#38;amp; MAKEUP: @svenfx, @yazmin_mua
  CAST: @therealjimoheir
  PRODUCTION DESIGN &#38;amp; COSTUMES: @andy.julve, @ana_almenar
  1ST ASSISTANT DIRECTOR: @lucasborges.tm
  2ND ASSISTANT DIRECTOR: @josemisanchezzz
  STEADICAM OPERATOR: @mirkozlatar
  1ST ASSISTANT CAMERA: @santiagoveranc
  2ND ASSISTANT CAMERA: @marcelo_santoscoy
  GAFFER: @max.villavicencio
  KEY GRIP: @albertiko_0
  GRIP: @emiliocarrassco_
  PRODUCTION SOUND: Norbert Caballé, Paula Sánchez
  CASTING: @danidiazve
  STUNTS: @kas_hardbattle, @jordireverte_actor
  BEHIND THE SCENES: @ianjacksona
  PRODUCTION ASSISTANTS: @quince_mc, @xaviplanellas_
  




   
.embedtool {position: relative;height: 0;padding-top: 56%;overflow: hidden;max-width: 100%;} .embedtool iframe, .embedtool object, .embedtool embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .embedtool .fluid-vids {position: initial !important}</description>
		
	</item>
		
		
	<item>
		<title>Indiana Jones and the Great Circle</title>
				
		<link>https://cheviotsound.com/Indiana-Jones-and-the-Great-Circle</link>

		<pubDate>Sun, 30 Mar 2025 06:59:58 +0000</pubDate>

		<dc:creator>Cheviot Sound &#124; Audio Post-Production and Mixing</dc:creator>

		<guid isPermaLink="true">https://cheviotsound.com/Indiana-Jones-and-the-Great-Circle</guid>

		<description>
	Indiana Jones and the Great CircleDialogue Editorial
	
Contract work with Formosa Interactive

Contract work with Formosa Interactive




   

   
.embedtool {position: relative;height: 0;padding-top: 56%;overflow: hidden;max-width: 100%;} .embedtool iframe, .embedtool object, .embedtool embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .embedtool .fluid-vids {position: initial !important}</description>
		
	</item>
		
		
	<item>
		<title>What’s NXT - TCL</title>
				
		<link>https://cheviotsound.com/What-s-NXT-TCL</link>

		<pubDate>Tue, 10 Dec 2024 23:31:24 +0000</pubDate>

		<dc:creator>Cheviot Sound &#124; Audio Post-Production and Mixing</dc:creator>

		<guid isPermaLink="true">https://cheviotsound.com/What-s-NXT-TCL</guid>

		<description>
	What’s NXT -&#38;nbsp;TCL
Mix &#38;nbsp;


	

Commercial spot for TCL’s NXT device lineupDIRECTOR: Roy TigheDIRECTOR / DIRECTOR OF PHOTOGRAPHY (2ND UNIT): Jonathan Pope (@jonathanpopedp)DIRECTORS OF PHOTOGRAPHY (1ST UNIT): Turner Cine (@turnercine)PRODUCTION COMPANY: Tigheland Productions (@tighelandproductions)CLIENT: Mike Natalie, Ian Nicoles, Tom HeffernanPRODUCER: Adam Tyree (@adamtyree)UPM: Ashley Rosenberg (@theashleyrosenberg)ASSOCIATE PRODUCER: Delmar Washington (@delmarwashington)1ST AD: Rebecca Goldstein2ND AD: Jason Tate (@jasontatefilms)




</description>
		
	</item>
		
		
	<item>
		<title>STAR WARS: The Old Republic - 'Disorder'</title>
				
		<link>https://cheviotsound.com/STAR-WARS-The-Old-Republic-Disorder</link>

		<pubDate>Tue, 30 Apr 2024 22:37:34 +0000</pubDate>

		<dc:creator>Cheviot Sound &#124; Audio Post-Production and Mixing</dc:creator>

		<guid isPermaLink="true">https://cheviotsound.com/STAR-WARS-The-Old-Republic-Disorder</guid>

		<description>
	STAR WARS: The Old Republic - 'Disorder'
Dialogue Editorial
	



.embedtool {position: relative;height: 0;padding-top: 56%;overflow: hidden;max-width: 100%;} .embedtool iframe, .embedtool object, .embedtool embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .embedtool .fluid-vids {position: initial !important}
.embedtool {position: relative;height: 0;padding-top: 56%;overflow: hidden;max-width: 100%;} .embedtool iframe, .embedtool object, .embedtool embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .embedtool .fluid-vids {position: initial !important}</description>
		
	</item>
		
		
	<item>
		<title>The Emissaries</title>
				
		<link>https://cheviotsound.com/The-Emissaries</link>

		<pubDate>Tue, 30 Apr 2024 21:40:00 +0000</pubDate>

		<dc:creator>Cheviot Sound &#124; Audio Post-Production and Mixing</dc:creator>

		<guid isPermaLink="true">https://cheviotsound.com/The-Emissaries</guid>

		<description>
	The EmissariesDialogue Editorial
	



Password: lion

Three emissaries from a new wave spiritual group arrive on the doorstep of Barnes Ranch in rural Idaho, tasked by their leader to buy the land from the elderly owners, the barnes. When they refuse to sell at any price, tensions rapidly increase, even as a strange connection forms between the matriarch Deb and Soleil, a young emissary anguished by her inability to have children.

DIRECTOR: Jesse Nesser
CINEMATOGRAPHER: Samuel Grant
PRODUCER: Colleen Slattery
MUSIC: Rob Resnick
EDITOR: James Li
CASTING: Lesley Wolff
PRODUCTION DESIGN: Noël Dombroski
ART DIRECTION: Donte Owens
MAKEUP DEPARTMENT HEAD: Remy Campbell
UNIT PRODUCTION MANAGER: Simone Kirlew
ASSISTANT DIRECTOR: Misha Makeev (as Mikhail Makeyev)
SECOND ASSISTANT DIRECTOR: Peter Osterweil
SOUND MIXER: Lucas Fehring
SOUND RECORDIST: Alana Waksman
DIALOGUE EDITOR: Jack Weiss
KEY GRIP: Gregorio Acuna
GAFFER: Tianyi Liu
COLORIST: Pat Fitzgerald
SCRIPT SUPERVISOR: Jessica Sheriff

More Info




   
.embedtool {position: relative;height: 0;padding-top: 56%;overflow: hidden;max-width: 100%;} .embedtool iframe, .embedtool object, .embedtool embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .embedtool .fluid-vids {position: initial !important}</description>
		
	</item>
		
	</channel>
</rss>