[vlc-devel] FW: motion detection
Kaarlo Räihä
kaarlo.raiha at gmail.com
Tue Nov 30 10:55:26 CET 2010
VLC has at least two motion detection options. And since the original post
mentions sout, I don't know what kind of option OP is looking for.
The motion detection video-filter can be used with
vlc --video-filter=motion
(so :video-filter=motion should work with ActiveX for next video)
If you want to see motion vectors, then
vlc --ffmpeg-vismv=7
(assuming that video you are playing is decoded with libavcodec and that it
uses motion vector based compression)
2010/11/30 firethumbs <firethumbs at gmail.com>
> Aren’t any body to help me??
>
> Aren’t any body to help me??
>
> Aren’t any body to help me??
>
> Aren’t any body to help me??
>
> Aren’t any body to help me??
>
> Aren’t any body to help me??
>
> Aren’t any body to help me??
>
> Aren’t any body to help me??
>
>
>
>
>
>
>
>
>
>
>
> In the name of god
>
> Dear buddy
>
> Hello and respectfully yours
>
> I’d like to write a program with C# and java that play a movie and use
> motion detect option of VLC component. Could you help me how to use motion
> detect item.
>
> This is my incomplete code in C# that only show a movie, pause and stop but
> I couldn’t use motion detect item.
>
> Best regards
>
>
>
> using System;
>
> using System.Collections.Generic;
>
> using System.ComponentModel;
>
> using System.Data;
>
> using System.Drawing;
>
> using System.Linq;
>
> using System.Text;
>
> using System.Windows.Forms;
>
>
>
> namespace vlc_cSharp
>
> {
>
> public partial class Form1 : Form
>
> {
>
> public Form1()
>
> {
>
> InitializeComponent();
>
> }
>
>
>
> private void button1_Click(object sender, EventArgs e)
>
> {
>
> // string[] option = new string[]
> {":sout=#duplicate{dst=display,dst=std {access=udp,mux=ts,dst=224.0.0.1:1234}}"
> };
>
> string[] option = new string[] {
> ":sout=#duplicate{dst=display,dst=std}" };
>
> axVLCPlugin21.playlist.clear();
>
> //axVLCPlugin21.playlist.add(@"H:\IPAS2009\AVSEQ01.avi", "",
> option);
>
> axVLCPlugin21.playlist.add(@"e:\Movies\monazereh.dat", "",
> option);
>
> axVLCPlugin21.playlist.play();
>
> stop.Enabled = true;
>
>
>
> }
>
>
>
> private void pause_Click(object sender, EventArgs e)
>
> {
>
> axVLCPlugin21.playlist.togglePause();
>
> }
>
>
>
> private void stop_Click(object sender, EventArgs e)
>
> {
>
> axVLCPlugin21.playlist.stop();
>
> }
>
> }
>
>
>
>
>
>
>
>
>
>
>
>
>
> }
>
>
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20101130/28166641/attachment.html>
More information about the vlc-devel
mailing list