take a look at webm video format, designed for internet, compact, more, ..

On Mon, Dec 30, 2019 at 3:46 PM Ed Greshko <ed.gres...@greshko.com> 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 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 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
>
> --
> 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
>
_______________________________________________
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