Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users

Is this possible?

 

 

MythTV users RSS feed   Index | Next | Previous | View Threaded


mitchell2345 at msn

Jan 19, 2007, 2:32 PM

Post #1 of 7 (495 views)
Permalink
Is this possible?

Hi,

I dont know if this is possible or not but it would really be nice if it was.

I have a main Frontend/Backend that I use to watch HD and SD and it works great. I am thinking about adding anew frontend with an Xbox. I know that the xbox doesnt have the power to play HD but I can think of two alternatives that would work great for me and others i believe.

The best option...

Record the show with my HD card. Then have it automatically transcoded to Xvid HR HDTV keeping the original.

I know how to set to keep the file myth renames it to .old

What i would want ideally when I watch the recording with my HD viewer it would play the .old file that has the full res video but when i connect with my xbox it would play the Xvid version.

The working but not so good method...

When i record a show use my analog and HD card to record a show. Then when playing the show i could choose between which show I would like to watch. But how would i set it to record both shows? Create two recordings and set the tuner to the corrisponding version?

Thanks,
Mitchell




_________________________________________________________________
Get the Live.com Holiday Page for recipes, gift-giving ideas, and more.
www.live.com/?addtemplate=holiday
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


ryan.goat at gmail

Jan 19, 2007, 3:59 PM

Post #2 of 7 (476 views)
Permalink
Re: Is this possible? [In reply to]

I think what you describe might be possible. The way I would do it is to
have a second backend (maybe running on a virtual machine on the original
backend). It wouldn't be configured as a slave backend. You would have to
use nuvexport to transfer the recordings to the second backend then
transcode the recordings down to a resolution the xbox can handle. The xbox
would only interface with the virtual machine backend.

On 1/19/07, Mitchell Gore <mitchell2345 [at] msn> wrote:
>
>
> Hi,
>
> I dont know if this is possible or not but it would really be nice if it
> was.
>
> I have a main Frontend/Backend that I use to watch HD and SD and it works
> great. I am thinking about adding anew frontend with an Xbox. I know that
> the xbox doesnt have the power to play HD but I can think of two
> alternatives that would work great for me and others i believe.
>
> The best option...
>
> Record the show with my HD card. Then have it automatically transcoded to
> Xvid HR HDTV keeping the original.
>
> I know how to set to keep the file myth renames it to .old
>
> What i would want ideally when I watch the recording with my HD viewer it
> would play the .old file that has the full res video but when i connect with
> my xbox it would play the Xvid version.
>
> The working but not so good method...
>
> When i record a show use my analog and HD card to record a show. Then
> when playing the show i could choose between which show I would like to
> watch. But how would i set it to record both shows? Create two recordings
> and set the tuner to the corrisponding version?
>
> Thanks,
> Mitchell
>
>
>
>
> _________________________________________________________________
> Get the Live.com Holiday Page for recipes, gift-giving ideas, and more.
> www.live.com/?addtemplate=holiday
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>



--
_____________
Ryan Patterson


cpinkham at bc2va

Jan 19, 2007, 9:05 PM

Post #3 of 7 (489 views)
Permalink
Re: Is this possible? [In reply to]

* On Fri Jan 19, 2007 at 04:32:25PM -0600, Mitchell Gore wrote:
> What i would want ideally when I watch the recording with my HD viewer it
> would play the .old file that has the full res video but when i connect
> with my xbox it would play the Xvid version.

Not easily possible with current Myth, but something that is on my TODO
list and that I've made a quick proof of concept of already. I'm looking
into extending Myth to support the concept of multiple (independent) files
per "recording", so you could have the original HD version for watching
on your HD frontend and a transcoded copy for watching on your Xbox or any
other slower frontend that wasn't HD capable. These would be tied to the
same recording entry. My current proof of concept code pops up a box
asking which version you want to play, but the actual implementation could
prompt or automatically decide based on the file description in the DB
(HD vs transcoded, etc.) or possibly even based on the contents in the
future.

My current test code adds a 'recordedfile' table. Adding another copy
of the recording is as simple as inserting a new record into that table
and it automatically appears on the popup menu when you try to play the
recording. That's the easy part. Handling these alternate files in
places like the AutoExpirer are a bit more difficult.

--
Chris
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


myth at dermanouelian

Jan 19, 2007, 9:18 PM

Post #4 of 7 (474 views)
Permalink
Re: Is this possible? [In reply to]

On Jan 19, 2007, at 9:05 PM, Chris Pinkham wrote:

> * On Fri Jan 19, 2007 at 04:32:25PM -0600, Mitchell Gore wrote:
>> What i would want ideally when I watch the recording with my HD
>> viewer it
>> would play the .old file that has the full res video but when i
>> connect
>> with my xbox it would play the Xvid version.
>
> Not easily possible with current Myth, but something that is on my
> TODO
> list and that I've made a quick proof of concept of already. I'm
> looking
> into extending Myth to support the concept of multiple
> (independent) files
> per "recording", so you could have the original HD version for
> watching
> on your HD frontend and a transcoded copy for watching on your Xbox
> or any
> other slower frontend that wasn't HD capable. These would be tied
> to the
> same recording entry. My current proof of concept code pops up a box
> asking which version you want to play, but the actual
> implementation could
> prompt or automatically decide based on the file description in the DB
> (HD vs transcoded, etc.) or possibly even based on the contents in the
> future.
>
> My current test code adds a 'recordedfile' table. Adding another copy
> of the recording is as simple as inserting a new record into that
> table
> and it automatically appears on the popup menu when you try to play
> the
> recording. That's the easy part. Handling these alternate files in
> places like the AutoExpirer are a bit more difficult.
>
> --
> Chris

I had mentioned this a couple of months back, but was met with
silence. I'm happy to see you've got it in the works! I would be
thrilled to keep full-res HD for watching just on my living room
front end and make everyone else watch a transcoded version that
doesn't bring their machines to a hault and tie up my network.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


cpinkham at bc2va

Jan 19, 2007, 9:46 PM

Post #5 of 7 (486 views)
Permalink
Re: Is this possible? [In reply to]

* On Fri Jan 19, 2007 at 09:18:33PM -0800, Brad DerManouelian wrote:
> > My current test code adds a 'recordedfile' table. Adding another copy
> > of the recording is as simple as inserting a new record into that

> I had mentioned this a couple of months back, but was met with
> silence. I'm happy to see you've got it in the works! I would be

I must have missed it or either I replied with a link to the script
I posted a while back that let you keep the transcoded copy as
another recording in Myth by duplicating all the recording info
and offsetting the time by a second. Total hack, but I think
it accomplished what someone was looking for when I posted it.

> thrilled to keep full-res HD for watching just on my living room
> front end and make everyone else watch a transcoded version that
> doesn't bring their machines to a hault and tie up my network.

Yeah, it will be a long time before all my frontends are HD
capable so I'd like the same thing.

--
Chris
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


mitchell2345 at msn

Jan 19, 2007, 11:13 PM

Post #6 of 7 (472 views)
Permalink
Re: Is this possible? [In reply to]

----------------------------------------
> Date: Sat, 20 Jan 2007 00:46:11 -0500
> From: cpinkham [at] bc2va
> To: mythtv-users [at] mythtv
> Subject: Re: [mythtv-users] Is this possible?
>
> * On Fri Jan 19, 2007 at 09:18:33PM -0800, Brad DerManouelian wrote:
> > > My current test code adds a 'recordedfile' table. Adding another copy
> > > of the recording is as simple as inserting a new record into that
>
> > I had mentioned this a couple of months back, but was met with
> > silence. I'm happy to see you've got it in the works! I would be
>
> I must have missed it or either I replied with a link to the script
> I posted a while back that let you keep the transcoded copy as
> another recording in Myth by duplicating all the recording info
> and offsetting the time by a second. Total hack, but I think
> it accomplished what someone was looking for when I posted it.
>
> > thrilled to keep full-res HD for watching just on my living room
> > front end and make everyone else watch a transcoded version that
> > doesn't bring their machines to a hault and tie up my network.
>
> Yeah, it will be a long time before all my frontends are HD
> capable so I'd like the same thing.
>
> --
> Chris
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


How far of do you think this kind of thing is? MythTV .21? or later?

i think this is really needed being the high hardware demands of HD and all the frontends that cant hadle the load. Also many people only have one HDTV and use their older SD TV's in other rooms its a waste of hardware to spend $$ to decode HD when your using that SD tv.

Mitchell
_________________________________________________________________
Type your favorite song.  Get a customized station.  Try MSN Radio powered by Pandora.
http://radio.msn.com
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


cpinkham at bc2va

Jan 20, 2007, 8:14 PM

Post #7 of 7 (447 views)
Permalink
Re: Is this possible? [In reply to]

* On Sat Jan 20, 2007 at 01:13:37AM -0600, Mitchell Gore wrote:
> How far of do you think this kind of thing is? MythTV .21? or later?

Since I think 0.21 is a ways off, I can probably say that you'll see it
in SVN before 0.21 is out. Right now, it is pretty high on my TODO list
so I will be working on it as I have time.

> i think this is really needed being the high hardware demands of HD and
> all the frontends that cant hadle the load. Also many people only have
> one HDTV and use their older SD TV's in other rooms its a waste of
> hardware to spend $$ to decode HD when your using that SD tv.

That's another reason, I have frontends that I doubt I'll ever upgrade
to make them HD capable, but I still want to be able to watch a transcoded
copy of an HD show on them.

--
Chris
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

MythTV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.