On 2019-12-31 10:36, Bob Goodwin wrote:
> One thought that occurs to me is ( could play the original youtube video and 
> rout that into arecord or audacity if I could figure a way to do that? That's 
> a project for another day. 

I think the music you are interested in is contained here....

https://youtu.be/-GjUD8ybBJk

If so, you can simply do....

youtube-dl https://youtu.be/-GjUD8ybBJk 

This will download the file in "webm" format.

Then do....

ffmpeg -i downloadedfile.webm -vn -y miles.ogg

I suppose I've never had a problem converting mp4 or ogg....

-- 
The key to getting good answers is to ask good questions.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to