SlySoft Forum   SlySoft Home

Go Back   SlySoft Forum > Software Talk (english) > High Definition Software

Reply
 
Thread Tools Display Modes
  #761  
Old 12th September 2011, 17:43
liels liels is offline
Member
 
Join Date: Dec 2007
Posts: 84
Default

Quote:
Originally Posted by SamuriHL View Post
The flip side to that is that the technology needed to make a player is eerily similar to the technology needed to make CloneBD. So they aren't working at cross purposes. The underlying technology is applicable to both. A player is nothing more than outputting streams to an audio and video renderer. CloneBD is going to output streams to a new file structure. The theme here is that they need to be able to read and process the streams in the first place. That's where the huge effort is. I've said this many many times before and I'll keep repeating it until people understand this concept:

A blu-ray consists of a video stream that can be MPEG2, h.264, or VC-1, and audio stream that can be TrueHD, DTS-HD MA, PCM (and the core variants), and subtitles. The open source community has all this taken care of from bitstreaming to decoding. A blu-ray also consists of a menu system that can potentially be java. (See Source Code for a primer on why this sucks). A proper player will need to be able to parse through the menu. That is *NOT* taken care of by the open source community, and isn't likely to any time soon. However, CloneBD is going to need to be able to do that and so presumably SlyPlayer will, as well. However, we have no information as to what it will include at release. Nonetheless, the benefit of SlyPlayer is that if it can handle menu support, then it'll be a step above the current open source solutions. That's where the real meat of this project is. The OSS community has the rest already handled. Menus, however, are a pretty vital piece of the puzzle.
This was my presumption of the state of mythtv blu playback ... if I gave it the .m2ts I wanted it would play it back fine (and with VDPAU acceleration on an atom zbox hiding behind my monitor on the wall too boot). But that it would barf if I gave it a folder structure or some other thing.

So what I need is either clonebd that will give me the .m2ts I want ... or a slyplayer that I can call from a mythfe ...

The delay is OK; I'm sort of waiting on 4TB spindles (and some sort of track record on reliability ... the 1.5GB seagates I'm using are an RMA nightmare) before I really start to transition our library to blu.
Reply With Quote
  #762  
Old 12th September 2011, 18:07
SamuriHL SamuriHL is offline
Moderator (en)
 
Join Date: Jan 2007
Posts: 11,972
Default

Quote:
Originally Posted by liels View Post
This was my presumption of the state of mythtv blu playback ... if I gave it the .m2ts I wanted it would play it back fine (and with VDPAU acceleration on an atom zbox hiding behind my monitor on the wall too boot). But that it would barf if I gave it a folder structure or some other thing.

So what I need is either clonebd that will give me the .m2ts I want ... or a slyplayer that I can call from a mythfe ...

The delay is OK; I'm sort of waiting on 4TB spindles (and some sort of track record on reliability ... the 1.5GB seagates I'm using are an RMA nightmare) before I really start to transition our library to blu.
You can do what you want to do already. Use a freeware product called ClownBD (you'll find it on the forum here) that is essentially a front end for a bunch of freeware tools. It'll make a movie only, single m2ts folder structure for you. Just give your player the m2ts file if that's what it requires and you're done. ClownBD requires AnyDVD HD in order to rip discs successfully.
__________________
Perhaps you should read The Rules?

My replies represent ONLY myself and do NOT represent SlySoft. I do not work for SlySoft.
Reply With Quote
  #763  
Old 2nd December 2011, 03:22
asianman6924 asianman6924 is offline
Member
 
Join Date: Jan 2010
Location: Amarillo, Texas
Posts: 89
Default

As of now, is there any freeware Blu-ray Players out for windows?
I would wait until this is done, but there is now ETA.
Reply With Quote
  #764  
Old 2nd December 2011, 07:36
Jong Jong is offline
Senior Member
 
Join Date: Jan 2008
Location: London, UK
Posts: 1,592
Default

Most freeware players can now play a movie off Blu-ray. But as of yet (AFAIK) there is no way to choose which video to play off the disc. They typically play the longest playlist, so that might be the "Extended Edition" rather than the "Theatrical Release", on some discs. And no way to pick the extras without manually choosing them from an explorer window. A crude "home made" menu is in the works for mpc-hc (and maybe others), but I haven't seen any prototype, so I'm not sure even what info the menu will be able to provide, above filenames. Maybe Samuri knows more?

Also, decoding DTS-HD typically requires a licenced copy of TMT3/5, as LAV filter (normally used for this) needs to Arcsoft HD Audio decoder to do the job. There is still no open source DTS-HD decoder. If you are happy with regular DTS "core" you are fine.

Last edited by Jong; 2nd December 2011 at 07:39.
Reply With Quote
  #765  
Old 2nd December 2011, 10:47
SamuriHL SamuriHL is offline
Moderator (en)
 
Join Date: Jan 2007
Posts: 11,972
Default

Don't forget you can always bitstream those HD formats. As for title switching, I don't know MPC-HC's plan for it. There is a non-freeware player out there that does handle title switching elegantly. It basically lists all the titles in a titleset menu and allows you to pick by length. I know Nev was thinking about adding something to LAV Splitter to enable title switching for players that wish to support it. I think that feature fell off the truck. You can always do it manually if you're so inclined.

1) Scan the disc with eac3to to get the longest MPLS files
2) Pick the one you want and open the MPLS in MPC-HC

Not as elegant, but, functional.
__________________
Perhaps you should read The Rules?

My replies represent ONLY myself and do NOT represent SlySoft. I do not work for SlySoft.
Reply With Quote
  #766  
Old 2nd December 2011, 11:53
Jong Jong is offline
Senior Member
 
Join Date: Jan 2008
Location: London, UK
Posts: 1,592
Default

I was talking of nev's plans to do the mpc-hc implementation himself. But, yeah, I haven't heard anything on that in quite a while.
Reply With Quote
  #767  
Old 2nd December 2011, 12:11
SamuriHL SamuriHL is offline
Moderator (en)
 
Join Date: Jan 2007
Posts: 11,972
Default

I didn't know if MPC-HC had their own plans. Nev's is "simply" to expose the titlesets in the splitter. I'd imagine he'd do it like JRiver did in MC17...the titleset menu would show the titleset and length. It works VERY well, actually.
__________________
Perhaps you should read The Rules?

My replies represent ONLY myself and do NOT represent SlySoft. I do not work for SlySoft.
Reply With Quote
  #768  
Old 2nd December 2011, 12:24
Jong Jong is offline
Senior Member
 
Join Date: Jan 2008
Location: London, UK
Posts: 1,592
Default

Well he did say that he personally would also do the mpc-hc implementation, but he may have changed his mind!
Reply With Quote
  #769  
Old 2nd December 2011, 14:18
SamuriHL SamuriHL is offline
Moderator (en)
 
Join Date: Jan 2007
Posts: 11,972
Default

He has a LOT of stuff on his plate right now. So, it would not surprise me if that became a much lower priority. I can ask him about it. Like I said, I use MC17's title switching and it rocks.
__________________
Perhaps you should read The Rules?

My replies represent ONLY myself and do NOT represent SlySoft. I do not work for SlySoft.
Reply With Quote
  #770  
Old 31st December 2011, 13:33
davinleeds davinleeds is offline
Senior Member
 
Join Date: Jan 2008
Posts: 180
Default

Tomorrow is next year and a new February and a leap year. I haven't forgotten.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:12.


All trademarks are the property of their respective owners.
© 2007–2013 SlySoft Inc.