====== FFMPEG ====== Pour extraire le son d'un fichier mp4 et el convertir en wav ffmpeg -i input.mp4 -vn -acodec pcm_s16le -ar 44100 -ac 2 output.wav ===== Liens ===== * [[https://superuser.com/questions/609740/extracting-wav-from-mp4-while-preserving-the-highest-possible-quality|extracting wav-from mp4 while preserving the highest possible quality]]