User Tools

Site Tools


ubuntu:sound:convert_mp4_to_mp3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
ubuntu:sound:convert_mp4_to_mp3 [2024/12/08 17:57] peterubuntu:sound:convert_mp4_to_mp3 [2024/12/08 18:01] (current) peter
Line 8: Line 8:
  
 <code bash> <code bash>
 +ffmpeg -i "x.mp4" -b:a 320k -vn x.mp3
 +
 ffmpeg -i "x.mp4" -b:a 192k -vn x.mp3 ffmpeg -i "x.mp4" -b:a 192k -vn x.mp3
 </code> </code>
 +
 +----
 +
 +<code bash>
 +ffmpeg -i in.mp4 -q:a 0 -map a out.mp3
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  The **q** option can only be used with libmp3lame and corresponds to the LAME -V option.
 +
 +See [[https://trac.ffmpeg.org/wiki/Encode/MP3|Encoding VBR (Variable Bit Rate) mp3 audio]].
 +
 +</WRAP>
  
 ---- ----
Line 27: Line 42:
  
  
 +----
 +
 +===== References =====
  
 +https://trac.ffmpeg.org/wiki/Encode/MP3
ubuntu/sound/convert_mp4_to_mp3.1733680623.txt.gz · Last modified: 2024/12/08 17:57 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki