ubuntu:sound:convert_mp4_to_mp3
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
ubuntu:sound:convert_mp4_to_mp3 [2024/12/08 17:57] – peter | ubuntu:sound:convert_mp4_to_mp3 [2024/12/08 18:01] (current) – peter | ||
---|---|---|---|
Line 8: | Line 8: | ||
<code bash> | <code bash> | ||
+ | ffmpeg -i " | ||
+ | |||
ffmpeg -i " | ffmpeg -i " | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | <code bash> | ||
+ | ffmpeg -i in.mp4 -q:a 0 -map a out.mp3 | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | See [[https:// | ||
+ | |||
+ | </ | ||
---- | ---- | ||
Line 27: | Line 42: | ||
+ | ---- | ||
+ | |||
+ | ===== References ===== | ||
+ | https:// |
ubuntu/sound/convert_mp4_to_mp3.1733680623.txt.gz · Last modified: 2024/12/08 17:57 by peter