IT/Software/Command Line Applications/ffmpeg: Difference between revisions

From msgwiki
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
No edit summary
No edit summary
Line 1: Line 1:
== This tool is amazingly broad. ==
==This tool is amazingly broad.==
We will only attempt to show a few of its key features.  
We will only attempt to show a few of its key features.  


== Extract audio from video ==
==Extract audio from video==
Change extension and names as needed.   
 
Path is relative unless noted.  
* Change extension and names as needed.   
Single quotes are needed if you have spaces or any special character
* Path is relative unless noted.  
* Single quotes are needed if you have spaces or any special character
 
<code>ffmpeg -i '20150125 Word Blesses Us'.mp4 '20150125 Word Blesses Us'.mp3</code>
<code>ffmpeg -i '20150125 Word Blesses Us'.mp4 '20150125 Word Blesses Us'.mp3</code>

Revision as of 04:28, 18 February 2020

This tool is amazingly broad.

We will only attempt to show a few of its key features.

Extract audio from video

  • Change extension and names as needed.
  • Path is relative unless noted.
  • Single quotes are needed if you have spaces or any special character

ffmpeg -i '20150125 Word Blesses Us'.mp4 '20150125 Word Blesses Us'.mp3