Re: M4P files -

2019-12-31 Thread Bob Goodwin
On 2019-12-31 14:03, Samuel Sieb wrote: No, but youtube-dl sees that you have the complete file and won't download it again.  You need to delete the existing file before trying to download again. Also, what no one mentioned is that if you add "-F" to the command, it will list all the

Re: M4P files -

2019-12-31 Thread Samuel Sieb
On 12/31/19 7:17 AM, Bob Goodwin wrote: [bobg@Workstation-1 ~]$ youtube-dl https://youtu.be/-GjUD8ybBJk [youtube] -GjUD8ybBJk: Downloading webpage [youtube] -GjUD8ybBJk: Downloading video info webpage [download] 1 miles - Mary Chapin Carpenter (Fly away home)--GjUD8ybBJk.webm has already

Re: M4P files -

2019-12-31 Thread Bob Goodwin
On 2019-12-31 11:30, Ed Greshko wrote: I do not get any music in Chinese. Maybe try again in a different directory so the download doesn't think it has already been done. . Yes, that worked, never would have occurred to me. I thought they had some scheme for tracking what I downloaded,

Re: M4P files -

2019-12-31 Thread David Va
The web is your best friend... https://www.youtube.com/results?search_query=ffmulticonverter https://www.youtube.com/results?search_query=winff https://www.youtube.com/results?search_query=curlew+converter ___ users mailing list --

Re: M4P files -

2019-12-31 Thread Ed Greshko
On 2019-12-31 23:17, Bob Goodwin wrote: > > On 2019-12-30 21:59, Ed Greshko wrote: >> I think the music you are interested in is contained here >> >> https://youtu.be/-GjUD8ybBJk >> >> If so, you can simply do >> >> youtube-dlhttps://youtu.be/-GjUD8ybBJk  >> This will download the file in

Re: M4P files -

2019-12-31 Thread Bob Goodwin
On 2019-12-30 21:59, Ed Greshko wrote: I think the music you are interested in is contained here https://youtu.be/-GjUD8ybBJk If so, you can simply do youtube-dlhttps://youtu.be/-GjUD8ybBJk This will download the file in "webm" format. .  But what I got was Chinese. It was

Re: M4P files -

2019-12-31 Thread Bob Goodwin
On 2019-12-30 21:59, David Va wrote: fmulticonverter Rpmfusion . Installed and I will try to find out how to use it. Are there instructions? I have not looked for them yet, later ... Thank you, -- Bob Goodwin - Zuni, Virginia, Fedora Linux-31 XFCE

Re: M4P files -

2019-12-31 Thread Ed Greshko
On 2019-12-31 19:48, Bob Goodwin wrote: > > On 2019-12-30 22:23, Ed Greshko wrote: >> ffmpeg -i downloadedfile.webm -vn -y miles.ogg > > . > > Once again you made a difficult, for me, problem easy. Just downloading the > youtube is a big help. > > Unfortunately I downloaded both clips and the one

Re: M4P files -

2019-12-31 Thread Bob Goodwin
On 2019-12-30 22:23, Ed Greshko wrote: ffmpeg -i downloadedfile.webm -vn -y miles.ogg . Once again you made a difficult, for me, problem easy. Just downloading the youtube is a big help. Unfortunately I downloaded both clips and the one that is produced is a Chinese vocalist despit my

Re: M4P files -

2019-12-30 Thread Ed Greshko
On 2019-12-31 12:13, Dave Stevens wrote: > On Tue, 31 Dec 2019 11:23:34 +0800 > Ed Greshko wrote: > >> I suppose I've never had a problem converting mp4 or ogg > the OP was for a m4p file, here: Ahhh.wish I could claim to suffer from dyslexia. Thanks!  Now the drms stuff makes more

Re: M4P files -

2019-12-30 Thread Samuel Sieb
On 12/30/19 6:36 PM, Bob Goodwin wrote: [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55fbc9df43c0] ignoring 'frma' atom of 'mp4a', stream format is 'drms' This is the indicator right here. It's an encrypted file.   Duration: 00:06:10.66, start: 0.047889, bitrate: 279 kb/s     Stream #0:0(eng): Audio: aac

Re: M4P files -

2019-12-30 Thread Dave Stevens
On Tue, 31 Dec 2019 11:23:34 +0800 Ed Greshko wrote: > I suppose I've never had a problem converting mp4 or ogg the OP was for a m4p file, here: https://www.lifewire.com/m4p-file-2621959 ___ users mailing list -- users@lists.fedoraproject.org To

Re: M4P files -

2019-12-30 Thread Ed Greshko
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

Re: M4P files -

2019-12-30 Thread Ed Greshko
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

Re: M4P files -

2019-12-30 Thread David Va
mmm yes. But not in Fedora repositories. You can use the veteran winff, videomorph, curlew, ffmulticonverter From UnitedRPMs or Rpmfusion... ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to

Re: M4P files -

2019-12-30 Thread Bob Goodwin
On 2019-12-30 18:45, Ed Greshko wrote: MP4 is a video format.  Are you saying you'd like to extract the audio from an MP4? In any event, ffmpeg is what I rely upon from the rpmfusion repos. Something like ffmpeg -i  yourfile.mp4 -vn -acodec libvorbis -y yourchoice.ogg . Yes '14

Re: M4P files -

2019-12-30 Thread Jack Craig
take a look at webm video format, designed for internet, compact, more, .. On Mon, Dec 30, 2019 at 3:46 PM Ed Greshko wrote: > On 2019-12-31 07:15, Bob Goodwin wrote: > > How can I change an M4P audio file to something that will play on a > Linux computer if it can be done? > > > > I see there

Re: M4P files -

2019-12-30 Thread Samuel Sieb
On 12/30/19 3:15 PM, Bob Goodwin wrote: How can I change an M4P audio file to something that will play on a Linux computer if it can be done? I see there are Windows programs for this and wonder if Fedora already has something I can use to do the job? I saw a suggestion that renaming it to

Re: M4P files -

2019-12-30 Thread Ed Greshko
On 2019-12-31 07:15, Bob Goodwin wrote: > How can I change an M4P audio file to something that will play on a Linux  > computer if it can be done? > > I see there are Windows programs for this and wonder if Fedora already has  > something I can use to do the job? MP4 is a video format.  Are you

M4P files -

2019-12-30 Thread Bob Goodwin
How can I change an M4P audio file to something that will play on a Linux computer if it can be done? I see there are Windows programs for this and wonder if Fedora already has something I can use to do the job? Bob -- Bob Goodwin - Zuni, Virginia, Fedora Linux-31 XFCE