INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Video (mpeg2) corruption  (Read 1951 times)

raym

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3583
Video (mpeg2) corruption
« on: January 20, 2012, 07:12:36 am »

I've been chasing this problem down for days.

My video setup: amd 5450, direct to a plasma tv. Latest drivers. Windows 7 x64.

The problem: At seemingly random times while watching video (specifically, DVR-MS and DVD) I see extreme pixilation - large patches of colour flashing across the screen. Similar to a case of bad OTA signal breakup. There's no pattern to it. As far as I can tell, it started from around build 50. I've not seen the issue during bluray, avi or mkv playback. Just my dvr-ms and DVD collection.

Things I've tried:
- updated drivers
- ROST and HQ
- video accel on and off
- video clock on and off
- aero on and off (causes other pq issues when off!!)

After doing all of this I finally resorted to using ROST with ffdshow for all
Mpeg2 and DVD decoding (instead of the default LAV decoder). Problem solved!!!!

Any idea what's going on here? Anyone else seeing this?

I'd rather not have to resort to a non-std video config if possible.

Thanks.
Logged
RKM Smart Home - www.rkmsmarthome.com.au
Z-Wave Home Automation

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71470
  • Where did I put my teeth?
Re: Video (mpeg2) corruption: LAV video decoder!?
« Reply #1 on: January 20, 2012, 07:22:45 am »

I've seen the same recently.
Logged

Hendrik

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 10730
Re: Video (mpeg2) corruption: LAV video decoder!?
« Reply #2 on: January 20, 2012, 10:25:10 am »

A sample of such a file would be useful.

Also, i just today fixed a small mpeg2 parsing bug, which may (or may not) be responsible.
Logged
~ nevcairiel
~ Author of LAV Filters

raym

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3583
Re: Video (mpeg2) corruption: LAV video decoder!?
« Reply #3 on: January 20, 2012, 06:14:47 pm »

A sample of such a file would be useful.

Also, i just today fixed a small mpeg2 parsing bug, which may (or may not) be responsible.

Sounds promising. Is there a way I can test this for you?

Alternatively, happy to attempt sending you a sample file but on a short sample, you may not see the problem. It's such a tricky issue as there's no way to reliably reproduce it.

As I originally experienced the issue with a DVD disk, this might be the way to go. I'm in Australia though so PAL here (in case that's relevant).

Thanks.
Logged
RKM Smart Home - www.rkmsmarthome.com.au
Z-Wave Home Automation

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71470
  • Where did I put my teeth?
Re: Video (mpeg2) corruption: LAV video decoder!?
« Reply #4 on: January 20, 2012, 06:29:57 pm »

A sample of such a file would be useful.
I don't think it depends on the file.  It may be with DVD's.  Sorry I can't remember the details.
Logged

raym

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3583
Re: Video (mpeg2) corruption: LAV video decoder!?
« Reply #5 on: January 20, 2012, 06:53:44 pm »

I don't think it depends on the file.  It may be with DVD's.  Sorry I can't remember the details.

It does for me in as much as it must be mpeg2. So as you said, DVD is a good example.

I dont recall seeing the problem with non-mpeg2 content.
Logged
RKM Smart Home - www.rkmsmarthome.com.au
Z-Wave Home Automation

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41976
  • Shoes gone again!
Re: Video (mpeg2) corruption: LAV video decoder!?
« Reply #6 on: January 20, 2012, 07:03:23 pm »

DVD probably uses the Microsoft decoder.  You could right-click while playing to check.
Logged
Matt Ashland, JRiver Media Center

Hendrik

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 10730
Re: Video (mpeg2) corruption: LAV video decoder!?
« Reply #7 on: January 21, 2012, 02:22:44 am »

Now that Matt says it, its quite obvious. DVD is not LAV (yet), and DVR-MS might not as well, not sure about that.
Logged
~ nevcairiel
~ Author of LAV Filters

raym

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3583
Re: Video (mpeg2) corruption: LAV video decoder!?
« Reply #8 on: January 21, 2012, 02:59:31 am »

Ok you're both absolutely right. Forget LAV - it's the MS video decoder being used by default for both dvrms and DVD playback.

Sorry for the confusion.

So, what's going on?

If I substitute the MS video decoder with ffdshow for both file types, the problem goes away. Since I've been using the MS decoders forever without a problem, I suspect the problem still relates to something in MC. I went back to build 39 (the oldest I had) and all video playback is fine.

Could the recent custom video codec features have introduced this?
Logged
RKM Smart Home - www.rkmsmarthome.com.au
Z-Wave Home Automation

lowjoel

  • World Citizen
  • ***
  • Posts: 159
Re: Video (mpeg2) corruption: LAV video decoder!?
« Reply #9 on: January 21, 2012, 05:08:26 pm »

I was doing some research (before) to see if I could get my h264s playing back in MC with DXVA (old laptop here), and found that the MS Video decoder likes using DXVA for video acceleration. Not that DXVA is bad in itself, but ATI's video cards, while officially supporting the h264 main profile, does not support anything more than that. As a result, even slightly over-specced input can cause the display card to choke (which is what I observed) and giving the blocking/gibberish for those few frames. After the data stream goes back to standard, and the card's memory is replaced completely with fresh information, the situation abates.

I'm not sure if this is completely to blame in this case, but I thought I'd share what I know. I'm using software decoding almost exclusively now.
Logged

raym

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3583
Re: Video (mpeg2) corruption
« Reply #10 on: January 23, 2012, 04:09:04 am »

This is driving me nuts. I've tried disabling hw accel in MC's video options but it doesn't make any difference. Played with every conceivable ATI driver setting.

If it is dxva related, it's a new problem. Build 39 works flawlessly. I guess I could try to work out exactly which build introduced the issue but I could be a while as it can sometimes take ages for it to show itself.

Jim, have you happened to see the problem again over the weekend?
Logged
RKM Smart Home - www.rkmsmarthome.com.au
Z-Wave Home Automation

raym

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3583
Re: Video (mpeg2) corruption
« Reply #11 on: January 24, 2012, 03:07:55 pm »

Bump
Logged
RKM Smart Home - www.rkmsmarthome.com.au
Z-Wave Home Automation
Pages: [1]   Go Up