Hi all. I'm trying to capture video from sat tv with a Pinacle Dazzle DVC 100 under Ubuntu 9.04 using mencoder.
I list here a number of problems that were occurring:
1) No sound capture.
Solved. As Ubuntu Jaunty has kernel 2.6.28, and USB audio devices are supported from 2.6.30 (correct me if i get wrong) I had to compile the latest version 2.6.34 with V4L2 and USB Audio modules.
2) What's the audio device name?
Solved.
Must be /dev/audio1Code:mankeletor@Sempron:~$ lshal | grep audio volume.disc.has_audio = false (bool) access_control.file = '/dev/audio' (string) linux.device_file = '/dev/audio' (string) linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:05.0/sound/card0/audio' (string) oss.device_file = '/dev/audio' (string) info.linux.driver = 'snd-usb-audio' (string) info.linux.driver = 'snd-usb-audio' (string) access_control.file = '/dev/audio1' (string) linux.device_file = '/dev/audio1' (string) linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.1/usb1/1-8/1-8:1.1/sound/card1/audio1' (string) oss.device_file = '/dev/audio1' (string) info.capabilities = {'video4linux', 'video4linux.video_capture', 'video4linux.audio', 'access_control'} (string list) volume.disc.has_audio = false (bool)
3) Too much dropped frames
Solved.
Will uses up to 60% of CPU. Then you should save video and audio as uncompressed data, like this:Code:mencoder -tv driver=v4l2:norm=ntsc:forceaudio:adevice=/dev/audio1 tv:// -vf pp=hb/vb/dr/al/lb,crop=610:450:15:18 -ovc xvid -xvidencopts bitrate=850 -oac mp3lame -o capture.avi
But make sure that you got tons of free GBs on your HD becouse uncompressed video + audio will size about 1GB per min.Code:mencoder -tv driver=v4l2:norm=ntsc:forceaudio:adevice=/dev/audio1 tv:// -ovc copy -oac copy -o output.avi
4) The capture video file is too big..
Solved. Recode it
5) Audio quality is degraded.
Sample ->Pay attention since 00:00:12.0
Unsolved.
Unfortunately never had better results than using the software provided by the manufacturer.
If someone know how to fix this, please let me know.
Thanks.
EDIT 25th Jun 2010
Solved.
The sound issue were generated by the Pinnacle Dazzle device. Something wrong with incorporated sound card ALSA hw:1,0/OSS /dev/audio1 USB Audio. Probably, the USB Audio module is not working properly for this device. So the audio source shouldnt be plugged to the DVC100 audio input. Instead, connect it to Line-In of your sound card.
After that make sure the Line-In/Capture is working correctly with:
If you can hear the source sound in your speaker it's working fine. If not, maybe you miss to check the capture0 check box. Go to the Alsa Mixer to solve it.Code:arecord -f cd -D hw:0,0 | aplay
So now forget to use adevice=/dev/audio1 on -tv option![]()
+ Reply to Thread
Results 1 to 1 of 1
-
Last edited by mankeletor; 25th Jun 2010 at 05:01.
Similar Threads
-
Video Capture with Ubuntu or Mandriver
By John Spera in forum LinuxReplies: 2Last Post: 9th May 2013, 21:29 -
[Closed] Vid capture problem- aud/vid synch issues...?(Dazzle VidCreat+HD)
By Diana (Cda) in forum Capturing and VCRReplies: 2Last Post: 22nd Dec 2011, 10:50 -
Mencoder (Ubuntu) with Logilink Video Grabber VG0001 -> video buffer full
By Dobi in forum Capturing and VCRReplies: 0Last Post: 6th Jul 2010, 10:52 -
Having issues with Pinnacle 10/Dazzle; what capture technology do YOU use?
By Grunberg in forum Capturing and VCRReplies: 6Last Post: 23rd Jun 2008, 09:04 -
Dual Boot Ubuntu Err 21 on PC with XPPro on RAID0 Drive and Ubuntu on eSATA
By videocheez in forum LinuxReplies: 32Last Post: 11th Jun 2007, 00:51