fixing articles in random order.
[danix.xyz.git] / content / articles / convertire-file-video-in-mp3.md
index 4ce9d31..7abdca2 100644 (file)
@@ -17,7 +17,7 @@ tags:
 ---
 un piccolo appunto su come convertire velocemente un video in mp3..
 
-```
+```bash
 ffmpeg -i file_da_convertire.flv -f mp3 -ab 192000 -vn nuovo_file.mp3
 ```