[FFmpeg-devel] [PATCH 1/2] fate-run.sh: add function to execute raw ffmpeg command
Timothy Gu
timothygu99 at gmail.com
Mon Aug 25 22:17:26 CEST 2014
On Mon, Aug 25, 2014 at 12:27 PM, Vignesh Venkatasubramanian
<vigneshv at google.com> wrote:
> add ffmpeg_raw() function to fate-run.sh which will run the exact
> ffmpeg command as specified in the *.mak file without any changes.
> ---
> tests/fate-run.sh | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/tests/fate-run.sh b/tests/fate-run.sh
> index 7fe7e74..46f67f2 100755
> --- a/tests/fate-run.sh
> +++ b/tests/fate-run.sh
> @@ -94,6 +94,10 @@ ffmpeg(){
> run ffmpeg ${ffmpeg_args}
> }
>
> +ffmpeg_raw(){
> + run ffmpeg "$@"
Why don't you simply use `run ffmpeg ...` in the test makefile?
[...]
Timothy
More information about the ffmpeg-devel
mailing list