mirror of
https://git.sdbs.cz/sdbs/digital-garden-anabasis.git
synced 2025-01-23 03:25:46 +01:00
7 lines
No EOL
175 B
Markdown
7 lines
No EOL
175 B
Markdown
- https://amiaopensource.github.io/ffmprovisr/
|
|
- https://github.com/juliojsb/human-friendly-ffmpeg
|
|
|
|
[[inform.ffmpeg]]
|
|
|
|
|
|
`for i in *.mp4; do ffmpeg -i "$i" "${i%.*}.wav"; done` |