[FFmpeg-devel] [PATCH] tests/fate-ffprobe: use an ffmetadata file

Stefano Sabatini stefasab at gmail.com
Mon Sep 24 10:11:56 CEST 2012


On date Sunday 2012-09-23 22:52:22 -0300, jamal encoded:
> On 23/09/12 8:29 PM, Stefano Sabatini wrote:
> >  tests/data/ffprobe-test.nut: ffmpeg$(HOSTEXESUF) | tests/data
> >  	$(M)./$< \
> >          -f lavfi -i "aevalsrc=sin(400*PI*2*t)::d=0.125[out0]; testsrc=d=0.125[out1]; testsrc=s=100x100:d=0.125[out2]" \
> > -        -flags +bitexact -map 0:0 -map 0:1 -map 0:2 \
> > -        -metadata "title=ffprobe test file" \
> > -        -metadata "comment='A comment wih CSV, XML & JSON special chars': <tag value=\"x\">" \
> > -        -metadata "comment2=I ♥ Üñîçød€" \
> > +        -f ffmetadata -i tests/test.ffmeta \
> > +        -flags +bitexact -map 0:0 -map 0:1 -map 0:2 -map_metadata 1 \
> >          -vcodec rawvideo -acodec pcm_s16le \
> >          -y $@ 2>/dev/null
> 
> Needs to be "$(SRC_PATH)/tests/test.ffmeta" or it will fail in out-of-tree builds.

Thanks, applied with that change.

As for what regards the msys problem, it seems somehow related to
b1ac139d89b9fc55b70ad3411af2f75fe8b17805, but may be also related to
msys intrinsic problems when dealing with UTF8 characters/encoding.

I pushed this variant since it allows more flexibility and silence the
problem (not masking more important problems), but we may want to
investigate more on the issue, and eventually fix it.
-- 
FFmpeg = Fantastic and Furious Monstrous Prodigious Easy Gangster


More information about the ffmpeg-devel mailing list