Jag hittade bara en webcam i program arkivet, den hette Cheese. Tyvärr lagrade den klippen i ett konstigt format, och jag kunde inte höra ljud och den gick så ryckigt att det mest liknade sporadiska stillbilder. Finns det andra webcam-program eller någon som vet hur man får detta program att fungera riktigt ?
jag har logitech webcam: Den visar upp en bild, allt verkar normalt, utom då jag tittar på den inspelade filen.
webcam
Re: webcam
Har för mig både mplayer och vlc kan ta stream från webcam och spara till film, dock inte 100% på vad du måste köra i terminalen men en snabb koll på help.ubuntu.com gav
https://help.ubuntu.com/community/WebcamRecording video
cheese
You can use cheese to test and record pictures and video from your webcam.
sudo apt-get install cheese
then run cheese . cheese should automatically detect your webcam and display live video stream. You can click either on photo or video and select Take a Photo or Start recording
ffmpeg
To record both video and audio using ffmpeg, first make sure ffmpeg is installed:
sudo apt-get install ffmpeg
then run ffmpeg with arguments such as these:
ffmpeg -f oss -i /dev/dsp -f video4linux2 -s 320x240 -i /dev/video0 out.mpg
MPlayer / MEncoder
MPlayer is capable of displaying a webcam video stream, for example with the command line
mplayer tv:// -tv driver=v4l:width=640:height=480:device=/dev/video0
For Jaunty / Karmic, use this command line.
mplayer tv:// -tv driver=v4l2:width=640:height=480:device=/dev/video0
The resolution (width=??? & height=??? ) should be chosen to match the output of your device, and the device file (/dev/video0) to match your webcam's device file, see above.
The companion to MPlayer, MEncoder can record from a webcam to video files such as AVI, for example without audio:
mencoder tv:// -tv driver=v4l:width=320:height=240:device=/dev/video0 -ovc lavc -o webcam.avi
and with audio
mencoder tv:// -tv driver=v4l:width=320:height=240:device=/dev/video0:forceaudio:adevice=/dev/dsp1 -ovc lavc -oac mp3lame -lameopts cbr:br=64:mode=3 -o webcam.avi
Type 'man mencoder' for more info on the audio options. In the example, /dev/dsp1 refers to the webcam USB Audio device, while /dev/dsp would refer to the sound card.
You may need to install these programs with
sudo apt-get install mplayer mencoder
VLC
In VLC, choose 'Open capture device' from the file menu and enter the video and audio device files (see above) in video device name and audio device name, respectively. If you just want a 'mirror' (to see what the webcam is showing), click 'OK' and you're done. If you wish to record, tick off 'Stream/save' in the 'Advanced options' section. Click the settings button right next to it. Tick 'File' off under 'Outputs' and enter a filename. Encapsulation method can be left at the default (MPEG TS). Under 'Transcoding options', tick 'Audio codec' and 'Video codec'. These can also safely be left the defaults (obviously greater compression results in lower file sizes, so experiment). Click 'OK' in the Settings screen and once again in the main webcam screen (Video4linux). If you want to have more control, you can access several settings, including resolution, by clicking the Advanced options button.
If you wish to be able to quickly start a video session with your webcam, the resulting vlc command is printed in the Customize line at the bottom. You simply need to prepend 'vlc', e.g.
vlc v4l:// :v4l-vdev="/dev/video0" :v4l-adev="/dev/audio2" :v4l-norm=3 :v4l-frequency=-1 :v4l-caching=300 :v4l-chroma="" :v4l-fps=-1.000000 :v4l-samplerate=44100 :v4l-channel=0 :v4l-tuner=-1 :v4l-audio=-1 :v4l-stereo :v4l-width=640 :v4l-height=480 :v4l-brightness=-1 :v4l-colour=-1 :v4l-hue=-1 :v4l-contrast=-1 :no-v4l-mjpeg :v4l-decimation=1 :v4l-quality=100
The recording instructions will similarly need to be appended. Copy the contents of the 'Stream Output MRL' box under 'Settings' and change ":sout=" to "--sout " and append it to your vlc command:, e.g.
vlc v4l:// :v4l-vdev="/dev/video0" :v4l-adev="/dev/audio2" :v4l-norm=3 :v4l-frequency=-1 :v4l-caching=300 :v4l-chroma="" :v4l-fps=-1.000000 :v4l-samplerate=44100 :v4l-channel=0 :v4l-tuner=-1 :v4l-audio=-1 :v4l-stereo :v4l-width=640 :v4l-height=480 :v4l-brightness=-1 :v4l-colour=-1 :v4l-hue=-1 :v4l-contrast=-1 :no-v4l-mjpeg :v4l-decimation=1 :v4l-quality=100 --sout "#transcode{vcodec=mp1v,vb=1024,scale=1,acodec=mpga,ab=192,channels=2}:duplicate{dst=std{access=file,mux=mpeg1,dst=/tmp/test.mpg}}"
For Ubuntu 9.10 (Karmic Koala), use
vlc v4l2:// :v4l-vdev="/dev/video0" :v4l-adev="/dev/audio2" :v4l-norm=3 :v4l-frequency=-1 :v4l-caching=300 :v4l-chroma="" :v4l-fps=-1.000000 :v4l-samplerate=44100 :v4l-channel=0 :v4l-tuner=-1 :v4l-audio=-1 :v4l-stereo :v4l-width=640 :v4l-height=480 :v4l-brightness=-1 :v4l-colour=-1 :v4l-hue=-1 :v4l-contrast=-1 :no-v4l-mjpeg :v4l-decimation=1 :v4l-quality=100
as an example, because vlc is not compiled with v4l, but with v4l2
To simple take a few snapshots, open the webcam without recording and choose 'Snapshot' under the 'Video' menu.
Re: webcam
kollade på vlc, men hittade inte de menyer du återger. Om man ska köra från terminalen verkar det inte vara program som är färdigutvecklade. problemet med cheese är att videoklippvisningen fungerar dåligt. Jag skulle ju kunna använda chese om bara youtube tog emot klippen, alternativt att man kunde konvertera dem. Frågan är isf hur man ska få igång klipp-visaren..
Re: webcam
Program från terminal är färdigutvecklade mencoder t.ex. är en av de bästa media konvertrarna som finns, grejen är att de bara inte lagt vikten vid ett GUI men till många finns det små GUI program för lättare användning skrivna i python och liknande
VLC t.ex. via terminal är stabilt och det du ser i GUI är bara förenklat för just att spela upp media m.m.
Jag sköter 90% av mitt media fixande i terminalen

VLC t.ex. via terminal är stabilt och det du ser i GUI är bara förenklat för just att spela upp media m.m.
Jag sköter 90% av mitt media fixande i terminalen
Re: webcam
Jag har inte tid att använda dator med flera rader långa koder i terminalen att hålla reda på för att få programmen att funka, isf får det väl bli windows då.Jag behöver ju bara spela in videoklipp för att lägga ut dem på youtubeFerrat skrev:Program från terminal är färdigutvecklade mencoder t.ex. är en av de bästa media konvertrarna som finns, grejen är att de bara inte lagt vikten vid ett GUI men till många finns det små GUI program för lättare användning skrivna i python och liknande![]()
VLC t.ex. via terminal är stabilt och det du ser i GUI är bara förenklat för just att spela upp media m.m.
Jag sköter 90% av mitt media fixande i terminalen