--- Begin Message ---
On Wed, Jun 25, 2025 at 9:23 PM James Zern <jz...@google.com> wrote:
>
> On Tue, Jun 10, 2025 at 8:02 AM Maryla Ustarroz-Calonge via
> ffmpeg-devel <ffmpeg-devel@ffmpeg.org> wrote:
> >
> >
> >
> >
> > ---------- Forwarded message ----------
> > From: Maryla Ustarroz-Calonge <mar...@google.com>
> > To: ffmpeg-devel@ffmpeg.org
> > Cc:
> > Bcc:
> > Date: Tue, 10 Jun 2025 17:02:05 +0200
> > Subject: [PATCH] ffprobe: add -codec:<media_spec> option
> > opt_codec() is mostly copied over from ffplay.c
> >
> > Signed-off-by: Maryla Ustarroz-Calonge <mar...@google.com>
> > ---
> > Changelog | 2 +-
> > fftools/ffprobe.c | 114 +++++++++++++++++++++++++++++++++++++++++-----
> > 2 files changed, 103 insertions(+), 13 deletions(-)
> >
>
> This looks consistent with ffplay. ffmpeg has additional aliases, but
> the two tools could be made consistent in a separate change.
ffplay also has the -acodec, -vcodec etc. variants which I didn't add
for simplicity.
And indeed ffmpeg also has the shorter -c:specifier version.
My reasoning was that ffmpeg and ffplay were already not consistent,
and it didn't seem necessary to have so many variants.
But I can add the `-vcodec` variants for consistency with ffplay
and/or `-c:specifier` if desired.
> doc/ffprobe.texi could use an update.
Will do, thank you.
--- End Message ---
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".