i have a tv tuner card connected to a cctv camera for streaming, all works good in tvtime, cheese used to work but then i changed the resolution to a lower one and now it segfaults, purged reinstalled same issue, also i tried with mplayer,mencoder,mythtv(coludnt find any signal on the input),and camorama
Code:
mplayer tv:// -tv driver=v4l2:input=1:channel=1:width=768:height=768:device=/dev/vide
Hello, to show the webcam, you can run
Code:
mplayer tv:// -tv driver=v4l2:device=/dev/video0
I would like to know how to make a single png using mplayer or mencoder, that would be used via crontab (limited sh)?
thank you
Making a video in slow motion is actually nothing special since there are plenty of video editing tools with a lot of cool features for you to use.
Hi, i have video capture adapter "MSI vox USB 2.0", i use it to watch and record my tv or playstation on my pc.
every thing seem to be fine, but none of tv applications show the device, they just show my webcam "/dev/video0"
I have this DVB+Analog usb tv tuner Hauppauge WinTV HVR-900 (r2) [USB ID 2040:6502].
This used to work under ubuntu 10.04 LTS.
Hey, I have an MSI Wind U100 laptop/openSUSE 11.2 and I'm trying to get the webcam to work. The webcam seems to be detected by the kernel as "video0" (my understanding of linux is fairly basic so I could be wrong here), but it isn't detected at all by cheese, kopete, skype, or anything else I've tried.
Hello everybody,
I tried to merge 3 MP4 files using MP4Box / Mencoder, but it does NOT work:
Code:
$ sudo MP4Box -add 001.mp4 -add 002.mp4 -add 003.mp4 out.mp4 Unknown input file type Unknown input file type Unknown input file type Unknown input file type Unknown input file type Unknown input file type Converting to ISMA Audio-Video MP4 file...
I'm using mencoder to record the webcam. Is it possible that play the converted video at the same time?
I could use mplayer to play the output video while converting. Or is there any way to start mplayer at the same time when mencoder starts?
alright im trying to stream Audio and Video from different sources
The web cam its on usb and the audio in the line in plug
im using that command line
Code:
% vlc v4l2:// --input-slave=alsa://
BUT it doesn't work it only plays the first one, and it only streams the first one
if i use
Code:
% vlc alsa:// --input-slave=v4l2://
i only get the audio so what i figure ive tested with
Code: