Hi,
I'm going to have to take some high quality screenshots of Playstation2 etc. games for a print magazine. The Windows users recommended the DScaler software for this (http://www.dscaler.org) but as I don't run Windows I thought, well, pdp/pidip should be able to do this as well, shouldn't it? If not, DScaler is GPL-software, so it might be possible to write PDP externals, wouldn't it?
I'm actually just learning pdp. I only have a RF-input in my tv-card, no S-Video, would this be sufficient for getting enough quality?
Sorry for not being more specific, but well, starting PDP, I feel like a Pd newbie again (but that not much younger, duh...)
Frank Barknecht _ ______footils.org__
hi frank,
I'm going to have to take some high quality screenshots of Playstation2 etc. games for a print magazine. The Windows users recommended the DScaler software for this (http://www.dscaler.org) but as I don't run Windows I thought, well, pdp/pidip should be able to do this as well, shouldn't it? If not, DScaler is GPL-software, so it might be possible to write PDP externals, wouldn't it?
there's no de-interlace atm. i've added it to my TODO list again.
for scaling you can use pdp_scale, but doing this on an interlaced image might not do what you want though. the scaler is a simple bilinear interpolation.
I'm actually just learning pdp. I only have a RF-input in my tv-card, no S-Video, would this be sufficient for getting enough quality?
if you got a decent card and cable, RF is quite ok, but S-Video is better of course.
cheers
tom
Hallo Tom, Tom Schouten hat gesagt: // Tom Schouten wrote:
there's no de-interlace atm. i've added it to my TODO list again.
Ah, so I will not use PDP for this task now. But I have found a nice application which I will test this evening: tvtime (tvtime.sf.net). It uses the DScaler algorithms for deinterlacing, but as I see it it loads the Windows dll's through WINE, because it seemed to be easier to hack this then to strip the W32-code from the DScaler code. At least I guess it was done because of this.
Frank Barknecht _ ______footils.org__
Le 11 Août 2004 09:25, Frank Barknecht a écrit :
Hi,
I'm going to have to take some high quality screenshots of Playstation2 etc. games for a print magazine. The Windows users recommended the DScaler software for this (http://www.dscaler.org) but as I don't run Windows I thought, well, pdp/pidip should be able to do this as well, shouldn't it? If not, DScaler is GPL-software, so it might be possible to write PDP externals, wouldn't it?
Maybe the postproc library from mplayer could be integrated to pdp.
There's good television applications for Gnu/Linux, with deinterlacing: http://tvtime.sourceforge.net/ http://xawdecode.sourceforge.net/
I'm actually just learning pdp. I only have a RF-input in my tv-card, no S-Video, would this be sufficient for getting enough quality?
S-video is necessary for decent screenshots.
Hallo, Marc Lavallée hat gesagt: // Marc Lavallée wrote:
Le 11 Août 2004 09:25, Frank Barknecht a écrit :
I'm actually just learning pdp. I only have a RF-input in my tv-card, no S-Video, would this be sufficient for getting enough quality?
S-video is necessary for decent screenshots.
I just checked, and indeed my TV-card also has S-Video-in, puh! I also checked tvtime now, and it seems quite fit for my purpose. Even has a Debian package...
Frank Barknecht _ ______footils.org__