J'ai un script batch Windows qui utilise Windows Ubuntu Bash. Il reçoit un chemin d'accès Windows complet en tant qu'argument, puis le transmet à une commande dans Ubuntu Bash. @echo off bash -lic 'ffmpeg -i "%1" output.avi' Voici "%1"le chemin complet de Windows, comme"C:\some path\file.avi" La...