Page 1 of 1

Transcode with filter motionblur

Posted: 14 Feb 2011 17:42
by allblacks
Hi everybody,
Im on ubuntu server vlc 1.1.4
I have a Linksys DCS 7410, this is a screenshot :
Image
I want transcode with motionblur but it takes no effect.
My command is :
vlc -vvv rtsp://linksys7410/play1.sdp --video-filter=motionblur --blur-factor=80 --sout "#transcode{vcodec=FLV1,acodec=none}:std{access=http{mime=video/x-flv},dst=0.0.0.0:8090/cam1.flv}" --color -I dummy

How to enable motionblur ?
Thanks!

Re: Transcode with filter motionblur

Posted: 14 Feb 2011 18:20
by Jean-Baptiste Kempf
You need to use the filter in the sout

Re: Transcode with filter motionblur

Posted: 15 Feb 2011 08:19
by allblacks
Could you rewrite my code.
I have tried :
vlc -vvv rtsp://192.168.100.197/play1.sdp --sout "#transcode{vcodec=FLV1,acodec=none,video-filter=motionblur,blur-factor=120}:std{access=http{mime=video/x-flv},dst=0.0.0.0:8090/cam1.flv}" --color -I dummy

vlc -vvv rtsp://192.168.100.197/play1.sdp --sout "#transcode{vcodec=FLV1,acodec=none}:std{access=http{mime=video/x-flv},dst=0.0.0.0:8090/cam1.flv,video-filter=motionblur,blur-factor=120}" --color -I dummy

vlc -vvv rtsp://192.168.100.197/play1.sdp --sout "#transcode{vcodec=FLV1,acodec=none}:std{access=http{mime=video/x-flv},dst=0.0.0.0:8090/cam1.flv}" --video-filter=motionblur --blur-factor=120 --color -I dummy

Thanks!

Re: Transcode with filter motionblur

Posted: 16 Feb 2012 20:01
by burek
try using "vfilter" instead of "video-filter"