On 2019-12-31 10:59, Ed Greshko wrote: > 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.... >
Just to follow-up. I did as shown above, moved the ogg file to a VM that is "Fedora Only" and played it just fine using "juk". [egreshko@meimei ~]$ ll miles.ogg -rw-rw-r--. 1 egreshko egreshko 4761103 Dec 31 10:56 miles.ogg [egreshko@meimei ~]$ file miles.ogg miles.ogg: Ogg data, Vorbis audio, stereo, 48000 Hz, ~112000 bps -- 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