public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Frank Steinmetzger <Warp_7@gmx.de>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] media-video/gpac and media-video/mplayer fails to build.
Date: Fri, 21 Feb 2025 00:15:03 +0100	[thread overview]
Message-ID: <Z7e3dwMeQMAV6W8o@q> (raw)
In-Reply-To: <CAK2H+ecQ7mmzo9WqLz1d7fMwnxfFjKLL0k8G5Y0S3HzyBtbzVw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1533 bytes --]

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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  parent reply	other threads:[~2025-02-20 23:16 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-20 18:00 [gentoo-user] media-video/gpac and media-video/mplayer fails to build Dale
2025-02-20 18:14 ` Mark Knecht
2025-02-20 18:23   ` Dale
2025-02-20 18:35     ` Mark Knecht
2025-02-20 18:38       ` Mark Knecht
2025-02-20 19:06         ` Dale
2025-02-20 21:35           ` [gentoo-user] " Grant Edwards
2025-02-20 18:59   ` Grant Edwards
2025-02-20 23:15   ` Frank Steinmetzger [this message]
2025-02-20 21:42 ` [gentoo-user] " Michael Cook
2025-02-20 22:03   ` Dale
2025-02-20 23:36     ` [gentoo-user] " Grant Edwards
2025-02-21  0:05       ` Frank Steinmetzger
2025-02-21  8:06         ` Dale
2025-02-21 14:54           ` Grant Edwards
2025-02-21 15:38             ` Dale
2025-02-21 23:59               ` Frank Steinmetzger
2025-02-22 13:35                 ` Dale
2025-02-22 22:42                   ` Dale
2025-02-23  1:34                     ` David M. Fellows
2025-02-23  7:53                       ` Dale
2025-02-23  8:23                         ` Michael
2025-02-23 10:21                           ` Dale
2025-02-23 12:54                             ` Frank Steinmetzger
2025-02-23 18:46                             ` Michael

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Z7e3dwMeQMAV6W8o@q \
    --to=warp_7@gmx.de \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox