| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
|
|
|
|
|
Reviews
|
Views
|
Date of last review
|
|
4
|
27469
|
02-01-2009
|
|
 |
|
Recommended By
|
Average Price
|
Average Rating
|
|
100% of reviewers
|
$85.00
|
9.5
|
|
|
|
|
|
|
|
Description:
|
single tuner mpeg2 capture card.
|
|
Keywords:
|
pvr-150 mpeg capture pvr
|
|
/sbin/lspci output:
|
Multimedia video controller: Internext Compression Inc iTVC16 (CX23416) MPEG-2 Encoder (rev 01)
|
|
Chipset:
|
CX23416
|
|
Connection Type:
|
PCI
|
|
|
|
09-15-2006, 10:18 PM
|
#1
|
Registered: Jun 2005
Distribution: Fedora, Slackware, FreeBSD
Posts: 0
Rep:
|
Would you recommend the product? yes | Price you paid? (in USD): $85.00 | Rating: 8
|
Kernel (uname -r):
|
2.6.17-beyond3
|
|
Distribution:
|
Gentoo 2006.0
|
pretty good card for what it was designed to do. originally got it for mythtv which it worked excellently for. uses the cx25840 kernel module along with the modules included with IVTV (with some firware...). Initial setup took about 30min and updating the modules after kernel recompile takes about 30 seconds or so. i run it using just mplayer with a couple filters and use ivtv-tune to change channels
to start it i use:
mplayer -vo xv -vf ivtc,hqdn3d /dev/video0
output is nice but moving it around is pretty ... interesting. the opengl video output, performace-wise, is better and looks almost exactly the same but will not work with the hqdn3d filter (at least for me).
|
|
|
|
06-29-2007, 09:27 AM
|
#2
|
Registered: Apr 2007
Distribution: Slackware-Current, Custom kernel 2.6.21.5
Posts: 17
Rep: 
|
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 10
|
Kernel (uname -r):
|
2.6.21.5
|
|
Distribution:
|
Slackware-Current
|
This card is absolutely perfect for what I want to use it for. Requires the ivtv drivers with firmware put in /lib/firmware.
Viewing works perfectly with "cat /dev/video0 | xine -".
Changing channels is awesome, you can use "ivtv-tune -f FREQUENCY" to manually tune in to a channel, and (like I did,) use a perl script to scan for channels:
#tvscan.pl
foreach $channel (0..1000) {
system('ivtv-tune -f ' . $channel);
}
and start the script using "perl tvscan.pl > channels.txt"
It's not a very advanced script but I couldn't find a way to catch the output of system() to check for a "(Signal Detected)" message. Open the file and remove the lines without "(Signal Detected)" to get a list of ranges for your channels.
To stream, start a client with "nc -l -p 5000 | xine -" and the server using "cat /dev/video0 | nc CLIENT-IP 5000".
|
|
|
|
07-06-2007, 03:15 PM
|
#3
|
Registered: Dec 2005
Distribution: Debian Squeeze (x86)
Posts: 6,092
|
Would you recommend the product? yes | Price you paid? (in USD): $85.00 | Rating: 10
|
Kernel (uname -r):
|
2.6.18-4-686
|
|
Distribution:
|
Debian Etch
|
Worked great for my MythTV box. Used module-assistant to build the ivtv modules.
Sometimes I wish I had another input like on the PVR-350 for multiple show recording.
|
|
|
|
02-01-2009, 09:25 PM
|
#4
|
Registered: Feb 2009
Posts: 0
|
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 10
|
Kernel (uname -r):
|
2.6.27-11-generic
|
|
Distribution:
|
Ubuntu 8.10
|
Excellent for what it is. Capture analog TV, S-Video or Composite and stereo sound and use its own hardware to convert the streams to MPEG 2. Therefore very low CPU usage. Use v4l2-ctl to change inputs. The video comes out at /dev/videoX (X will be a number 0 or higher). You can copy this output directly to the hard drive. (cat /dev/video0 > output.mpg) The output will be video and audio together in an MPEG 2 format. Capturing S-Video at 720x576 results in about 3GB per hour.
|
|
|
|
All times are GMT -5. The time now is 01:23 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|