Les Anges Exterminateurs

Les Anges Exterminateurs (English: The Exterminating Angels) is a 2006 French film directed by Jean-Claude Brisseau. It was screened at the Cannes Film Festival on 20 May 2006 and had a limited release in the United States on 7 March 2007. The film is about a director named François who embarks on a film project about female eroticism. He meets three struggling actresses who perform sexual acts in front of him. What François does not realise is that there is a lot more going on in the girls' heads than other parts and this leads to tragic consequences.

Les Anges Exterminateurs
Directed byJean-Claude Brisseau
Produced by
  • Lise Bellynck
  • Milena Poylo
  • Gilles Sacuto
Written byJean-Claude Brisseau
Starring
  • Frédéric van den Driessche
  • Maroussia Dubreuil
  • Lise Bellynck
  • Marie Allan
Music byJean Musy
CinematographyWilfrid Sempé
Edited byMaría Luisa García
Distributed by
  • IFC First Take
  • Rézo Films
Axiom Films (UK and Ireland)
Release date
20 May 2006 (2006-05-20)
Running time
100 minutes
CountryFrance
LanguageFrench
Box office$154,210

The film is semiautobiographical: in 2002 director Brisseau had been arrested on charges of harassment, fined and given a suspended one-year prison sentence. The plaintiffs were three women who had performed sexual acts in front of him during their audition.[1]

The soundtrack for the film was composed by Jean Musy.

Cast

  • Frédéric van den Driessche as François
  • Maroussia Dubreuil as Charlotte
  • Lise Bellynck as Julie
  • Marie Allan as Stéphanie
  • Raphaële Godin as Apparition 1 / Rebecca
  • Margaret Zenou as Apparition 2
  • Sophie Bonnet as Nathalie
  • Jeanne Cellard as The grandmother
  • Virginie Legeay as Virginie
  • Estelle Galarme as Olivia
  • Marine Danaux as Agnès
  • Apolline Louis as Céline
  • François Négret as Stéphanie's friend
gollark: It's a good compiler!
gollark: <@!341618941317349376> Observe, a compiler which produces slow code.
gollark: Now with optimization settings!
gollark: ```python#!/usr/bin/env python3import argparseimport subprocessparser = argparse.ArgumentParser(description='Compile a WHY program')parser.add_argument("input", help="File containing WHY source code")parser.add_argument("-o", "--output", help="Filename of the output executable to make", default="./a.why")parser.add_argument("-O", "--optimize", help="Optimization level", type=int, default="0")args = parser.parse_args()def build_C(args): template = """#define QUITELONG long long intconst QUITELONG max = @max@;int main() { QUITELONG i = 0; while (i < max) { i++; } @code@} """ for k, v in args.items(): template = template.replace(f"@{k}@", str(v)) return templateinput = args.inputoutput = args.outputtemp = "ignore-this-please"with open(input, "r") as f: contents = f.read() looplen = max(1000, (2 ** -args.optimize) * 1000000000) code = build_C({ "code": contents, "max": looplen }) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```
gollark: ^

References

  1. Burr, Ty (2007-03-16). "As eroticism, 'Angels' doesn't fly". The Boston Globe. Retrieved 2008-11-11.


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