Final Destination: Red Lantern
Final Destination: Red Lantern (German: Endstation Rote Laterne) is a 1960 West German crime film directed by Rudolf Jugert and starring Joachim Fuchsberger, Christine Görner and Klausjürgen Wussow.[1]
Final Destination: Red Lantern | |
---|---|
Directed by | Rudolf Jugert |
Produced by | Wolf C. Hartwig |
Written by |
|
Starring | |
Music by | Willy Mattes |
Cinematography | Georg Krause |
Edited by | Herbert Taschner |
Production company | |
Distributed by | Prisma Film |
Release date | 5 February 1960 |
Running time | 89 minutes |
Country | West Germany |
Language | German |
It is the third film version of Norbert Jacques' novel Plüsch und Plümowski, after The Bordello in Rio (1927) and Blondes for Export (1950).
Cast
- Joachim Fuchsberger as Martin Stelling
- Christine Görner as Verena Linkmann
- Klausjürgen Wussow as Jan Fabrizius
- Elfie von Kalckreuth as Irene van Laan
- Werner Peters as Van laan
- Nana Osten as Uschi Berger
- Wolfgang Büttner
- Gudrun Schmidt as Nana Noel
- Otto Storr
- Annemarie Holtz
- Ernst Konstantin
- Elinor von Wallerstein
- Paul Bös
- Dorothee Parker
- Ernst G. Schiffner
- Micaela Wackermann
- Herbert Weicker
- Anja Brüning as Inga
- Eva Schauland
gollark: DC is made of numbers, in the purely useless sense.
gollark: Basicallyscore = views + unique views * 6 + clicks * 12if hatchling, optimal score is 13000 at 4d and 5000 at 7d (between the two extremes, it's averaged)if egg, optimal score is 5000 at 4d and 0 at 7d (averaged again)it's safeish if the score is less than 1.5x the optimal score.
gollark: ```javascriptfunction getScore(dragon) { return dragon.views + (dragon.uniqueViews * 6) + (dragon.clicks * 12);}const nextStageAge = 72;const maxTime = 168;function getOptimalScore(dragon) { const time = dragon.hoursRemaining; const age = maxTime - time; if (dragon.type == "hatchling") { return 5000 + (8000 * (age / nextStageAge)); } else { return 5000 * (age / nextStageAge); }}function getScoreRatio(dragon) { return getScore(dragon) / getOptimalScore(dragon);}function isSafe(dragon) { return getScoreRatio(dragon) < 1.5;}```
gollark: I guess that since I'm banned anyway I might as well show my modified EATW formula...
gollark: I mean, it'd be hard to viewbomb something that old.
References
- Bergfelder p.211
Bibliography
- Bergfelder, Tim. International Adventures: German Popular Cinema and European Co-Productions in the 1960s. Berghahn Books, 2005.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.