diff options
author | Limin Wang <lance.lmwang@gmail.com> | 2021-02-02 20:41:22 +0800 |
---|---|---|
committer | Limin Wang <lance.lmwang@gmail.com> | 2021-02-05 09:27:06 +0800 |
commit | 81c462ad95f143837a6a21126117515577f0977b (patch) | |
tree | 6b464011cdd9db5feb2fde78f7911996374d8c03 /libavcodec/mdct_template.c | |
parent | 9605307e7854ac4941ae4e7400b997612fa6712c (diff) | |
download | ffmpeg-81c462ad95f143837a6a21126117515577f0977b.tar.gz |
avformat/mxfenc: prefer to use the configured metadata
The metadata company_name, product_name, product_version from input
file will be deleted to avoid overwriting information
Please to test with below commands:
./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
Reviewed-by: Tomas Härdin <tjoppen@acc.umu.se>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'libavcodec/mdct_template.c')
0 files changed, 0 insertions, 0 deletions