Hello,
I'm trying to figure out what are really the expected results in the encoding CUDA example provided with the SDK.
I’m running the example with the Visual Studio 2010. It takes as input the provided YUV
video: plush_480p_60fr.yuv its size is 29700KB
If I open that video with the VLC player, I see 32 sec of green and red lines of video.
Once I ran the project, I was expecting a .h264 32 sec video with the same green and red lines and encoded as H264. But, what I get is a 920KB file named plush_480p_60fr.264. If I open it with the VLC Player It lasts 0 seconds and I can’t see anything.
Are those results correct? I’m not an expert in video processing so may be try to open this file with the VLC Player as I’m doing it makes no sense…
Any clue?
I’m testing on:
Software:
Windows 7 64 bits
Visual Studio 2010 Professional and default compilation win32
CUDA SDK 5 - Just Downloaded today-
Hardware:
NVIDIA Quadro 600
Thank you
Best