Mathias Schwerbrock
Mathias Schwerbrock (born in Cologne, North Rhine-Westphalia, Germany) is a producer, director, writer, and line producer. He is the founder of the film company Film Base Berlin GmbH, which co-produced the internationally acclaimed film Don 2.[1]
Schwerbrock has produced over 20 projects, wrote, directed and served as line producer on several films.
Credits
Year | Film | Notes |
---|---|---|
2011 | Don 2 | Producer |
2011 | Transporter: The Series[2] | Service producer |
2011 | In Berlin[3] | Service producer |
2004 | Nightsong | Executive producer |
2006 | Hamburger Lektionen | Executive producer |
2009 | John Rabe | Line Producer |
2009 | 24 Hours Berlin | Line Producer |
2008 | For My Father | Line Producer |
2007 | Rudy: The Return of the Racing Pig | Line Producer |
2006 | Hamburger Lektionen | Line Producer |
2004 | Nightsong | Line Producer |
2004 | Wanted! | Line Producer |
2003 | Zuckerbrot | Line Producer |
2003 | Wolfsburg | Line Producer |
2002 | Berlin Symphony | Line Producer |
2001 | My Brother the Vampire | Line Producer |
2001 | Julietta | Line Producer |
2009 | John Rabe | Production Supervisor |
2006 | French for Beginners | Production Supervisor |
gollark: <@111608748027445248> I should have fixed it, try now.
gollark: Also, parser combinators are sorely needed.
gollark: What I need to do is make the escape bit handle `\uXXXX` sequences...
gollark: ```luafunction parseString(str) str = str:sub(2) local s = "" while str:sub(1,1) ~= "\"" do local next = str:sub(1,1) str = str:sub(2) assert(next ~= "\n", "Unclosed string") if next == "\\" then local escape = str:sub(1,1) str = str:sub(2) next = assert(decodeControls[next..escape], "Invalid escape character") end s = s .. next end return s, removeWhite(str:sub(2))end```
gollark: Okay, this is hand-rolled parsing code, I have no idea how it works.
References
- Meza, Ed (May 15, 2012). "Teuton titles titan". Variety. Reed Business Information. Retrieved 18 May 2012.
- "Transporter (TV Series 2012)". Retrieved 24 May 2012.
- Blaney, Martin. "First European shoot for Korean action director". Screen Daily. Retrieved 11 May 2012.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.