Page 1 of 1

Motion blur effect on composite input

Posted: 16 Mar 2012 18:39
by levsh
Hi!
I am play a video from my analogue cctv camera connected to tv-tuner in vlc media player with next command:

Code: Select all

vlc v4l2:// :v4l2-dev=/dev/video0 :v4l2-input=2 :live-caching=25
It's work, but when I move the camera image is strongly smeared. It's look like motion blur effect or slow fps. I'm trying various "live-caching" but it not work.
In a tvtime i hadn't such effect and video is very good.
It's possible to play video stream from composite input without blur?
Thx.

Re: Motion blur effect on composite input

Posted: 16 Mar 2012 20:25
by RĂ©mi Denis-Courmont
Caching affects latency, not motion and sharpness. You need to pick better settings (resolution, fps, codec) for your hardware.

Re: Motion blur effect on composite input

Posted: 17 Mar 2012 14:36
by levsh
cmd line

Code: Select all

vlc --vout xv v4l2:// :v4l2-vdev="/dev/video0" :v4l2-input=2 :live-caching=1 --sout '#duplicate{dst="display"}'
works better, but image is interlaced. option '--vout-filter=deinterlace --deinterlace-mode=yadif' hasn't effect :(