Bertram Phillips
Bertram Phillips was a British film director of the silent era.[1]
In 1927–29, he directed several short films in the DeForest Phonofilm sound-on-film process, including Arthur Roberts Sings "Topsey-Turvey" (April 1927), The New Paris Lido Club Band (1928), Ag and Bert (1929) with Mabel Constanduros and Michael Hogan, and The Percival Mackey Trio (1929).
Selected filmography
- The White Star (1915)
- Won by Losing (1916)
- The Chance of a Lifetime (1916)
- A Man the Army Made (1917)
- Rock of Ages (1918)
- Faust (1923) comedy short film starring Jeff Barlow[2]
- Tut-Tut and His Terrible Tomb (1923) comedy short film
- The School for Scandal (1923)
- The Alley of Golden Hearts (1924)
- Her Redemption (1924)
gollark: Caching is nice, I suppose.
gollark: Actually, SQLite is just very fast anyway, it can do sensible queries in a few milliseconds.
gollark: <@!330678593904443393> While better-sqlite3 *can* let me do what your PHP framework does, prepared statements are apparently more efficient and this is neater.
gollark: This is rendered to HTML.
gollark: Oh, and look how I write HTML:```javascript return { view(vnode) { const inputHandler = e => { value = e.target.value } if (vnode.attrs.initialValue && value === undefined || value === null) { value = vnode.attrs.initialValue } return m(".editor", [ m(".toolbar", [ m("button", { onclick: () => vnode.attrs.onsave(value, true) }, "Done"), m("button", { onclick: () => vnode.attrs.onsave(value, false) }, "Save"), m("button", { onclick: () => { previewing = !previewing } }, previewing ? "Edit" : "Preview") ]), previewing ? m(".preview", renderAST(parse(value))) : m("textarea", { value, oninput: inputHandler, onchange: inputHandler }), ]) } }```
See also
References
- BFI Database entry
- Workman, Christopher; Howarth, Troy (2016). "Tome of Terror: Horror Films of the Silent Era". Midnight Marquee Press. p. 260. ISBN 978-1936168-68-2.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.