Bonjour,


$pattern = '/(\d{2,4})x(\d{2,4})\s\[SAR\s(\d{1,2}:\d{1,2})\sDAR\s(\d{1,2}:\d{1,2}])/';
preg_match($pattern, $ffmpegOutput, $match);
array_shift($match);
$result =...