|
|
#265 | |
|
Moderator
Join Date: Aug 2005
Posts: 1,327
|
Licaon, can you please supply an nvidia-bug-report so that I can check your system configuration. Thanks.
Also, if you have an MCP61/MCP68 chipset with AMD CPU, perhaps you could try the patched driver in this thread: http://www.nvnews.net/vbulletin/show...=136817&page=4 (see comments 41 and 49) One final note: NVIDIA is currently recommending users not use the version of the driver that you currently have, and that the patched driver I mentioned above is based on; see http://www.nvnews.net/vbulletin/announcement.php?f=14. Perhaps try downgrading the driver and see if this problem is solved? Thanks. Last edited by Stephen Warren; 03-05-10 at 11:36 PM. Reason: Add pointer to test driver. Add note about driver version not being recommended. |
|
|
|
|
|
|
#266 | |||||
|
Registered User
Join Date: Nov 2004
Location: Between the keyboard and the chair.
Posts: 490
|
Quote:
Quote:
Quote:
also my secondary system with a 8600GT does not have this issue in qvdpautest but has a different one: playing a video with vdpau ( mplayer -vc ffh264vdpau,ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau, -vo vdpau video.mkv ) will reset the system if switched to fullscreen ( this happens with the video linked below too ) /LE: with KDE4 composition OFF and without -vo vdpau it resets my system even in windowed mode ![]() Quote:
![]() Quote:
![]() and another issue with this 3D Stereo H.264 Lossless video encoded with x264: http://fbx.ro/n6w82so6zi0ngl5k ~ (100Mb) ![]() Last edited by Licaon; 03-06-10 at 04:27 PM. Reason: more info on 8600GT |
|||||
|
|
|
|
|
#267 |
|
Moderator
Join Date: Aug 2005
Posts: 1,327
|
Licaon, I can't reproduce the corruption you're seeing on the VC-1 (WMV) test clip using qvdpautest (nor MPlayer), using essentially the same GPU. I don't recall anyone else reporting this corruption. Perhaps you have flakey hardware, e.g. a bad power-supply or something?
Re: The 8600 GT issue on the 3D Stereo H.264 Lossless video: (a) I can't download the file because I can't access file-sharing sites; can you please upload it to the NVIDIA File drop mentioned in the sticky post. (b) Judging by your description of the file, VDPAU probably doesn't support this format. However, we still shouldn't crash. When you say your system restarts, do you mean that the X server exits and restarts, the entire system restarts (you see the BIOS boot screen), or something else? Does the system hang at all before this happens? If so, how long? Thanks. |
|
|
|
|
|
#268 | |||
|
Registered User
Join Date: Nov 2004
Location: Between the keyboard and the chair.
Posts: 490
|
Quote:
another thing worth mentioning is that it looks like the last frame gets corrupted and it stays a bit on the screen unchanged is there any debug version of qvdpautest that i can compile? Quote:
i've uploaded the video x264_lossless.avi Quote:
*with -vc ffh264vdpau,ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau, and composition on and -vo vdpau -> window mode ok, fullscreen reboot *with -vc ffh264vdpau,ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau, and composition on but without -vo vdpau -> window mode ok, fullscreen reboot *with -vc ffh264vdpau,ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau, and composition off but without -vo vdpau -> instant reboot i did not try yet with VDPAU_TRACE=1 but i doubt it has time to commit something to disk anyway |
|||
|
|
|
|
|
#269 |
|
Moderator
Join Date: Aug 2005
Posts: 1,327
|
Licaon,
I have managed to repro your VC-1 (WMV) issue; it is specific to a 64-bit OS. I also reproduced the corruption decoding x264_lossless.avi. Given the 3D encoding means just two frames side-by-side, perhaps this clip should be supported. I'll investigate further. For the 8600 crash issue, are you able to run a serial console or network console to try and capture any error messages? |
|
|
|
|
|
#270 | |
|
Moderator
Join Date: Aug 2005
Posts: 1,327
|
Licaon, your file x264_lossless.avi uses a profile that VDPAU does not support (High 4:4:4). In fact, I don't believe any HW decoder supports this format.
|
|
|
|
|
|
|
#271 |
|
Moderator
Join Date: Aug 2005
Posts: 1,327
|
Licaon, crisalide, I see that qvdpautest is providing VDPAU with different data for the VC-1 stream between 32-bit and 64-bit runs. (You can see this by setting VDPAU_TRACE=1 VDPAU_TRACE_FILE=vdpau-32.txt and diff'ing the 32/64-bit output).
For now, I'm going to assume that's the cause of the VC-1 corruption. |
|
|
|
|
|
#272 | ||
|
Registered User
Join Date: Nov 2004
Location: Between the keyboard and the chair.
Posts: 490
|
Quote:
![]() Quote:
what exactly should i disable when encoding ? |
||
|
|
|
|
|
#273 |
|
Moderator
Join Date: Aug 2005
Posts: 1,327
|
There's presumably an option to select which H.264 profile to encode into. Pick a supported value (right now, it's High 4:4:4, but VDPAU only supports 4:2:0 profiles such as baseline/main/high). There might be an explicit 4:4:4/lossless option that's selected, which needs to be disabled.
|
|
|
|
|
|
#274 | |
|
Registered User
Join Date: Nov 2004
Location: Between the keyboard and the chair.
Posts: 490
|
Quote:
![]() |
|
|
|
|
|
|
#275 | |
|
FFmpeg developer
Join Date: Jan 2009
Location: Vienna, Austria
Posts: 467
|
Quote:
The sample is encoded with "Predictive lossless coding" (lossless H264) in 4:2:0. Predictive lossless coding is - according to Wikipedia - only part of a profile called "High 4:4:4 Predictive Profile" (but has nothing to do with chroma subsampling format 4:4:4 per se). libavcodec does not support other chroma subsampling formats than 4:2:0 (as VDPAU), but supports Predictive lossless coding (for 4:2:0). Given that the patch that added support to libavcodec (r16171) isn't that huge, I wonder if it is really impossible to add support to PureVideo/VDPAU. Carl Eugen |
|
|
|
|
|
|
#276 |
|
FFmpeg developer
Join Date: Jan 2009
Location: Vienna, Austria
Posts: 467
|
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Valve to release its trailer-making tool: Source Filmmaker | dikinher | Gaming Central | 2 | 06-28-12 12:28 PM |
| xorg locks-up with newest nvidia drivers w/ vdpau. | theroot | NVIDIA Linux | 1 | 06-24-12 11:04 AM |
| Load Testing with the Cloud ' This Week on inside* Publications | News | Latest Tech And Game Headlines | 0 | 05-20-12 05:30 PM |
| Portal 2 Perpetual Testing Initiative Starts Now | News | Latest Tech And Game Headlines | 0 | 05-08-12 05:00 PM |
| tv tool 6.8 | thcdru2k | NVIDIA Windows Graphics Drivers | 4 | 10-18-02 01:10 PM |