Video Playback issue(s)
#1
I'm having an issue w/ video playback. Playback of first video is fine. However, if I stop it (or it ends) and I go to play another video, the video is very choppy. However, looking at the statistics during playback it'll say it's playing at the proper framerate.

Sometimes It won't even start video playback at all.

What sticks out the most is that during the subsequent videos I get this in the debug log:

Code:
16:18:04 T:1320 M:2818813952   DEBUG: CDVDPlayerAudio:: Discontinuity - was:347950881.964568, should be:347919207.555882, error:-31674.408686
16:18:04 T:2572 M:2818813952   DEBUG: CRenderSystemDX::PresentRenderImpl - Present failed with hr=-2147467259
16:18:05 T:2572 M:2817933312   DEBUG: Previous line repeats 8 times.
16:18:05 T:2572 M:2817933312   DEBUG: SDLKeyboard: scancode: 56, sym: 308, unicode: 0, modifier: 0
16:18:05 T:2572 M:2817875968   DEBUG: CRenderSystemDX::PresentRenderImpl - Present failed with hr=-2147467259
16:18:05 T:2572 M:2815045632   DEBUG: Previous line repeats 2 times.

Here's the full log:http://pastebin.com/iDCvGceq

Another oddity I saw:

Code:
16:17:49 T:1048 M:2874286080   DEBUG: CEdl::ReadEditDecisionLists - Adjusting detected frame rate by half assuming 1080i (interlaced): 24.000

Not quite sure if that's actually doing anything or not.

.
Also, I should add that I've noticed this w/ all the svn's (currently using 31580). Not sure the first one I noticed this in, though.
Reply
#2
Similar thing here.
First playback is fine, the second playback starts to flicker with the black color and frames are jumping back and forth (I guess something with double buffering). Third and later playbacks are entirely black, OSD flickers.
After stopping the playback, gui is shown fine.
Adjust display refresh rate and Sync playback to display options don't have any effect on the issue.


Direct3D error code is different from the one jagilbertvt gets: 1071242991.

It started with newer svn builds, my guess is with the introduction of the Direct3DEx API.


Happens with all files, but every time with for example m2ts 1080i files
Code:
Video
ID                               : 4113 (0x1011)
Menu ID                          : 1 (0x1)
Format                           : AVC
Format/Info                      : Advanced Video Codec
Format profile                   : [email protected]
Format settings, CABAC           : Yes
Format settings, ReFrames        : 2 frames
Format settings, GOP             : M=1, N=26
Duration                         : 49s 240ms
Bit rate mode                    : Variable
Bit rate                         : 16.1 Mbps
Maximum bit rate                 : 16.0 Mbps
Width                            : 1 920 pixels
Height                           : 1 080 pixels
Display aspect ratio             : 16:9
Frame rate                       : 25.000 fps
Color space                      : YUV
Chroma subsampling               : 4:2:0
Bit depth                        : 8 bits
Scan type                        : Interlaced
Scan order                       : Top Field First
Bits/(Pixel*Frame)               : 0.310
Stream size                      : 94.3 MiB (93%)

or with xvid

Code:
Video
ID                               : 0
Format                           : MPEG-4 Visual
Format profile                   : Simple@L3
Format settings, BVOP            : No
Format settings, QPel            : No
Format settings, GMC             : No warppoints
Format settings, Matrix          : Default (MPEG)
Codec ID                         : XVID
Codec ID/Hint                    : XviD
Duration                         : 21mn 54s
Bit rate                         : 985 Kbps
Width                            : 576 pixels
Height                           : 432 pixels
Display aspect ratio             : 4:3
Frame rate                       : 23.976 fps
Color space                      : YUV
Chroma subsampling               : 4:2:0
Bit depth                        : 8 bits
Scan type                        : Progressive
Bits/(Pixel*Frame)               : 0.165
Stream size                      : 154 MiB (88%)
Writing library                  : XviD 0.0.09 (UTC 2003-03-25)

If I play another type of video (e.g. 1080x24p h264) it plays fine and then I can play the problematic file again, once.


Mac mini 2,1
Broadcom Crystal HD
Intel 945 Express GPU (Intel gma950)
Windows 7 32bit

Code:
CRenderSystemDX::PresentRenderImpl - Present failed with hr=-1071242991
09:16:23 T:4048 M:373059584   DEBUG: Previous line repeats 18 times.
09:16:23 T:4048 M:373059584   DEBUG: CPullupCorrection: detected pattern of length 1: 40000.00
09:16:23 T:3292 M:372994048   DEBUG: CRenderSystemDX::PresentRenderImpl - Present failed with hr=-1071242991
09:16:24 T:4048 M:373157888   DEBUG: Previous line repeats 11 times.
09:16:24 T:4048 M:373157888   DEBUG: CDVDPlayerVideo::CalcFrameRate framerate was:50.000000 calculated:25.000000
09:16:24 T:3292 M:373157888   DEBUG: CRenderSystemDX::PresentRenderImpl - Present failed with hr=-1071242991
09:16:24 T:4048 M:373125120  NOTICE:  fps: 25.000000, pwidth: 1920, pheight: 1080, dwidth: 1920, dheight: 1080
09:16:24 T:4048 M:373125120   DEBUG: CDVDPlayerVideo::OutputPicture - change configuration. 1920x1080. framerate: 25.00
09:16:24 T:4048 M:373125120  NOTICE: Display resolution ADJUST : 1920x1080 @ 50.00 - Full Screen (12)
09:16:24 T:3292 M:372961280   DEBUG: CRenderSystemDX::PresentRenderImpl - Present failed with hr=-1071242991
09:16:30 T:3292 M:373202944   DEBUG: Previous line repeats 34 times.

Entire log: http://pastebin.com/UY4miG4U
Reply

Logout Mark Read Team Forum Stats Members Help
Video Playback issue(s)0