[FFmpeg-devel] [PATCH] fate/lavf-container: add a test for L-HEVC remuxing
Anton Khirnov
anton at khirnov.net
Sat Jul 13 16:45:06 EEST 2024
Quoting James Almer (2024-07-12 14:22:11)
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
> tests/fate-run.sh | 4 ++--
> tests/fate/lavf-container.mak | 28 +++++++++++++++-------------
> tests/ref/lavf-fate/mv_hevc.mp4 | 3 +++
> 3 files changed, 20 insertions(+), 15 deletions(-)
> create mode 100644 tests/ref/lavf-fate/mv_hevc.mp4
>
> diff --git a/tests/fate-run.sh b/tests/fate-run.sh
> index 6ae0320c60..35f8da6be0 100755
> --- a/tests/fate-run.sh
> +++ b/tests/fate-run.sh
> @@ -401,8 +401,8 @@ lavf_container_fate()
> cleanfiles="$cleanfiles $file"
> input="${target_samples}/$1"
> do_avconv $file -auto_conversion_filters $DEC_OPTS $2 -i "$input" \
> - "$ENC_OPTS -metadata title=lavftest" -vcodec copy -acodec copy || return
> - do_avconv_crc $file -auto_conversion_filters $DEC_OPTS -i $target_path/$file $3
> + $3 "$ENC_OPTS -metadata title=lavftest" -vcodec copy -acodec copy || return
> + do_avconv_crc $file -auto_conversion_filters $DEC_OPTS -i $target_path/$file $4
Can you give names to arguments? This is extra obscure.
--
Anton Khirnov
More information about the ffmpeg-devel
mailing list