[MPlayer-dev-eng] [PATCH] libavfilter wrapper

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sat Aug 13 12:23:57 CEST 2011


On Fri, Aug 12, 2011 at 05:06:31PM +0200, Nicolas George wrote:
> Le quintidi 25 thermidor, an CCXIX, compn a écrit :
> > any example command line since there is no docs patch?
> 
> Sorry, that slipped my mind completely. I'll write the doc and submit in
> the next round of review. In the meantime, the following command gives an
> example:
> 
> tlavfi="movie=$v2, scale=160:120 [ca]; [in] [ca] overlay=32:16" \
> ./mplayer -nosound -vf lavfi='$tlavfi' $v1 -ss 68
> 
> (assuming that v1 and v2 point to two video files)

Have you tested combining it with ordinary MPlayer filters?
Also, the function to get a buffer is suboptimal, it doesn't
set all flags and choosing the "NUMBERED" type currently means
no DR will be possible at all.
Otherwise I don't really feel like reviewing it, I don't think
it can break anything so once you have a bit of documentation
it's ok for me if you commit.


More information about the MPlayer-dev-eng mailing list