<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>AILEEN YE </title>
	<link>https://aileenye.com</link>
	<description>AILEEN YE </description>
	<pubDate>Mon, 08 Dec 2025 20:23:24 +0000</pubDate>
	<generator>https://aileenye.com</generator>
	<language>en</language>
	
		
	<item>
		<title>Front page</title>
				
		<link>https://aileenye.com/Front-page</link>

		<pubDate>Sat, 22 Jul 2023 17:44:17 +0000</pubDate>

		<dc:creator>AILEEN YE </dc:creator>

		<guid isPermaLink="true">https://aileenye.com/Front-page</guid>

		<description>
	AILEEN YE
Film Director &#38;amp; Editor&#38;nbsp;

WORK↓
&#38;nbsp;
	



document.addEventListener('click', function (e) {
  const link = e.target.closest('.scroll-to-work');
  if (!link) return;

  e.preventDefault();

  const target = document.getElementById('work');
  if (!target) return;

  target.scrollIntoView({
    behavior: 'smooth',
    block: 'start'
  });
});
</description>
		
	</item>
		
		
	<item>
		<title>Work</title>
				
		<link>https://aileenye.com/Work</link>

		<pubDate>Sat, 22 Jul 2023 17:44:17 +0000</pubDate>

		<dc:creator>AILEEN YE </dc:creator>

		<guid isPermaLink="true">https://aileenye.com/Work</guid>

		<description>

	
    SELECTED WORKS


HOW TO DANCE / SHORT

      
 &#60;img width="800" height="450" width_o="800" height_o="450" data-src="https://freight.cargo.site/t/original/i/7307812a3a8ae9d0105e879de38103e12514a067844408d0004c34d26d6b816d/htdgif-1.gif" data-mid="251257972" border="0" data-scale="61" src="https://freight.cargo.site/w/800/i/7307812a3a8ae9d0105e879de38103e12514a067844408d0004c34d26d6b816d/htdgif-1.gif" /&#62;
      
SUN MOON RISING / FILM INSTALLATION
      
&#38;nbsp;&#60;img width="600" height="338" width_o="600" height_o="338" data-src="https://freight.cargo.site/t/original/i/b0b91794e6527b7abb6ce8e95c603713ef0262dcaa9004f0a571a32299491c00/smrgif-1.gif" data-mid="251258880" border="0" data-scale="50" src="https://freight.cargo.site/w/600/i/b0b91794e6527b7abb6ce8e95c603713ef0262dcaa9004f0a571a32299491c00/smrgif-1.gif" /&#62;
      
      MIDNIGHT RISING  / DOC

      
&#38;nbsp;&#60;img width="800" height="450" width_o="800" height_o="450" data-src="https://freight.cargo.site/t/original/i/7da7b9f20d57edf4c7d358fe8ba3ab188b6eebde21ca54bc7329fc59a3ef69d8/mrgif-1.gif" data-mid="251258934" border="0" data-scale="55" src="https://freight.cargo.site/w/800/i/7da7b9f20d57edf4c7d358fe8ba3ab188b6eebde21ca54bc7329fc59a3ef69d8/mrgif-1.gif" /&#62;
    
    
    
      
    

 FIRST BREATH / MUSIC VIDEO

&#38;nbsp;&#60;img width="800" height="450" width_o="800" height_o="450" data-src="https://freight.cargo.site/t/original/i/b7d4dd78997c44b545a1576aa0d7c34643cbe820a222528ac1c8465d1b93342d/fbgif-01.gif" data-mid="251258937" border="0" data-scale="53" src="https://freight.cargo.site/w/800/i/b7d4dd78997c44b545a1576aa0d7c34643cbe820a222528ac1c8465d1b93342d/fbgif-01.gif" /&#62;
BEAST / SHORT

 &#60;img width="1528" height="980" width_o="1528" height_o="980" data-src="https://freight.cargo.site/t/original/i/dfa50595c38beabbf3cd4e9fb6637862181dee91bff2b487794b74e8a32c245e/nowness-beast-1.jpg" data-mid="251258948" border="0" data-scale="44" src="https://freight.cargo.site/w/1000/i/dfa50595c38beabbf3cd4e9fb6637862181dee91bff2b487794b74e8a32c245e/nowness-beast-1.jpg" /&#62;
I DIDN’T DARE TO SPEAK / SHORT

      
 &#60;img width="2474" height="1686" width_o="2474" height_o="1686" data-src="https://freight.cargo.site/t/original/i/9f048734c3077f290ca2674b99c18b07b47d8c03de7a976b179b48e8692eb90f/1.png" data-mid="251258947" border="0" data-scale="42" src="https://freight.cargo.site/w/1000/i/9f048734c3077f290ca2674b99c18b07b47d8c03de7a976b179b48e8692eb90f/1.png" /&#62;
      
      
      

    
      
    

    

    
  






  
    
      About ↓
    
  










/* ===============================
   ABOUT / PAGE ENTRY
   =============================== */

.about-stage {
  opacity: 0.85;              /* never fully hidden */
  transform: scale(0.97);
  transition:
    opacity 1.2s ease,
    transform 1.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: opacity, transform;
}

/* When page is active */
.page.is-visible .about-stage {
  opacity: 1;
  transform: scale(1);
}

/* When leaving */
.page.is-exiting .about-stage {
  opacity: 0.75;
  transform: scale(0.95);
}

/* Mobile: no scale */
@media (max-width: 768px) {
  .about-stage {
    opacity: 1;
    transform: none;
  }
}

/* ===============================
   IMAGE WAKE-UP INTERACTION
   =============================== */

/* Resting state (asleep) */
.content img {
  opacity: 0.6;
  transform: scale(0.96);
  filter: brightness(0.9) contrast(0.95);
  transition:
    opacity 0.7s ease,
    transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.7s ease;
  will-change: opacity, transform, filter;
}

/* Hover / focus = wake up */
.content img:hover,
.content img:focus,
.content a:focus img {
  opacity: 1;
  transform: scale(1);
  filter: brightness(1) contrast(1);
}

/* Dim others when one is active (desktop only) */
@media (hover: hover) and (pointer: fine) {
  .content:hover img:not(:hover) {
    opacity: 0.35;
    filter: brightness(0.85);
  }
}

/* Accessibility */
.content img:focus {
  outline: none;
}

/* Mobile: no games */
@media (max-width: 768px) {
  .content img {
    opacity: 1;
    transform: none;
    filter: none;
  }
}




(function () {
  function revealPage() {
    const page = document.querySelector('.page');
    if (!page) return;

    // Reset state so animation always plays
    page.classList.remove('is-visible');
    page.offsetHeight; // force reflow
    page.classList.add('is-visible');
  }

  // First load
  document.addEventListener('DOMContentLoaded', revealPage);

  // Cargo page navigation
  document.addEventListener('page:load', revealPage);
})();



(function () {
  let lastScroll = window.scrollY;

  window.addEventListener("scroll", () =&#62; {
    const current = window.scrollY;

    if (current &#62; lastScroll + 10) {
      document.body.classList.add("scrolling-down");
      document.body.classList.remove("scrolling-past");
    }

    if (current &#60; lastScroll - 10) {
      document.body.classList.remove("scrolling-down");
    }

    // Near bottom = fade out illusion
    if (window.innerHeight + current &#62;= document.body.offsetHeight - 200) {
      document.body.classList.add("scrolling-past");
    } else {
      document.body.classList.remove("scrolling-past");
    }

    lastScroll = current;
  });
})();


(function () {
  document.addEventListener(
    'click',
    function (e) {
      const link = e.target.closest('.scroll-to-about');
      if (!link) return;

      // STOP Cargo completely
      e.preventDefault();
      e.stopImmediatePropagation();
      e.stopPropagation();

      const target = document.getElementById('about');
      if (!target) return;

      // Manual smooth scroll
      const y =
        target.getBoundingClientRect().top +
        window.pageYOffset;

      window.scrollTo({
        top: y,
        behavior: 'smooth'
      });
    },
    true // 👈 CAPTURE PHASE (this is critical)
  );
})();



(function () {
  document.addEventListener(
    'click',
    function (e) {
      const link = e.target.closest('.scroll-to-howtodance');
      if (!link) return;

      // STOP Cargo completely
      e.preventDefault();
      e.stopImmediatePropagation();
      e.stopPropagation();

      const target = document.getElementById('how-to-dance');
      if (!target) return;

      const y =
        target.getBoundingClientRect().top +
        window.pageYOffset;

      window.scrollTo({
        top: y,
        behavior: 'smooth'
      });
    },
    true // 👈 capture phase (same as About)
  );
})();




(function () {
  document.addEventListener(
    'click',
    function (e) {
      const link = e.target.closest('.scroll-to-sunmoonrising');
      if (!link) return;

      // STOP Cargo completely
      e.preventDefault();
      e.stopImmediatePropagation();
      e.stopPropagation();

      const target = document.getElementById('sun-moon-rising');
      if (!target) return;

      const y =
        target.getBoundingClientRect().top +
        window.pageYOffset;

      window.scrollTo({
        top: y,
        behavior: 'smooth'
      });
    },
    true // 👈 capture phase (same as About)
  );
})();


(function () {
  document.addEventListener(
    'click',
    function (e) {
      const link = e.target.closest('.scroll-to-midnightrising');
      if (!link) return;

      // STOP Cargo completely
      e.preventDefault();
      e.stopImmediatePropagation();
      e.stopPropagation();

      const target = document.getElementById('midnight-rising');
      if (!target) return;

      const y =
        target.getBoundingClientRect().top +
        window.pageYOffset;

      window.scrollTo({
        top: y,
        behavior: 'smooth'
      });
    },
    true // 👈 capture phase (same as About)
  );
})();



(function () {
  document.addEventListener(
    'click',
    function (e) {
      const link = e.target.closest('.scroll-to-beast');
      if (!link) return;

      // STOP Cargo completely
      e.preventDefault();
      e.stopImmediatePropagation();
      e.stopPropagation();

      const target = document.getElementById('beast');
      if (!target) return;

      const y =
        target.getBoundingClientRect().top +
        window.pageYOffset;

      window.scrollTo({
        top: y,
        behavior: 'smooth'
      });
    },
    true // 👈 capture phase (same as About)
  );
})();



(function () {
  document.addEventListener(
    'click',
    function (e) {
      const link = e.target.closest('.scroll-to-iddts');
      if (!link) return;

      // STOP Cargo completely
      e.preventDefault();
      e.stopImmediatePropagation();
      e.stopPropagation();

      const target = document.getElementById('iddts');
      if (!target) return;

      const y =
        target.getBoundingClientRect().top +
        window.pageYOffset;

      window.scrollTo({
        top: y,
        behavior: 'smooth'
      });
    },
    true // 👈 capture phase (same as About)
  );
})();
</description>
		
	</item>
		
		
	<item>
		<title>About</title>
				
		<link>https://aileenye.com/About</link>

		<pubDate>Sat, 22 Jul 2023 18:54:00 +0000</pubDate>

		<dc:creator>AILEEN YE </dc:creator>

		<guid isPermaLink="true">https://aileenye.com/About</guid>

		<description>
	
	

	

	





	A film director + editor, and club organiser from Dublin whose work explores sonic histories and movement subcultures. Her works intimately focus on diasporic margins, drawn to the body as a site of resistance in how it navigates rhythm, power and memory.&#38;nbsp; 

Her films have internationally screened at festivals including BFI London Film Festival, IFFR, SXSW London, and exhibited at institutions including the Barbican, ICA, FACT Liverpool, Art Rotterdam, and esea Contemporary. Her recent film How To Dance (2026)&#38;nbsp;was shortlisted for the 1.4 Awards.

In 2023/24, she won Best International Short Documentary for ‘Midnight Rising’ at Dublin IFF. In 2022, she was mentored by A24.&#38;nbsp;
She has worked with NOWNESS Asia, Sevdaliza, and more.

	
email: 
aileenye@outlook.com
instagram
&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;&#38;nbsp;












(function () {

  function scrollToContact() {
    const target = document.getElementById('contact');
    if (!target) return;

    const y =
      target.getBoundingClientRect().top +
      window.pageYOffset;

    window.scrollTo({
      top: y,
      behavior: 'smooth'
    });
  }

  // Mouse / touch
  document.addEventListener('click', function (e) {
    const trigger = e.target.closest('.scroll-to-contact');
    if (!trigger) return;

    e.preventDefault();
    e.stopPropagation();
    scrollToContact();
  });

  // Keyboard accessibility
  document.addEventListener('keydown', function (e) {
    if (
      (e.key === 'Enter' &#124;&#124; e.key === ' ') &#38;&#38;
      document.activeElement &#38;&#38;
      document.activeElement.classList.contains('scroll-to-contact')
    ) {
      e.preventDefault();
      scrollToContact();
    }
  });

})();



.scroll-to-contact {
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.scroll-to-contact:hover {
  opacity: 0.7;
}
</description>
		
	</item>
		
		
	<item>
		<title>HOW TO DANCE (2026)</title>
				
		<link>https://aileenye.com/HOW-TO-DANCE-2026</link>

		<pubDate>Mon, 08 Dec 2025 20:23:24 +0000</pubDate>

		<dc:creator>AILEEN YE </dc:creator>

		<guid isPermaLink="true">https://aileenye.com/HOW-TO-DANCE-2026</guid>

		<description>



  
    HOW TO DANCE (2026)&#38;nbsp;
    
    
      Supported by Mondriaan Fonds 
      SEE NL 2026 Catalogue
Distributed by Purple Ray Films

      10’ / 16mm-VHS-Digital / Netherlands, UK
    
    


SXSW London, Official Selection (2026)
1.4 Awards Shortlist, On The Cusp (2026)Eye Filmmuseum, Amsterdam (2026)
International Film Festival Rotterdam, Official Selection (2026)
 


    
    
    
      When every movement is surveilled, the body learns to speak in new, coded ways.



    
    
      
    
    

    
    
      &#38;nbsp; Credits:

Director + Editor: Aileen Ye
      Cinematographer: Rui Jiang Ong
      Dancer: Jordan Achiano
      Sparks: Yasha Hennige, Célia Boussebaa
      Production Assistant: Negara Faghir
      Grade: Studio RM
      Colourist: Juliette Wileman
      Colour EP: Mike Coley
      Colour Producer: Ella Hill
      Music &#38;amp; Mix: NAKANO BLU
      VFX: Phillip Ochwo
      Film Development and Scanning: Haghefilm
      Equipment: Maloney Amsterdam, Filmwerkplaats
&#60;img width="358" height="376" width_o="358" height_o="376" data-src="https://freight.cargo.site/t/original/i/013944e9fd2bf8290a8cc7d3561f93db942ff29ecf2e60728aaf0f3b7c9ddb32/MFO_LOGO_RGB_WIT_SMALL.png" data-mid="244102938" border="0" data-scale="12" src="https://freight.cargo.site/w/358/i/013944e9fd2bf8290a8cc7d3561f93db942ff29ecf2e60728aaf0f3b7c9ddb32/MFO_LOGO_RGB_WIT_SMALL.png" /&#62;


    

  

</description>
		
	</item>
		
		
	<item>
		<title>SUN MOON RISING (2026)</title>
				
		<link>https://aileenye.com/SUN-MOON-RISING-2026</link>

		<pubDate>Tue, 22 Oct 2024 22:22:12 +0000</pubDate>

		<dc:creator>AILEEN YE </dc:creator>

		<guid isPermaLink="true">https://aileenye.com/SUN-MOON-RISING-2026</guid>

		<description>


  

    
    Sun, Moon, Rising (2026)&#38;nbsp;

    
    
      Supported by Mondriaan Fonds
      11’ / Three-channel film installation / Netherlands
    
    


    
    
      
        An exploration of migration and memory, and how the body’s history is encoded in the natural elements we share. 
      

    

    
    
 &#60;img width="2922" height="1660" width_o="2922" height_o="1660" data-src="https://freight.cargo.site/t/original/i/b17e891aa29c08af091048333905497ada42293730422660790e9aed86f25f99/SMR-Still-2.png" data-mid="245087516" border="0" data-scale="39" src="https://freight.cargo.site/w/1000/i/b17e891aa29c08af091048333905497ada42293730422660790e9aed86f25f99/SMR-Still-2.png" /&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;&#60;img width="2922" height="1660" width_o="2922" height_o="1660" data-src="https://freight.cargo.site/t/original/i/759e7b700dd3dc72f78e10346052ff71571b1efd765145e71193b17ac5b658a1/SMR-Still-1.png" data-mid="241613458" border="0" data-scale="39" src="https://freight.cargo.site/w/1000/i/759e7b700dd3dc72f78e10346052ff71571b1efd765145e71193b17ac5b658a1/SMR-Still-1.png" /&#62;

    
    
    
    

    

    
    
      Credits:
Director: Aileen YeProducer: Daisy Corbin O'Grady


      Sun / Dancer: Tu Hoang
      Moon / Dancer: Jordan Achiano
      Rising / Dancer: Faizah GrootensDirector of Photography: Rui Jiang Ong

      1st Assistant Director: Mathilde MédardAssistant Camera: Ian Heijblom Grip: Jilles van Kleef Drone Operator: Jilles van KleefProduction Assistants: Julia Kozakiewicz, Negara Faghir, Yasha Hennige
      Portrait &#38;amp; BTS Photographer: Ferdows Faghir
      BTS Photographer: Sebastián Vasquez Cipriani
      
      Editor: Sebastian GolosMusic Composition: Madil Hardis
      Sound design: Madil HardisSound Mix: Pablo Sanchez
Grading: Karol CybulskiGrade Studio: Harbor VFX: Cathal McKeon

      Costume: Clara Seidenfaden
      Make-up and Hair: Carmelita Matamoros
      MUAH Assistant: Alicia Stuifzand
      Nails: Bassment Nails
      Jewellery design: Yasmijn Quandt / dd103
      Catering: Vitor Duarte Lopes
      Dance Agency: The Movers Amsterdam
Equipment: Maloney Amsterdam
      &#60;img width="358" height="376" width_o="358" height_o="376" data-src="https://freight.cargo.site/t/original/i/d04b172c872dad5c57135696ec769d37653458451bd67200ea5bf305cb2babd8/MFO_LOGO_RGB_DONKERBLAUW_SMALL.png" data-mid="244103049" border="0" data-scale="9" src="https://freight.cargo.site/w/358/i/d04b172c872dad5c57135696ec769d37653458451bd67200ea5bf305cb2babd8/MFO_LOGO_RGB_DONKERBLAUW_SMALL.png" /&#62;

    

  





  
    
      
 
      
    
  

</description>
		
	</item>
		
		
	<item>
		<title>Midnight Rising (2024)</title>
				
		<link>https://aileenye.com/Midnight-Rising-2024</link>

		<pubDate>Sat, 22 Jul 2023 18:24:00 +0000</pubDate>

		<dc:creator>AILEEN YE </dc:creator>

		<guid isPermaLink="true">https://aileenye.com/Midnight-Rising-2024</guid>

		<description>


  

    
    Midnight Rising (2024)&#38;nbsp;

    
    
      Bala Projects and Gorilla Gorilla! Production
      8’ / 16mm-S8-MiniDV-Digital / United Kingdom
    
    


    
    
      
        An intimate portrait of London’s East and South East Asian clubbing community, a world in which the allure of raving, extravagance, and hyperpop becomes an affirmation of love, acceptance, and joy.
      
    

    
    
&#38;nbsp;Best International Short Doc Award, DIFF 2024◇ Brighter Sound x esea Contemporary, Manchester (2025)
        ◇ LAB 111, Amsterdam (2025)
        ◇ BFI London Film Festival, Official Selection (2024)
        ◇ Norwich Film Festival, Official Selection, British Shorts Competition (2024)
        ◇ Leeds International Film Festival, Official Selection, British Shorts Competition (2024)
        ◇ Aesthetica Short Film Festival, Official Selection, Documentary Competition (2024)
        ◇ Ann Arbor Film Festival, Official Selection, Competition (2024)
        ◇ CinemAsia Film Festival, Official Selection (2024)
        ◇ Dublin International Film Festival, Official Selection, Documentary Competition (2024)
    

    
    
      
      
    
    

    
    
      Credits:
Director: Aileen Ye

      Producers: Kamila Serkebaeva, Aileen Ye
      Director of Photography: Laura Seward
      Editors: April Lin, Aileen Ye
      Executive Producer: Dean Beswick, Kamila Serkebaeva
      Production Companies: Gorilla Gorilla!, Bala Projects
      Participants: David Zhou, Jason Kwan, June Lam, Ms. G
      1AC: Alex Tan
      2AC: Thomas Rowe
      Camera Trainee: Luke De Borde
      Colourist: Karol Cybulski
      Sound Design: Aileen Ye
      Sound Editor and Mix: Joseph Campbell
      Sound Recordist: Isabel Sanchez Danieli
      Production Assistants: Courtney Brown, Azamat Mukhtaruly
      Van Driver: Kay Holden
      Music: Animistic Beliefs, LVRA
      Archive footage: Song of the Fishermen (1934), Public Domain Archives
      Film Processing: Kodak Film Lab London
      Film Scanning: Digital Orchard
      Camera Equipment: Cameraworks
      Colour House: CHEAT
      Colour Producer: Dominic Strachan
      Special Thanks To: Eastern Margins, Colour Factory, Ben Marshall, Jenny Zhang
    

  





  
    
      
 
      
    
  

</description>
		
	</item>
		
		
	<item>
		<title>beast (2022)</title>
				
		<link>https://aileenye.com/beast-2022</link>

		<pubDate>Sat, 22 Jul 2023 18:24:02 +0000</pubDate>

		<dc:creator>AILEEN YE </dc:creator>

		<guid isPermaLink="true">https://aileenye.com/beast-2022</guid>

		<description>

  

    
    beast (2022)

    
    
      
        Supported by TONG Global
        NOWNESS Asia
        6’ / 16mm / Netherlands
      
    

    &#60;img width="500" height="177" width_o="500" height_o="177" data-src="https://freight.cargo.site/t/original/i/948d7ab5bb013de6645d98862a0fbf3f521ec37679e54e71677fbf41049b87ab/nowness-asia-logo.png" data-mid="244102931" border="0" data-scale="39" src="https://freight.cargo.site/w/500/i/948d7ab5bb013de6645d98862a0fbf3f521ec37679e54e71677fbf41049b87ab/nowness-asia-logo.png" /&#62;

    
    
      
        A martial arts inspired dance-fight reflecting the tension between traditional and modern states of being in a dreamscape nightmare.
      
    

    

    


        ◇ Qyzqaras Festival, Almaty (2025)
        ◇ Art Rotterdam (2025)
        ◇ FACT, Liverpool (2023)
        ◇ LUX, London (2023)
        ◇ Theatre Rotterdam (2023)
        ◇ Museumnacht, STROOM, The Hague (2023)
        ◇ XPOSED Festival, Berlin (2023)
        ◇ Celestial Festival, Berlin (2023) with Q+A
        ◇ Queer East Festival, London (2023) with Q+A
        ◇ BFI Future Film Festival, London (2023)
        ◇ Movement Festival, Hong Kong (2022)
    

    

    
    
 &#60;img width="1540" height="1065" width_o="1540" height_o="1065" data-src="https://freight.cargo.site/t/original/i/510cc76e39786de55318d3dfe8f9f0acc4ee419fc99ad52ab15b60f3350cc3f0/beast-still1.jpg" data-mid="185795680" border="0" data-scale="42" src="https://freight.cargo.site/w/1000/i/510cc76e39786de55318d3dfe8f9f0acc4ee419fc99ad52ab15b60f3350cc3f0/beast-still1.jpg" /&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#60;img width="1536" height="1068" width_o="1536" height_o="1068" data-src="https://freight.cargo.site/t/original/i/a91da99cf34a64da06c4c8cff7082498cfd9bae9e3160224a463e71e946e1106/beast-still2jpg.jpg" data-mid="185795681" border="0" data-scale="42" src="https://freight.cargo.site/w/1000/i/a91da99cf34a64da06c4c8cff7082498cfd9bae9e3160224a463e71e946e1106/beast-still2jpg.jpg" /&#62;
&#60;img width="1548" height="1036" width_o="1548" height_o="1036" data-src="https://freight.cargo.site/t/original/i/ff9e353e5863e5d9d9ead8f1016556172161efdc11bdf45489589db47e5803a8/beast-still_2_Aileen-Ye.jpg" data-mid="232760318" border="0" data-scale="78" src="https://freight.cargo.site/w/1000/i/ff9e353e5863e5d9d9ead8f1016556172161efdc11bdf45489589db47e5803a8/beast-still_2_Aileen-Ye.jpg" /&#62;
&#38;nbsp;

&#38;nbsp;

    
    
      
        Credits:

        Director + Editor: Aileen Ye

        Starring: Lee Teng Poh, Jereon Timmerman, Joshua Tjon Sieuw


        Director of Photography: Anh DaoText + Narration: Lee Teng Poh

        Spark and BTS: Seecum Cheung


Location: Studio iii

        Production Assistant: Yasha HennigeFilm Scanning + Development: Color By DeJonghe


        Special Thanks:
        TONG 通
        Manlung Tang
        Luk Hop Moon Martial Club
        Filmwerkplaats
        Wen Chin Fu
        Negara Faghir
      
    

   





  
    
      
 
      
    
  

</description>
		
	</item>
		
		
	<item>
		<title>IDDTS (2021)</title>
				
		<link>https://aileenye.com/IDDTS-2021</link>

		<pubDate>Sat, 22 Jul 2023 18:24:08 +0000</pubDate>

		<dc:creator>AILEEN YE </dc:creator>

		<guid isPermaLink="true">https://aileenye.com/IDDTS-2021</guid>

		<description>

  

    
    I Didn’t Dare to Speak (2021)

    
    
      
        Supported by WORM
        7’ / 16mm / Netherlands
      
    

    

    
    
      
        In Rotterdam’s skate-scape, this introspective film celebrates loneliness as one of the most fulfilling parts of growing up.
      
    

&#38;nbsp;

    
    
      Short Film Award 2023, Roffa Mon Amour x Susan BijlEVCOM UK Focus Award 2022


        ◇ Theatre Rotterdam (2023)
        ◇ Roffa Mon Amour (2023)
        ◇ Celestial Festival, Berlin (2023) with Q+A
        ◇ CinemAsia, Amsterdam (2022)
        ◇ Sinema Transtopia, Berlin (2022) with Q+A
        ◇ Haarlem Kunstlijn, Haarlem (2021)
        ◇ Avalon Cafe, London (2021)
        ◇ Nieuwe Vide, Haarlem (2021)
        ◇ Girls in Film (2021)
    

    

    
    
 &#60;img width="2622" height="1695" width_o="2622" height_o="1695" data-src="https://freight.cargo.site/t/original/i/0562e3e252c6dcab69346ecbacfa54f0d7d333044519f571336339c55595881a/3.png" data-mid="246321419" border="0" data-scale="44" src="https://freight.cargo.site/w/1000/i/0562e3e252c6dcab69346ecbacfa54f0d7d333044519f571336339c55595881a/3.png" /&#62;&#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp; &#38;nbsp;&#38;nbsp;&#60;img width="2464" height="1697" width_o="2464" height_o="1697" data-src="https://freight.cargo.site/t/original/i/9f96e0225c8495128a497c8f59458e26a5877af7f53a1206ad462256256d065b/2.png" data-mid="246321418" border="0" data-scale="41" src="https://freight.cargo.site/w/1000/i/9f96e0225c8495128a497c8f59458e26a5877af7f53a1206ad462256256d065b/2.png" /&#62;&#60;img width="2474" height="1686" width_o="2474" height_o="1686" data-src="https://freight.cargo.site/t/original/i/9f048734c3077f290ca2674b99c18b07b47d8c03de7a976b179b48e8692eb90f/1.png" data-mid="246321417" border="0" data-scale="60" src="https://freight.cargo.site/w/1000/i/9f048734c3077f290ca2674b99c18b07b47d8c03de7a976b179b48e8692eb90f/1.png" /&#62;
 



    
    
      
        Credits:

        Director + Editor: Aileen Ye
        Co-writer: Ambereen Haider
        Film Development: Color by DeJonghe
        Narration: Anwaar
        Skaters: Anwaar, Negara, Lotte, Julia, Christina
        Music: Howie Lee

        Special thanks:
        Bernardo Zanotta
        Nia Konstantinova
        Nieuwe Vide
        WORM
      
    

  





  
    
      
        Back To Top ↑
      
    
  




(function () {
  document.addEventListener(
    'click',
    function (e) {
      const link = e.target.closest('.scroll-to-home');
      if (!link) return;

      e.preventDefault();
      e.stopPropagation();
      e.stopImmediatePropagation();

      window.scrollTo({
        top: 0,
        left: 0,
        behavior: 'smooth'
      });
    },
    true // capture phase (important for Cargo)
  );
})();
</description>
		
	</item>
		
	</channel>
</rss>