[FFmpeg-devel] Filters

Clément Bœsch u at pkh.me
Sun Jul 20 10:40:04 CEST 2014


On Fri, Jul 18, 2014 at 10:33:40PM +0100, JULIAN GARDNER wrote:
[...]
> fmpeg -i xxxx.ts -vcodec libx264 -b:v 1000k -acodec libfaac -async 1 -vf 'split [mark], drawbox=10:10:100:100:color=green [dontneed];[mark] drawbox=100:100:100;100:color=red [vid];[dontneed][vid] overlay' -y -f mpegts processed.ts
> 

try -filter_complex instead of -vf and
-map [vid] -y -f mpegts processed.ts -map '[dontneed]' -f null -

[...]

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140720/2d06e39a/attachment.asc>


More information about the ffmpeg-devel mailing list