Messages - Hirudin [ switch to compact view ]

Pages: prev1 ... 28 29 30 31 32 [33] 34 35 36 37 38 ... 108next
161
General Software Discussion / Re: KMPlayer and GOMPlayer
« on: June 23, 2007, 02:15 AM »
KMPlayer has so many settings I can see how this one could be missed...
Screenshot - 6_23_2007 , 1_10_02 AM.png

Check that box to make a very large KMPCfg.ini file (mine is a whopping >27k!)
Screenshot - 6_23_2007 , 1_13_36 AM.png

162
My latest, brief, encounter with The GIMP was overall OK (I refuse to believe the zoom was suppose-to act the way it did, and the rest of the problems I chalk-up to bugs). I look forward to the next version (or the first version that is Vista x64 compatible)!

None of the other softwares that I've tried receintly seemed like they would be able to compete with a working GIMP, especially when you consider the price!

OK, Photoshop probably could, but I find that it's equally difficult and unintuitive (and has an only slightly less-ridiculous UI). But the $650 spent on PS could buy you a pretty darn decent dedicated Linux computer. Or, a 24" LCD 1920x1080 monitor!

163
Damn Major League Baseball!

164
Carol beat me, but I'll post anyway.

"Can be used to watch other folders."

Maybe you can set it up to watch the Firefox cache dir?

165
I thought I might have screwed up my codecs and stuff at one point through this, it was after I installed the lagarith codec, nothing wanted to play. I forget what I did to fix it though, I think I just installed Xvid again or something... Or maybe I just restarted my comp? The problem didn't last very long so it's hard to remember the fix.

I definitely prefer the quality I get from the step by step routine, but to me the step by step by step by sept yb stpe vy esiop routine gets old.

Here's a couple more things I've learned...
There's an AVISynth filter called "SSIM" which uses an advanced seudo-subjective algorithm to compare 2 videos. It generates a score for every frame; "1" means the frames are identical, "0" means they're completely different. It takes all these scores and spits them out as a CSV (spreadsheet) file which can be used to create graphs. It's pretty cool! You can even compare 2 videos to a source video at the same time using other AVISynth functions...
Like Dis
A=AVISource("F:\!TV - Seperated\Seinfeld\05\0519 + 0520 The Raincoats\0519 + 0520 The Raincoats.avi").Trim(0,61426)
B=AVCSource("F:\!TV - Seperated\Seinfeld\05\z-Compare\0519 + 0520 The Raincoats - 19.dga")
C=AVCSource("F:\!TV - Seperated\Seinfeld\05\z-Compare\0519 + 0520 The Raincoats - 3 Pass.dga")
StackVertical(ssim(A,B,"F:\!TV - Seperated\Seinfeld\05\z-Compare\0519 + 0520 The Raincoats - 19.csv","F:\!TV - Seperated\Seinfeld\05\z-Compare\0519 + 0520 The Raincoats - 19.txt",lumimask=0),ssim(A,C,"F:\!TV - Seperated\Seinfeld\05\z-Compare\0519 + 0520 The Raincoats - 3 pass.csv","F:\!TV - Seperated\Seinfeld\05\z-Compare\0519 + 0520 The Raincoats - 3 pass.txt",lumimask=0))

Screenshot - 6_18_2007 , 6_56_30 PM.png

x264 single pass "constant quality" produces very good quality video. I used SSIM to compare different quality levels to an existing 3 pass encode (set to "75%" in StaxRip). Quality:19 produced almost identical scores (almost always very slightly higher) and almost identical size (slightly smaller (353MB instead of 356MB)). To save a little space (with virtually 0 quality loss) I'm going to use Quality:20 (this particular video dropped to 298MB).

For some odd reason using the same source file, the same settings, with the same version of x264 (661) (the same everything) I'm getting slightly different encodes. It's definitely not enough to notice, but Beyond Compare and SSIM can tell. I don't care very much, but it does bug me a little... I didn't think this was suppose to be possible with com-poo-tars. It's as if x264 has a random number generator in it somewhere...

There's a tool and plugin for parsing AVC video into AVISynth. It's quite handy... It's made by the same dude that wrote DGIndex (formally DVD2AVI). It's called DGAVCDec and works exactly the same way.

Pages: prev1 ... 28 29 30 31 32 [33] 34 35 36 37 38 ... 108next
Go to full version