Comment 5 for bug 586719

Revision history for this message
chuck adams (chuck-adams-k7qo) wrote :

Here is my current trial of xvidcap on 11.04

It records screen area nicely. No sound.
Stop recordiing then hit 'play' and system brings up mplayer.
Missing /dev/mga_vid and /dev/fd0 has permission rw-rw---- bits set.

----------------------------------------------------------------------------------------------
lots os stuff on the Internet about this not working, but no solutions
that work. Using x86_64 or amd64 64-bit system.
----------------------------------------------------------------------------------------------

adams@quads:~/ft_tuthill$ cat run
padsp xvidcap --fps 30 --cap_geometry 600x480+200+300 --time 3600 --audio yes --file talk-$1.avi
adams@quads:~/ft_tuthill$ ./run 1
[oss @ 0x7fe02c07b140]Estimating duration from bitrate, this may be inaccurate
xtoffmpeg.c add_audio_stream(): Can't initialize fifo for audio recording
MPlayer 1.0rc4-4.5.2 (C) 2000-2010 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing talk-1.avi.
AVI file format detected.
[aviheader] Video stream found, -vid 0
[aviheader] Audio stream found, -aid 1
AVI: No audio stream found -> no sound.
VIDEO: [MP42] 600x480 24bpp 30.000 fps 60.7 kbps ( 7.4 kbyte/s)
Clip info:
 Software: Lavf52.64.2
open: No such file or directory
[MGA] Couldn't open: /dev/mga_vid
open: No such file or directory
[MGA] Couldn't open: /dev/mga_vid
[VO_TDFXFB] This driver only supports the 3Dfx Banshee, Voodoo3 and Voodoo 5.
[VO_3DFX] Unable to open /dev/3dfx.
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
[vdpau] Error when calling vdp_device_create_x11: 1
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffmp42] vfm: ffmpeg (FFmpeg MSMPEG-4 v2)
==========================================================================
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
ADecoder init failed :(
ADecoder init failed :(
Requested audio codec family [mpg123] (afm=mpg123) not available.
Enable it at compilation.
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
Cannot find codec 'mp3float' in libavcodec...
ADecoder init failed :(
ADecoder init failed :(
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 44100 Hz, 2 ch, s16le, 64.0 kbit/4.54% (ratio: 8000->176400)
Selected audio codec: [ffmp3] afm: ffmpeg (FFmpeg MPEG layer-3 audio)
==========================================================================
AO: [pulse] 44100Hz 2ch s16le (2 bytes per sample)
Starting playback...
Movie-Aspect is undefined - no prescaling applied.
VO: [xv] 600x480 => 600x480 Planar YV12
A: 0.0 V: 8.5 A-V: -8.467 ct:-108.821 255/255 4% 0% 0.0% 0 0

Exiting... (End of file)
adams@quads:~/ft_tuthill$