Automatic update, changed: tech.ffmpeg.md

This commit is contained in:
sdbs Terra 2022-05-09 14:02:48 +02:00
parent ce990b9db1
commit 89c9242bcd

View file

@ -2,3 +2,6 @@
- https://github.com/juliojsb/human-friendly-ffmpeg
[[inform.ffmpeg]]
`for i in *.mp4; do ffmpeg -i "$i" "${i%.*}.wav"; done`