On 8/19/15, Basin Ilya <[email protected]> wrote: > Hi. > > What's the syntax for sendcmd to change color? > I tried: > > ffplay -f lavfi -i color=s=640x480:r=25:c=blue -vf "sendcmd=c='1.0 > color c red',color" > > and > > ffplay -f lavfi "sendcmd=c='1.0 color c > red',color=s=640x480:r=25:c=blue" > > but it says: "Too many inputs specified for the "color" filter."
ffplay -f lavfi -i color=s=640x480:r=25:c=blue,sendcmd=c='1.0 color c red' _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
