[FFmpeg-devel] [RFC]Remote fate

Carl Eugen Hoyos cehoyos at ag.or.at
Sun Mar 16 15:01:47 CET 2014


Michael Niedermayer <michaelni <at> gmx.at> writes:

> > Attached patch fixes some of the problems when running fate 
> > on a remote target with --target-exec

> > -fate-sub2video: tests/data/vsynth2.yuv
> > +fate-sub2video: $(TARGET_PATH)/tests/data/vsynth2.yuv
> >  fate-sub2video: CMD = framecrc \
> 
> this looks wrong

Correct, it actually breaks fate, removed.

> > -  -filter_complex
> > "sws_flags=+accurate_rnd+bitexact;[0:0]scale=720:480[v];
> > [v][1:0]overlay[v2]" \
> > +  -filter_complex
> > '"sws_flags=+accurate_rnd+bitexact;[0:0]scale=720:480[v];
> > [v][1:0]overlay[v2]"' \
> 
> this should be a separate patch

It unfortunately doesn't work (forgot to remove), suggestions welcome!

Carl Eugen



More information about the ffmpeg-devel mailing list