cheatsheet:ffmpeg
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
cheatsheet:ffmpeg [2025/08/16 02:14] – melo | cheatsheet:ffmpeg [2025/08/16 02:26] (current) – melo | ||
---|---|---|---|
Line 4: | Line 4: | ||
[[https:// | [[https:// | ||
+ | |||
+ | ==== audio ==== | ||
+ | |||
+ | === FLAC to MP3 === | ||
+ | |||
+ | one-off: | ||
+ | |||
+ | <code bash> | ||
+ | ffmpeg -i " | ||
+ | </ | ||
+ | |||
+ | bash loop: | ||
+ | |||
+ | <code bash> | ||
+ | for f in *.flac; do ffmpeg -i " | ||
+ | </ | ||
==== video to frames ==== | ==== video to frames ==== |
cheatsheet/ffmpeg.1755310452.txt.gz · Last modified: by melo