Paparazzi (1998 film)

Paparazzi is a 1998 French comedy film, directed by Alain Berbérian.

Paparazzi
Directed byAlain Berbérian
Produced byDominique Farrugia
Olivier Granier
Antoine Gannagé
Written byAlain Berbérian
Jean-François Halin
Vincent Lindon
Simon Michaël
Danièle Thompson
Patrick Timsit
StarringPatrick Timsit
Vincent Lindon
Music byFrank Roussel
CinematographyVincenzo Marano
Edited byCatherine Renault
Production
company
Canal+
TF1 Films Production
Rigolo Films 2000
Distributed byAMLF
K2 Entertainment
Release date
29 April 1998
Running time
111 minutes
CountryFrance
LanguageFrench
Budget$9.4 million
Box office$7 million[1]

Plot

Franck Bordoni (Patrick Timsit) loses job as a night watchman when he finds himself inadvertently on the front cover of a popular magazine. The photograph was taken while he was enjoying a football match instead of working. Deciding to punish the photographer, Franck visits the magazine's offices and finds Michel Verdier (Vincent Lindon), a member of the paparazzi pack. Franck clings to Michel; he becomes fascinated by the man's work and is eager to serve as an apprentice. Franck immerses himself in exciting new life (and Isabelle Adjani’s dustbins), however he hardly notices former life (including wife and son) disappear.

Cast

gollark: `http_response` only appears in the code in what looks like one comment.
gollark: It doesn't seem to be.
gollark: There seems to be an `internet_ready` signal, I'll check if that's relevant to HTTP.
gollark: I have some code doing this```lualocal function fetch(url, data) local res, err = net.request(url, json.encode(data), { ["Content-Type"] = "application/json" }) if not res then error(url .. " error: " .. err) end local out = {} while true do local chunk, err = res.read() if err then error(url .. " error: " .. err) end if chunk then table.insert(out, chunk) else return table.concat(out) end endend```but it never appears to `computer.pullSignal` at all, so my accursed bare-metal multithreading thing™ doesn't work.
gollark: Is there a way to do `internet.request` (with an internet card) and anything else whatsoever concurrently?

References


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