[mythtv-users] Temporal 2x vs Temporal-Spatial 2x

Gregorio Gervasio, Jr. gregorio.gervasio at gmail.com
Fri Feb 10 17:19:45 UTC 2012


>>>>> Neil Cooper writes:
[...]
> Another question: I ran the qvdpautest and confirmed I was getting similar figures to everyone else.

> The wierd thing is that on the third test (H.264 1080 I believe, the one where the test result is only 4fps) the image was just a bunch of green blocks like it couldn't decode it.
> Am I missing a codec or is that to be expected?


        From the nvnews thread, there's a bug in the qvdpautest code:

diff --git a/vdpauwidget.cpp b/vdpauwidget.cpp
index e7c53d7..1dd2f21 100644
--- a/vdpauwidget.cpp
+++ b/vdpauwidget.cpp
@@ -618,7 +618,7 @@ QString VdpauWidget::benchH264()
 	if ( !vc->isProfileSupported( VDPAUContext::ProfileH264Main) )
 		return "Profile unsupported.\n";
 
-	H264Decoder *d = new H264Decoder( vc );
+	H264Decoder *d = new H264Decoder( vc, "h264hd.dat" );
 	if ( !d->init() ) {
 		delete d;
 		return "Can't initialize H264 decoder!\n";

-- 
Gregorio Gervasio, Jr.
gregorio.gervasio at gmail.com


More information about the mythtv-users mailing list