How to make a video?

Hi,

I’d like to make a video, with voice, using the integrated webcam and mic
of my laptop. I know they work, but I don’t know if a simple app to create
a video/voice capture exists. I have seen how to make photos, but not video
with voice.

What application would you use?

Perhaps mplayer with some command line incantation?

The purpose is to send it by email to a relative, so perhaps later I’ll
have to recompress with ffmpeg - that part I do know how to do it.


Cheers / Saludos,

Carlos E. R.
(from 11.2 x86_64 “Emerald” at Telcontar)

webcamstudio :wink:
http://www.ws4gl.org/home
http://software.opensuse.org/search?q=webcamstudio&baseproject=openSUSE%3A11.3&lang=en&exclude_debug=true


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.32.24-0.2-default
up 0:15, 2 users, load average: 0.20, 0.23, 0.19
GPU GeForce 8600 GTS Silent - Driver Version: 260.19.21

On 2010-11-12 17:15, malcolmlewis wrote:

> webcamstudio :wink:
> http://www.ws4gl.org/home
> http://software.opensuse.org/search?q=webcamstudio&baseproject=openSUSE%3A11.3&lang=en&exclude_debug=true

A bit excesive… and for 11.2 it is only available from a home repo.
It could do. :-?

…]

Finally, I have installed “gmerlin” (available in packman). It took some
time to get it running, or for me to understand it, but I can make simple
videos which is the only thing I want for the moment.

Although I have to rerun the .avi videos through ffmpeg, because the
original format can be compressed a lot more.


Cheers / Saludos,

Carlos E. R.
(from 11.2 x86_64 “Emerald” at Telcontar)

What…don’t trust my building?? hmmmmm :wink:


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.32.24-0.2-default
up 11:13, 2 users, load average: 0.04, 0.10, 0.10
GPU GeForce 8600 GTS Silent - Driver Version: 260.19.21

cheese - although it only records in ogg and you’ll probably have to turn down the webcam resolution to get audio/video sync.

On 2010-11-13 04:12, malcolmlewis wrote:

> What…don’t trust my building?? hmmmmm :wink:

Ah! You could have said it was you… As a rule, I never install from a
home repo unless the owner said so.


Cheers / Saludos,

Carlos E. R.
(from 11.2 x86_64 “Emerald” at Telcontar)

For recording videos from a webcam, I find wxcam works ok.

The application I like the best, is guvcview. While designed to work with ‘uvc’ devices/webcams, it also works with any other that is v4l compatible.

The downside of guvcview, is there are NO rpms for it (because it uses proprietary codecs ?? or something else proprietary < not sure > ) and hence one is forced to compile it themselves. I found to compile it I also had to install: libffmpeg-devel, libmp4v2-devel, libxvidcore-devel, libudev-devel, libv4l-devel, portaudio-devel, portaudio-devel, libSDL-devel as dependencies so that guvcview would install.

Once those applications are installed, then on a 64-bit openSUSE-11.3 PC with checkinstall installed, I found the following ‘classic compilation method’ worked nicely in a terminal to build a cheap and dirty home rpm for installation (not to be shared due to shaky nature of the checkinstall rpm):

./configure --prefix=/usr
make
su
checkinstall

and then I installed the rpm that was created in /usr/src/packages/RPMS/x86_64

(because it uses proprietary codecs ?? or something else proprietary < not sure > )

Yep, because it links to libavcodec. I was about to package guvcview some time ago, but when checking all dependencies I noticed this is a no-go under openSUSE rules. However, it is easy to compile and your instructions given above work well with the latest 1.4.3 tarball.