User:E.zn/prototyping3: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "x")
 
No edit summary
Line 1: Line 1:
x
<div style="font-family:monospace; font-size:13.5px">
Convert mp4 to mp3
<pre>
ffmpeg -i <filename>.mp4 <filename>.mp3
</pre>
</div>

Revision as of 15:37, 23 April 2020

Convert mp4 to mp3

ffmpeg -i <filename>.mp4 <filename>.mp3