Search found 15 matches

Go to advanced search

by e-San
13 May 2014 09:32
Forum: VLM
Topic: Mosaic - two vids on one
Replies: 1
Views: 1817

Re: Mosaic - two vids on one

bump?
by e-San
09 May 2014 12:07
Forum: VLM
Topic: Mosaic - two vids on one
Replies: 1
Views: 1817

Mosaic - two vids on one

Hi! I'm trying to transform two videos into one with this config: new channel1 broadcast enabled setup channel1 input v4l2:///dev/video0 setup channel1 output #duplicate{dst=mosaic-bridge{id=1,height=144,width=180},select=video,dst=bridge-out{id=1}} new channel2 broadcast enabled setup channel2 inpu...
by e-San
09 May 2014 10:56
Forum: VLC stream-output (sout)
Topic: Webcam, vlc, transcoding and mp4 (or flv?)
Replies: 2
Views: 1444

Re: Webcam, vlc, transcoding and mp4 (or flv?)

Ok, i end up with this: cvlc v4l2:///dev/video1 \ --intf=dummy \ --noaudio \ --deinterlace 0 \ --sout-x264-keyint 10 \ --sout-x264-level 2.2 \ --sout-x264-profile main \ --sout-x264-preset slow \ --sout-x264-tune psnr \ --sout-transcode-vfilter rotate{angle=270} \ --sout-transcode-venc x264 \ --sout...
by e-San
08 May 2014 13:07
Forum: VLC stream-output (sout)
Topic: Merge two webcams output
Replies: 0
Views: 281

Merge two webcams output

Hi! Im using this command to stream my both cameras: cvlc --intf=dummy v4l2:///dev/video{0,1} --noaudio --sout '#transcode{vfilter={rotate{angle=270}:croppadd{cropleft=90,cropright=90}},vcodec=h264,venc=x264{preset=fast,profile=baseline,tune=ssim,level=3,profile=baseline,keyint=60,bframes=0}}:standa...
by e-San
08 May 2014 01:26
Forum: VLC stream-output (sout)
Topic: Webcam, vlc, transcoding and mp4 (or flv?)
Replies: 2
Views: 1444

Webcam, vlc, transcoding and mp4 (or flv?)

Finally! I've found solution to transcode my webcam source, here's the command: cvlc --intf=dummy v4l2:///dev/video1 --noaudio --sout-mux-caching=6000 --sout '#transcode{vcodec=h264,venc=x264{preset=medium,tune=ssim,level=3,video_filter={select_every:2,1},profile=baseline,keyint=60,bframes=0}}:stand...
by e-San
29 Dec 2013 17:38
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Not Enough Bandwidth, again...
Replies: 5
Views: 956

Re: Not Enough Bandwidth, again...

And how about manually setting quality?
by e-San
28 Dec 2013 15:21
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Not Enough Bandwidth, again...
Replies: 5
Views: 956

Re: Not Enough Bandwidth, again...

Ok.

Is there any other way to set framerate?
Or any other way to make one-camera bandwith thinner?
by e-San
27 Dec 2013 19:28
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Not Enough Bandwidth, again...
Replies: 5
Views: 956

Re: Not Enough Bandwidth, again...

What does not work: v4l2c:///dev/video1:width=320:height=240:chroma=mjpg:fps=5 -v4l2-fps 5 sorry for two posts, forget about edit option. Part of my VLC log: 0xb6f005f0] main input debug: Creating an input for 'v4l2:///dev/video2' [0xb6f005f0] main input debug: using timeshift granularity of 50 MiB,...
by e-San
27 Dec 2013 14:53
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Not Enough Bandwidth, again...
Replies: 5
Views: 956

Not Enough Bandwidth, again...

Hi! and sorry for quite once-again topic. I have 4 cameras which can run 12M (as lsusb -t told). This is quite not much. Dmesg sometimes claim there is not enough bandwith, but two cameras work (fair enough...). But second started camera has lower quality than firs one (both are same models). I'm se...
by e-San
27 Dec 2013 00:38
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Video rotate on commandline
Replies: 2
Views: 1391

Video rotate on commandline

Hi! I'm trying to strema webcam over network, but i'm unable to rotate video. commands i tried: 442 vlc -I dummy v4l2:///dev/video2:width=320:height=240 :vout-filter=transform :transform-type=270 --sout '#standard{access=http,mux=asf,dst=:8080}' 443 vlc -I dummy v4l2:///dev/video2:width=320:height=2...
by e-San
18 Dec 2013 23:38
Forum: Development around libVLC
Topic: V4L and V4L2_CID_COLOR_KILLER
Replies: 2
Views: 578

Re: V4L and V4L2_CID_COLOR_KILLER

Ok, thanks for answer!
by e-San
12 Dec 2013 23:20
Forum: Development around libVLC
Topic: V4L and V4L2_CID_COLOR_KILLER
Replies: 2
Views: 578

V4L and V4L2_CID_COLOR_KILLER

Hi! I've found some useful info at linuxtv.org . I need to setup my camera to bnw (grayscale) and here is the option: V4L2_CID_COLOR_KILLER boolean Enable the color killer (i. e. force a black & white image in case of a weak video signal). V4L2_CID_COLORFX enum Selects a color effect. The follow...
by e-San
11 Dec 2013 10:30
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Stream with mosaic
Replies: 0
Views: 700

Stream with mosaic

Hi! I'm trying to stream image from two cameras (with v4l2). Found some help on wikipedia and other sources. Now, i came here. My config file: vlc@mini:~$ cat mosaic001.conf new channel1 broadcast enabled setup channel1 input v4l2c:///dev/video0 setup channel1 output #duplicate{dst=mosaic-bridge{id=...

Go to advanced search