[FFmpeg-devel] [PATCH v6 3/3] avformat/mxfenc: prefer to use the configured metadta
Andreas Rheinhardt
andreas.rheinhardt at gmail.com
Mon Feb 1 02:42:04 EET 2021
lance.lmwang at gmail.com:
> From: Limin Wang <lance.lmwang at gmail.com>
>
> The metadata company_name, product_name, product_version from input
> file will be deleted to avoid overwriting information
> Please to test with below command:
> ./ffmpeg -i ../fate-suite/mxf/Sony-00001.mxf -c:v copy -c:a copy out.mxf
> and
> ./ffmpeg -i ../fate-suite/mxf/Sony-00001.mxf -c:v copy -c:a copy \
> -metadata company_name="xxx" \
> -metadata product_name="xxx" \
> -metadata product_version="xxx" \
> out.mxf
>
> Signed-off-by: Limin Wang <lance.lmwang at gmail.com>
> ---
There's a typo in the commit message: metadta.
- Andreas
More information about the ffmpeg-devel
mailing list