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
MyTrailers
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="armandp" data-source="post: 291444" data-attributes="member: 71896"><p><strong>Possible solution</strong></p><p></p><p>Apart from the current looks of the gui the basics are already in place. I have "copied" the navigational structure like it is on apple.com/trailers. When you click on a movie title it will discover all the clips linked to the movie (each clip showing multiple qualities from low to 1080p, i filter the ipod format <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /> ). The trailers play perfectly up to 480p (some even 720p) on my connection without buffer/download. I don't use the current.xml and current_720p.xml feeds but a combination of the JSON feed and the backend movie specific xmls (with some tricks here and there.. practically no regexp but pure xpath). Currently all the fetching is done on demand (so fetched when needed for display) and then cached for next views (movie files are currently not being cached but that will be a feature soon)</p><p></p><p>I would really like to know the cause of the fact that some can't play the trailers from inside MP. I want to request the people than CAN play the trailers to post a graph (with graphedit connected to the remote graph of mp when playing the trailer) and their movie codec configurations (as listed in the MP Movies Configuration page). </p><p></p><p>I have two machines that both play the trailers. One is an test 32bit XP SP3 machine running RC2 with DScaler as the MPEG2 Codec and the second one is a Vista Ultimate 32bit running RC2 with the MP<strong>C</strong> Video filter (not the MPV!). Both also have Haali Media Splitter and QTLite 2.6.0 installed. I'll will posts the graphs shortly.</p><p></p><p>edit:</p><p></p><p>my machines are using the following graphs (listing only relevant part):</p><p></p><p>VISTA: HAALI MEDIASPLITTER ==> MPC (video) + MONOGRAM AAC (audio)</p><p>XP: HAALI MEDIASPLITTER ==> MainConcept H.264/AVC Codec (video) + ffdshow audio decoder (audio)</p><p></p><p>for the vista machine it's keeping the video codec but using another for the audio part. The xp machine shows that it's not using the setup from mp at al (the codecs on the XP machine are from a Adobe Premiere installation btw). </p><p></p><p>So my guess is that if you at least register an AAC codec (you should already have MONOGRAM by default) and a codec that can handle the video part like MPC Video Codec it would work. </p><p></p><p><strong> POSSIBLE SOLUTION </strong></p><p></p><p>So let's first try this:</p><p></p><p><strong>1</strong> if you don't have it download the MPC Video Decoder Filter: <a href="http://garr.dl.sourceforge.net/sourceforge/mpc-hc/mpchc_x86_v1.1.604.0_MPCVideoDec.zip" target="_blank">HERE</a>.</p><p>(if you already have MPC player you still need to register this codec!). </p><p></p><p><strong>2</strong> Register the filter using your favorite tool or try these instructions:</p><p></p><p>Unpack the file MPCVideoDec.ax and place it in a folder.</p><p>At the command prompt, register the filter using "regsvr32 <drive:foldername>MPCVideoDec.ax" </p><p>for example, "regsvr32 C:\Codecs\MPCVideoDec.ax"</p><p></p><p><strong>3</strong> If you've done this correctly the "MPC Video Decoder" will show up in the dropdown list from within MP Codecs Configuration screen. You don't have to select it as the default codec because if the default codec you selected can not play the content it will find it automatically.</p><p></p><p>Test and report good news to me... <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /></p></blockquote><p></p>
[QUOTE="armandp, post: 291444, member: 71896"] [b]Possible solution[/b] Apart from the current looks of the gui the basics are already in place. I have "copied" the navigational structure like it is on apple.com/trailers. When you click on a movie title it will discover all the clips linked to the movie (each clip showing multiple qualities from low to 1080p, i filter the ipod format ;) ). The trailers play perfectly up to 480p (some even 720p) on my connection without buffer/download. I don't use the current.xml and current_720p.xml feeds but a combination of the JSON feed and the backend movie specific xmls (with some tricks here and there.. practically no regexp but pure xpath). Currently all the fetching is done on demand (so fetched when needed for display) and then cached for next views (movie files are currently not being cached but that will be a feature soon) I would really like to know the cause of the fact that some can't play the trailers from inside MP. I want to request the people than CAN play the trailers to post a graph (with graphedit connected to the remote graph of mp when playing the trailer) and their movie codec configurations (as listed in the MP Movies Configuration page). I have two machines that both play the trailers. One is an test 32bit XP SP3 machine running RC2 with DScaler as the MPEG2 Codec and the second one is a Vista Ultimate 32bit running RC2 with the MP[B]C[/B] Video filter (not the MPV!). Both also have Haali Media Splitter and QTLite 2.6.0 installed. I'll will posts the graphs shortly. edit: my machines are using the following graphs (listing only relevant part): VISTA: HAALI MEDIASPLITTER ==> MPC (video) + MONOGRAM AAC (audio) XP: HAALI MEDIASPLITTER ==> MainConcept H.264/AVC Codec (video) + ffdshow audio decoder (audio) for the vista machine it's keeping the video codec but using another for the audio part. The xp machine shows that it's not using the setup from mp at al (the codecs on the XP machine are from a Adobe Premiere installation btw). So my guess is that if you at least register an AAC codec (you should already have MONOGRAM by default) and a codec that can handle the video part like MPC Video Codec it would work. [B] POSSIBLE SOLUTION [/B] So let's first try this: [b]1[/b] if you don't have it download the MPC Video Decoder Filter: [URL="http://garr.dl.sourceforge.net/sourceforge/mpc-hc/mpchc_x86_v1.1.604.0_MPCVideoDec.zip"]HERE[/URL]. (if you already have MPC player you still need to register this codec!). [b]2[/b] Register the filter using your favorite tool or try these instructions: Unpack the file MPCVideoDec.ax and place it in a folder. At the command prompt, register the filter using "regsvr32 <drive:foldername>MPCVideoDec.ax" for example, "regsvr32 C:\Codecs\MPCVideoDec.ax" [b]3[/b] If you've done this correctly the "MPC Video Decoder" will show up in the dropdown list from within MP Codecs Configuration screen. You don't have to select it as the default codec because if the default codec you selected can not play the content it will find it automatically. Test and report good news to me... ;) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
MyTrailers
Contact us
RSS
Top
Bottom