![]() |
|
[WINDOWS][PATCH]Bitstream output of HD audio formats - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Development (/forumdisplay.php?fid=93) +--- Thread: [WINDOWS][PATCH]Bitstream output of HD audio formats (/showthread.php?tid=121877) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 |
RE: [WINDOWS][PATCH]Bitstream output of HD audio formats - Nimo - 2012-05-02 17:01 the AMD 7750 should work. i plan to buy the same as passive. ![]() Quote:Supports AC-3, AAC, Dolby TrueHD and DTS Master Audio formats RE: [WINDOWS][PATCH]Bitstream output of HD audio formats - serieofilo - 2012-05-02 19:51 Hello, As per my post about the slow instead of smooth motion (see http://forum.xbmc.org/showthread.php?tid=121877&pid=1092175#pid1092175 at page 133) I've pasted the log here: http://xbmclogs.com/show.php?id=2162. I hope someone could help me about this annonying problem. I've read a lot and I'm quite sure that is something related to the judder, stutter, etc. problem but I've not found how to solve it in a very precise manner. Thank you. RE: [WINDOWS][PATCH]Bitstream output of HD audio formats - DanielaE - 2012-05-02 20:06 I hate to repeat myself but I won't study logs if you don't provide at least a snippet of the media file that you used to create that log in the first place. RE: [WINDOWS][PATCH]Bitstream output of HD audio formats - DDDamian - 2012-05-02 20:10 @serieofilo - looks like (in this file's case) a poor remux from 25fps to 23.976fps, with ffmpeg complaining: Code: DEBUG: ffmpeg[884]: [mpeg4] Invalid and inefficient vfw-avi packed B frames detectedChances are if you load it with avidemux you'll get a complaint about the B-frames needing rebuilding. You can use that program to try rebuild them or demux/remux the file. Not sure if you have one or many like this, just what the log review tells me. RE: [WINDOWS][PATCH]Bitstream output of HD audio formats - voip-ninja - 2012-05-02 20:59 Ah, the joy of poorly created media files. Do yourselves a favor people, buy and rip your own media.
RE: [WINDOWS][PATCH]Bitstream output of HD audio formats - serieofilo - 2012-05-02 22:29 Hi and thanks to everyone, @DanielaE: Sorry, I have the snippet but I've forgot to upload. Where do you want it upload? @DDDamian: Yes, I've seen that error but if the error is in the encoding, why MPC-CH play smooth? @voip-ninja: ;-) ... some all-in-one converters doesn't work as expected In the meantime I've read some posts about disabling Aero (check "Disable Desktop Composition" in the XBMC.exe properties) help some other programs, like WMC or games, in full screen mode [see http://www.avsforum.com/avs-vb/showthread.php?t=1397874] so I'll try it ASAP. Thanks again. RE: [WINDOWS][PATCH]Bitstream output of HD audio formats - voip-ninja - 2012-05-02 22:38 You might consider doing a fresh BD rip with MakeMKV that includes the HD audio, and then testing. Remember that you should NOT be using the video option "match refresh rate to display" if you are also using the option "match refresh rate to video framerate" with this patch for best results. RE: [WINDOWS][PATCH]Bitstream output of HD audio formats - Maxoo - 2012-05-02 22:43 (2012-05-02 22:29)serieofilo Wrote: @DDDamian: Yes, I've seen that error but if the error is in the encoding, why MPC-CH play smooth?Cause the error is not in the encoding, but in the packaging. MPC-HC is aware of the error and adapt. That doesn't change the fact that your file is probably badly packaged. Try what DDDamian suggested, repackaging doesn't take time. RE: [WINDOWS][PATCH]Bitstream output of HD audio formats - bluray - 2012-05-02 23:04 (2012-05-02 19:51)serieofilo Wrote: I've read a lot and I'm quite sure that is something related to the judder, stutter, etc. problem but I've not found how to solve it in a very precise manner.You can try these, but changing one thing at a time. If it doesn't work after you changed it, switch it back to original settings..... 1st try- Enable DXVA2 and use DXVA as Render Method, and disable everything else in XBMC settings/video/playback. Disable "Use a fullscreen window rather than true fullscreen" in XBMC settings/system/video output. Try to playback movie afterward.....my AMD HTPC work with these settings..... If the 1st try doesn't work, move to 2nd try.... 2nd try- Disable "DXVA2" and everything else in XBMC settings/video/playback. Disable "Use a fullscreen window rather than true fullscreen" in XBMC settings/system/video output. Try to playback movie afterward.....my Intel HTPC work with these settings..... All the above takes very little time to try, and can be switched back in no time too..... RE: [WINDOWS][PATCH]Bitstream output of HD audio formats - serieofilo - 2012-05-02 23:19 Hi, @Maxoo/@DDDamian: I've used Avidemux for opening the video file, unpack the bitstream and use Tools > Rebuild I & B Frames. Then I've compared the output of "ffmpeg -i filename" for the first file and the corrected one and now I don't have the error in the final AVI: Before: Code: [mpeg4 @ 01dfc5c0] Invalid and inefficient vfw-avi packed B frames detectedAfter the I&B correction: Code: Input #0, avi, from 't:\temp\avi\Movie - Unpacked.avi':I'll try this video tonight when my wife leaves the TV ;-) I've tested too the "Disable Desktop Composition" and the same incorrect video file is smooth (I can't be sure if better than MPC-HC alone but a lot better than XBMC without the Aero disabled). So, I've added some lines to my startup script for XBMC: Code: ...The idea is to add the key DISABLEDWM in the registry (is the same that checking the "Disable Desktop Composition" in the file properties) when I launch XBMC in my screen 1 (i.e. the TV) and delete it if I launch in Desktop/Windowed mode in my screen 0 (i.e. my Desktop monitor) because here the problem doesn't appear. Thanks. |