MikaTake / lavfilters

lavfilters
GNU General Public License v2.0
0 stars 0 forks source link

Random Frame Skipping #324

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Describe the issue you're having:
While playing a x264 MKV file using LAV filters, the video jumps back and forth 
between random frames instead of playing properly. Blocking the LAV video 
filter and using MPC-HC's default video filter allows the video to play 
correctly. In both cases, the sound plays without error.

How can the issue be reproduced? Sample File?
The sample file is available here:
http://www.2shared.com/video/VSVjqpLZ/sample.html

The following two videos demonstrate what I saw:
http://www.2shared.com/video/6CAN4PSD/sample_lav.html
http://www.2shared.com/video/cCBvikOH/sample_no_lav.html

The first video shows what happens when LAV video is enabled, while the second 
shows proper playback with the default video filter.

What version of the product are you using? In which Player?
MPC-HC x86 v1.6.5.6366, LAV x86 0.55.2. Additional filters: madVR 0.85.5, 
madFLAC 1.10, Haali Splitter (for MKV files), xy-VSFilter 3.0.0.211.

Please provide any additional information below.

Original issue reported on code.google.com by xvir...@gmail.com on 2 Feb 2013 at 7:16

GoogleCodeExporter commented 8 years ago
Plays just fine for me.

Original comment by h.lepp...@gmail.com on 2 Feb 2013 at 9:40

GoogleCodeExporter commented 8 years ago
To elaborate a bit, this is most likely caused by hardware acceleration, which 
you can just turn off if your hardware or driver is not compatible with that 
video.

Installing another driver may also help.

Original comment by h.lepp...@gmail.com on 2 Feb 2013 at 9:41

GoogleCodeExporter commented 8 years ago
D'oh! That should've been obvious from the green frames. Changing hardware 
acceleration from DXVA2 to None solved the problem. I also updated my ATI 
drivers, which now allows DXVA2 to work as well. Thanks!

Original comment by xvir...@gmail.com on 2 Feb 2013 at 4:29