On 06/10/17 16:19, Aaron Colwell wrote:
> Allows spherical mapping metadata to be injected into files.
> 
> From 6a86e9766708b9b74e4ae0ec6928a81df4041afc Mon Sep 17 00:00:00 2001
> From: Aaron Colwell <acolw...@google.com>
> Date: Fri, 6 Oct 2017 08:14:15 -0700
> Subject: [PATCH] ffmpeg: Add spherical_mapping command-line option.
> 
> Allows spherical mapping metadata to be injected into files.
> ---
>  fftools/ffmpeg.c     |  12 +++-
>  fftools/ffmpeg.h     |   6 ++
>  fftools/ffmpeg_opt.c | 160 
> ++++++++++++++++++++++++++++++++++++++++++++++++++-
>  3 files changed, 176 insertions(+), 2 deletions(-)

Perhaps I'm missing something about this patch, but I'm not seeing why this 
should be added as a set of special options to ffmpeg.c.  A bsf in libavcodec 
which edits or replaces the packet side data would seem to be a more generally 
useful way to achieve the same result.  (E.g. it would also be usable in other 
applications, and it would be able to edit it on input as well as output.)

- Mark
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to