• Re: [gentoo-user] media-video/gpac and media-video/mplayer fails to bui

    From Frank Steinmetzger@21:1/5 to All on Fri Feb 21 00:20:01 2025
    Am Thu, Feb 20, 2025 at 11:14:19AM -0700 schrieb Mark Knecht:
    On Thu, Feb 20, 2025 at 11:01 AM Dale <rdalek1967@gmail.com> wrote:

    Howdy,

    I downloaded some really new videos the other day, .mkv ones. Nothing I had would play them, mplayer or mpv based players.

    Convert them using handbrake. Probably saves you a bunch of disk space also

    Matroska is just a container format – as its name implies from the Russian dolls: https://en.wikipedia.org/wiki/Matryoshka_doll

    MKV is simply one of the *the* best container formats out there right now.
    It is open and supports many many different types of media streams inside (video, audio, subtitle, metadata, attachments, chapters). It possibly
    became very wide-spread through its use in the movie ripping scene, but by know is also supported by the corporate world. Even my Sony TV can play them natively from a USB device (well, it’s Android after all).

    If you really want to use a different container (maybe mp4), then convert it without re-encoding:
    ffmpeg -i input.mkv -map 0 -c copy output.mp4

    `-map 0` means copy every stream from the input file, not just the first of each type
    `-c copy` means copy the streams without re-encoding

    But it won’t make any difference to the player. Unless you disabled the mkv use flag, that is. ^^

    --
    Grüße | Greetings | Salut | Qapla’
    Please do not share anything from, with or about me on any social network.

    Puberty is the time when parents become difficult.

    -----BEGIN PGP SIGNATURE-----

    iQIzBAABCgAdFiEEVbE9o2D2lE5fhoVsizG+tUDUMMoFAme3t3cACgkQizG+tUDU MMqG3xAAzdVWlafe7+uC/a5MzsDoqsErVh+6zAy7caMb10dJ2PeXwn42zUzqZaLj zrzMw8w/dOR65vpRa73/30gye8f+GG4nQ+xwqXxiRU1T90jyVmQujUyXTGSlMaX/ WmjIdPCyBZxRBSk3+M9wPkXmbyqENbiwFcuDLLzsmuFhdBWzVDpabFu3PSN/2875 rs0DCgjkDqt5QtI5pdV2A6epJxhen2sjoMrb4B44Um5PTA5AOprV43XY5W3mCBHJ nnzFob+vP2933IowSoU4SjuAT1JjtViNn3vGz6BQNlgxggZ1h23D1Dhod+mdy378 fr2hTqdrgowJEruVTGmVkEHhb2qf4r5TmnLGh9isExet0l1vtJTUzVfjo4ypZ4qm G6SFBsLtngT/ywi0g49Ff94yYszLC2FyYWd9HIkisQcHcnlD/RlfvVg6hOl5Ktrc C68km3+/jEy3jL1KCzxDxe5+MkN3jdOIdAnUm8awZOsmg/wfkxLypIg2fZMeEhFN mI4ZZpKSK/jDEIjougOv35NOt/ZzTNK1VpdiOsSNykwrkGjF3lX5HL8AG18eGeXB TW8SS/xSHjvgs9d0GfvNh032dUBQNaGsZqi8OcqDyFPXepB+/dXKRS7mjmknSRSM sL84VVK6JkklWunaQwZlb7qw3aIfAgldDes5L7irdU8Rmhonpfs=
    =lomr
    -----END PGP SIGNATURE-----