I’m a cinematographer trained in documentary cinematography at Stockholm Academy of Dramatic Arts and have worked with clients such as SVT, Baluba and UR.
Most often I work with TV, reality and documentaries. I also take assignments in the form of corporate films, advertising and various types of creative projects.
"The Expedition", "Wild Love" and "Married at First Sight" are some of my latest assignments.
Kontakt
Jag är utbildad i dokumentärfilmsfoto på Stockholms Dramatiska Högskola och har arbetat med uppdragsgivare som SVT, Baluba och UR.
“Expeditionen”, "Vild kärlek" och ”Gift vid första ögonkastet” är några av mina senaste uppdrag.
Både i kommersiella och konstnärliga projekt lägger jag stor vikt vid att utgå från projektets berättelser och tematik i mitt bildspråk.
$('body').on('click touchstart', function () {
const videoElement = document.getElementById('Showreel');
if (videoElement.playing) {
// video is already playing so do nothing
}
else {
// video is not playing
// so play video now
videoElement.play();
}
});