In what format PC Cards can record sat signals?
What are advantages and drawbacks of using sat cards under Linux compare to WMC?
Usually it depends on the software. Often it is an MPEG Transport Stream, but you can also plain MPEG.
Advantages:
You can have multiple frontends and backends all in the same system. (MythTV system on Linux) So you can have one system that records OTA and another that records DVB-S and the frontends just see recordings to watch.
Hardware drivers are standardized on the Video4Linux API. You don't have to worry about BDA versus non BDA or whatever. As long as your card is supported.
DVB-S / QAM is directly supported, not via some shim layer.
Generally there are no CODECs to round up and fiddle with constantly.
Things like SD/HD/MPEG2/MPEG4/4:2:0/4:2:2 are generally software problems and are supported without needing special hardware. You just need *fast* hardware.
You're running on a no cost Linux operating system with no cost software.
Disadvantages:
A lot more configuration required and you need to be familiar with Linux and comfortable with the command line to get it all setup. You can do a lot with the prepackaged distributions like "mythbuntu" but eventually you'll need to dig into something further.
You need to pay $20/year for program guide information.
You have to round up some dedicated hardware. MythTV doesn't really work out too well when you're dual booting the PC from Windows to Linux.
You usually need a very capable system. This can get expensive.
Also, great tools like TSReader only run under Windows.