take a look at webm video format, designed for internet, compact, more, ..
On Mon, Dec 30, 2019 at 3:46 PM Ed Greshko <ed.greshko@xxxxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxxxx
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx