<?php

// your code goes here
$data = array('filePath' => 'video.mov');

$result = '/usr/bin/python /home/fernando/Workspace/lab1/public_html/converter.py ' . escapeshellarg(json_encode($data));

echo $result
?>