Hardware vs software encoders: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 3: Line 3:
For card combos were the decoder is on the PCI bus (Conexant Blackbird, Philips Empress, ATI Theatre, etc.), you can grab either the raw video or the compressed video. These cards register two devices, one for raw video (/dev/video0) and one for compressed (/dev/video1).
For card combos were the decoder is on the PCI bus (Conexant Blackbird, Philips Empress, ATI Theatre, etc.), you can grab either the raw video or the compressed video. These cards register two devices, one for raw video (/dev/video0) and one for compressed (/dev/video1).


Cards with the encoder on the PCI bus (PVR-350/250, DVB, etc.) only provide compressed streams. This is because the decoder is not accessable on the PCI bus, so you can't grab the raw stream from it.
Cards with the encoder on the PCI bus ([[ivtv_devices |PVR-350/250]], DVB, etc.) only provide compressed streams. This is because the decoder is not accessable on the PCI bus, so you can't grab the raw stream from it.

Revision as of 17:55, 24 April 2005

Can you get raw video from hardware encoder cards?

For card combos were the decoder is on the PCI bus (Conexant Blackbird, Philips Empress, ATI Theatre, etc.), you can grab either the raw video or the compressed video. These cards register two devices, one for raw video (/dev/video0) and one for compressed (/dev/video1).

Cards with the encoder on the PCI bus (PVR-350/250, DVB, etc.) only provide compressed streams. This is because the decoder is not accessable on the PCI bus, so you can't grab the raw stream from it.