Los Zapaticos me Aprietan

Los Zapaticos me Aprietan is an award-winning Cuban short film that uses documentary footage of people's shoes to convey a political message. The film was directed by Humberto Padrón

Awards

  • Mention for Sound Design, Festival CinePlaza, 1999
  • Mention for Directing, Festival CinePlaza., 1999
  • Gran Prize for Documentary, Festival CinePlaza, 1999
  • Best Director in NON FICTION en Festival IMAGO, 1999
  • Gran Premio de Dirección at Festival IMAGO, 1999.
  • First Prize for Fiction at the National Festival of Cine Clubs Yumurí, 2000.
  • Gran Prize Atenas at the National Festivals of Cine Clubs Yumurí, 2000.
  • Vitral Prize for Best Experimental Film en el 13th Encuentro Nacional de Vídeo, 2000.
gollark: See, it was too fast, it overflowed.
gollark: tio!debug
gollark: This is ultrahyperfast***.
gollark: ```ruststruct Fib1 { cache: Vec<u128>}impl Iterator for Fib1 { type Item = u128; fn next(&mut self) -> Option<Self::Item> { let n = self.cache.len(); let next = self.cache[n - 1] + self.cache[n - 2]; self.cache.push(next); Some(next) }}fn fib1() -> Fib1 { Fib1 { cache: vec![0, 1] } }fn main() { for n in fib1() { print!("{} ", n); }}```
gollark: Okay.

See also


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.