John Power (director)

John Beresford Power (20 November 1930 – February 2016) was an Australian film and television director, who began his career as a journalist.

Early life and journalism career

Power was born in Maitland, New South Wales. His older brother was Dave Power, a long-distance runner who won medals at the Olympics and Commonwealth Games. After leaving school, he joined the Maitland Mercury as a cadet journalist, later moving to Sydney to work for The Daily Telegraph and The Daily Mirror. He was a political journalist in Canberra at the time of the Australian Labor Party split of 1955, events which he would later cover in the documentary film Like a Summer Storm.[1]

Awards

Power won the AFI Award for Best Direction for the 1974 TV docudrama Billy and Percy.

Select Filmography

gollark: Okay.
gollark: ```c/* A C program vulnerable to buffer overflows. */#include <stdio.h>#include <stdlib.h>#include <string.h>void function(char *str){ char buf[16]; /* The following statement has a buffer overflow problem */ strcpy(buf, str); printf("Buffer size: %d\n", (int)strlen(buf)); printf("Buffer content: %s\n", buf);}int main(int argc, char *argv[]){ if (argc < 2) { printf("Usage: %s <string>\n", argv[0]); exit(EXIT_FAILURE); } function(argv[1]); exit(EXIT_SUCCESS);}```
gollark: Get a hypertoaster.
gollark: Nobody sends *me* emails with ideas.
gollark: It is known.

References

  1. "John Power: Film director a prolific creator". The Sydney Morning Herald. 20 February 2016. Retrieved 9 January 2017.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.