Madeleine Gug
Madeleine Gug (1913–1971) was a French film editor. She worked with Henri-Georges Clouzot on the 1955 film Les Diaboliques.[1] She also collaborated on a number of occasions with Claude Autant-Lara.
Madeleine Gug | |
---|---|
Born | 4 August 1913 |
Died | 24 August 1991 (aged 78) |
Occupation | Film editor |
Years active | 1938-1969 (film) |
Selected filmography
- Love Story (1943)
- Six Hours to Lose (1946)
- Devil in the Flesh (1947)
- Keep an Eye on Amelia (1949)
- Barry (1949)
- The Red Inn (1951)
- The Wages of Fear (1953)
- Les Diaboliques (1955)
- Lola Montès (1955)
- Marguerite de la nuit (1955)
- La Traversée de Paris (1956)
- Lovers of Paris (1957)
- The Gambler (1958)
- In Case of Adversity (1958)
- The Trip to Biarritz (1963)
- Enough Rope (1963)
- A Woman in White (1965)
- Two for the Road (1967)
gollark: ```rust let parser = Parser::new_ext(md, options).map(|ev| match ev { Event::Text(txt) => { match &*txt { "[" => { // wikilink has opened, two consecutive [ if was_bracket { in_wikilink = true; was_bracket = false; } else { was_bracket = true; } Event::Text("".into()) }, "]" => { // wikilink has closed, two consecutive ] if in_wikilink && was_bracket { was_bracket = false; return Event::Html("<a href='/bees'>commit</a>".into()); } if in_wikilink { was_bracket = true; } Event::Text("".into()) }, _ => { let w = was_bracket; was_bracket = false; if w { return Event::Text(format!("bracket!{}", &*txt).into()); } was_bracket = false; if in_wikilink { wlbuf.push_str(&*txt); Event::Text("".into()) } else { Event::Text(txt) } } } }, _ => ev });```
gollark: <:bees:724389994663247974> this is convoluted.
gollark: `let w = was_bracket;` you.
gollark: And osmarks internet radio™ HAS that album, yaæææææææææææy!
gollark: Bleed From Within's latest album, Fracture, was very good.
References
- Hayward p.116
Bibliography
- Susan Hayward. Les Diaboliques. University of Illinois Press, 2005.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.