I do this all the time on Linux. Haven't tried it on my Mac, but I
expect something similar should be possible.

I use this command with either mkv or webm files without issues.

ffmpeg -i [filename.mkv|webm] -acodec pcm_s16le -ac 2 audio.wav

The above requires you've installed the ffmpeg libraries. It produces
just the audio in the file called audio.wav. You can do whatever with
that file, of course, rename it, flac it, or encode it into an mp3,
etc., etc.

I should note I have this command in a shell script where
[filename.mkv|webm] is "$1" and I simply use the filename I'm extracting
the audio out of as the only argument to the script command.

Best,

Janina
 
maurice mines writes:
> Hello, I found a YouTube that has audio that I like what I want to do is find 
> a way to make an audio file out of that audio. Is there a way to download a 
> YouTube video to one’s machine then extract the outer? Can this even be done?
> 
> A friend sent me a link to some software that appears to do it however the 
> software is command line number one and it appears one needs Python and one 
> of the UNIX utility to run. And it’s intent is for new next users. Which I 
> think would cause problems with OS X security. Any thoughts?
> 
> Sincerely Maurice Mines.
> 
> -- 
> The following information is important for all members of the Mac Visionaries 
> list.
> 
> If you have any questions or concerns about the running of this list, or if 
> you feel that a member's post is inappropriate, please contact the owners or 
> moderators directly rather than posting on the list itself.
> 
> Your Mac Visionaries list moderator is Mark Taylor.  You can reach mark at:  
> [email protected] and your owner is Cara Quinn - you can reach Cara at 
> [email protected]
> 
> The archives for this list can be searched at:
> http://www.mail-archive.com/[email protected]/
> --- 
> You received this message because you are subscribed to the Google Groups 
> "MacVisionaries" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/macvisionaries/454DD18A-F5DF-41F4-BB19-35C844ECEE11%40maurice-amines.com.

-- 

Janina Sajka

Linux Foundation Fellow
Executive Chair, Accessibility Workgroup:       http://a11y.org

The World Wide Web Consortium (W3C), Web Accessibility Initiative (WAI)
Chair, Accessible Platform Architectures        http://www.w3.org/wai/apa

-- 
The following information is important for all members of the Mac Visionaries 
list.

If you have any questions or concerns about the running of this list, or if you 
feel that a member's post is inappropriate, please contact the owners or 
moderators directly rather than posting on the list itself.

Your Mac Visionaries list moderator is Mark Taylor.  You can reach mark at:  
[email protected] and your owner is Cara Quinn - you can reach Cara at 
[email protected]

The archives for this list can be searched at:
http://www.mail-archive.com/[email protected]/
--- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/macvisionaries/20200219040320.GH7962%40rednote.net.

Reply via email to