On Sun, 2 Feb 2014 19:39:18 -0500, [email protected] wrote: > From: Keith Lawson <[email protected]> > > --- > I created this patch to make the action for EOF on the secondary input > configurable with the overlay filter so I could use a filtergraph that > combines the trim, delogo and overlay filters into a filtergraph to "mask" a > portion of a video like this: > > avconv -y -i test.avi -codec:v:0 wmv2 -ar 11025 -b 9000k -vf > '[in]split[split_main][split_delogo];[split_delogo]trim=start=5:end=10,delogo=0:0:640:480[delogoed];[split_main][delogoed]overlay=eof_action=pass[out]' > outfile.avi >
This looks fine to me, except for some minor cosmetics, pushed (with said cosmetics). Thanks for the patch. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
