home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
4+ minute delay when starting Moving Pic
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="RoChess" data-source="post: 823603" data-attributes="member: 18896"><p>No your TV one looks good, MovingPictures would be using the codecs from the "Videos" tab.</p><p></p><p>You need to use the MPC-HC Standalone codecs, as the MPC-HC program has the codecs internal, so you want the standalone ones so that MediaPortal can make use of them. Since MediaPortal is 32-bit, you need to use the 32-bit MPC-HC Standalone codec version as well.</p><p></p><p>Download the 7-zip file and extract them somewhere; I personally put them in "C:\Program Files (x86)\MPC-HC Standalone Filters". Then you have to register the codecs you want to use.</p><p></p><p>The bare essential is the "MPCVideoDec.ax" filter, as that one takes care of DivX, XviD, H.264 (with DXVA support), VC-1, etc. For audio you would want to go with "MpaDecFilter.ax" which takes care of the MP3, AC3, DTS, etc. To actually have your system determine which audio and video codec is required you also need to use a splitter. This brings us to "MatroskaSplitter.ax" (for MKV files), "FLVSplitter.ax" (for those OnlineVideos Flash videos), and "MP4Splitter.ax" (for Apple media).</p><p></p><p>Of course you can register them all, as there are a bunch more, but I tend to go with less is more on this, and only when a file refuses to play will I use the MPC-HC internal filters to check which one is needed to play a certain file and then register only that. This avoids the mess that codec pack bring me and keeps my system lean and mean.</p><p></p><p>To actually register you open up an elevated command prompt (right click and run as Administrator on the "Command Prompt" entry in your Accessories) and run the following commands (you can copy and paste them):</p><p></p><p style="margin-left: 20px"></p> <p style="margin-left: 20px">regsvr32 "C:\Program Files (x86)\MPC-HC Standalone Filters\MPCVideoDec.ax"</p> <p style="margin-left: 20px">regsvr32 "C:\Program Files (x86)\MPC-HC Standalone Filters\MpaDecFilter.ax"</p> <p style="margin-left: 20px">regsvr32 "C:\Program Files (x86)\MPC-HC Standalone Filters\MatroskaSplitter.ax"</p> <p style="margin-left: 20px">regsvr32 "C:\Program Files (x86)\MPC-HC Standalone Filters\FLVSplitter.ax"</p> <p style="margin-left: 20px">regsvr32 "C:\Program Files (x86)\MPC-HC Standalone Filters\MP4Splitter.ax"</p> <p style="margin-left: 20px"></p><p></p><p>Of course you might prefer other splitters, such as the Haali one (can be needed when it comes to dual+ track audio files (I'm forced to use it for the same reason), or the ffdshow-tryouts audio codec (with nusance of init delay as well, but much shorter then what you experience) for DTS-HD support, but it's easy to adapt to what you need.</p><p></p><p>For 99.9% of the users a pure MPC-HC standalone filter+codec setup will work and is the easiest way to ensure stable results. It also allows for a quick verification to see why a file doesn't play, due to the MPC-HC application with internal filters.</p><p></p><p>Enjoy.</p><p></p><p>PS: Adjust paths by removing the (x86) part if you are on a 32-bit Windows edition.</p></blockquote><p></p>
[QUOTE="RoChess, post: 823603, member: 18896"] No your TV one looks good, MovingPictures would be using the codecs from the "Videos" tab. You need to use the MPC-HC Standalone codecs, as the MPC-HC program has the codecs internal, so you want the standalone ones so that MediaPortal can make use of them. Since MediaPortal is 32-bit, you need to use the 32-bit MPC-HC Standalone codec version as well. Download the 7-zip file and extract them somewhere; I personally put them in "C:\Program Files (x86)\MPC-HC Standalone Filters". Then you have to register the codecs you want to use. The bare essential is the "MPCVideoDec.ax" filter, as that one takes care of DivX, XviD, H.264 (with DXVA support), VC-1, etc. For audio you would want to go with "MpaDecFilter.ax" which takes care of the MP3, AC3, DTS, etc. To actually have your system determine which audio and video codec is required you also need to use a splitter. This brings us to "MatroskaSplitter.ax" (for MKV files), "FLVSplitter.ax" (for those OnlineVideos Flash videos), and "MP4Splitter.ax" (for Apple media). Of course you can register them all, as there are a bunch more, but I tend to go with less is more on this, and only when a file refuses to play will I use the MPC-HC internal filters to check which one is needed to play a certain file and then register only that. This avoids the mess that codec pack bring me and keeps my system lean and mean. To actually register you open up an elevated command prompt (right click and run as Administrator on the "Command Prompt" entry in your Accessories) and run the following commands (you can copy and paste them): [INDENT] regsvr32 "C:\Program Files (x86)\MPC-HC Standalone Filters\MPCVideoDec.ax" regsvr32 "C:\Program Files (x86)\MPC-HC Standalone Filters\MpaDecFilter.ax" regsvr32 "C:\Program Files (x86)\MPC-HC Standalone Filters\MatroskaSplitter.ax" regsvr32 "C:\Program Files (x86)\MPC-HC Standalone Filters\FLVSplitter.ax" regsvr32 "C:\Program Files (x86)\MPC-HC Standalone Filters\MP4Splitter.ax" [/INDENT] Of course you might prefer other splitters, such as the Haali one (can be needed when it comes to dual+ track audio files (I'm forced to use it for the same reason), or the ffdshow-tryouts audio codec (with nusance of init delay as well, but much shorter then what you experience) for DTS-HD support, but it's easy to adapt to what you need. For 99.9% of the users a pure MPC-HC standalone filter+codec setup will work and is the easiest way to ensure stable results. It also allows for a quick verification to see why a file doesn't play, due to the MPC-HC application with internal filters. Enjoy. PS: Adjust paths by removing the (x86) part if you are on a 32-bit Windows edition. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
4+ minute delay when starting Moving Pic
Contact us
RSS
Top
Bottom