Re: [Freevo-devel] Using encoding server

2006-12-04 Thread Duncan Webb
mike lewis wrote:
> On 12/4/06, Duncan Webb <[EMAIL PROTECTED]> wrote:
>> Evan Hisey wrote:
>>> Agree with mike on this one or even for converting TV mpegs to DVD
>>> suitable ones. After looking at the encoder menu, it looks like some
>>> thing that could be configured with encoding options in local_conf.py.
>>> Or at least disable/enable only certain formats. For example the
>>> version of MPlayer that I compile for slackware does not seem to have
>>> xvid encoding available( looking in to fixing this).
>>>
>>> Evan
>>>
>>> On 12/3/06, mike lewis <[EMAIL PROTECTED]> wrote:
 On 12/3/06, Duncan Webb <[EMAIL PROTECTED]> wrote:
> Evan Hisey wrote:
>> Duncan-
>>   How do you use the encoding server? I have, i think all the plugins
>> loaded and the idlebar says it is running but has no jobs.
> Only works for mpeg files and DVDs, doesn't make sense for avi files and
> maybe other video types.
>
 I disagree.  This is a good feature to drop the size of any recording
 or already re-encoded recording to something ipod'able.
>> So you would like to re-encode an avi to an avi, or what is the
>> container for ipods?
>>
> I don't have an ipod ;-).  But, I do have a DVD burner so burning from
> avi to dvd is something I would like right now..  But someone on the
> user list was asking about them?  Or was that you?
> 
>> I have been thinking about changing the menu to act a bit like
>> favourites  on the TV menu, i.e. sub-menus for each item.
>>
> I tried hacking on the encoding server about 14 months ago.  I tried
> to extend the menu show you could configure your options.  The idea
> was to  have a selection of preset options that you could scroll
> though and select, like file type, screen resolution, audio stream
> type; and then hit go.
> 
> However..  I failed miserably and also lost the code ;-).

The encodingcore takes as an argument a tuple which passes the settings,
this need to be changed to a dictionary to allow more flexibility. I
would like to have the choice of the video container, avi, mkv, the
choice of audio, mp2, mp3, ogg, the choice of bit-rates and the choice
of encoder. AFAIK ipods like x264. :)

den_RDC wrote the original code and I've hacked it to work in freevo-1
and added re-encode. From this work it should not be too hard to do but
it is a biggish job.

> Would be very impressed and thankfull to anyone who could make
> something similar..

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel


Re: [Freevo-devel] Using encoding server

2006-12-04 Thread mike lewis
On 12/4/06, Duncan Webb <[EMAIL PROTECTED]> wrote:
> Evan Hisey wrote:
> > Agree with mike on this one or even for converting TV mpegs to DVD
> > suitable ones. After looking at the encoder menu, it looks like some
> > thing that could be configured with encoding options in local_conf.py.
> > Or at least disable/enable only certain formats. For example the
> > version of MPlayer that I compile for slackware does not seem to have
> > xvid encoding available( looking in to fixing this).
> >
> > Evan
> >
> > On 12/3/06, mike lewis <[EMAIL PROTECTED]> wrote:
> >> On 12/3/06, Duncan Webb <[EMAIL PROTECTED]> wrote:
> >>> Evan Hisey wrote:
>  Duncan-
>    How do you use the encoding server? I have, i think all the plugins
>  loaded and the idlebar says it is running but has no jobs.
> >>> Only works for mpeg files and DVDs, doesn't make sense for avi files and
> >>> maybe other video types.
> >>>
> >> I disagree.  This is a good feature to drop the size of any recording
> >> or already re-encoded recording to something ipod'able.
>
> So you would like to re-encode an avi to an avi, or what is the
> container for ipods?
>
I don't have an ipod ;-).  But, I do have a DVD burner so burning from
avi to dvd is something I would like right now..  But someone on the
user list was asking about them?  Or was that you?

> I have been thinking about changing the menu to act a bit like
> favourites  on the TV menu, i.e. sub-menus for each item.
>
I tried hacking on the encoding server about 14 months ago.  I tried
to extend the menu show you could configure your options.  The idea
was to  have a selection of preset options that you could scroll
though and select, like file type, screen resolution, audio stream
type; and then hit go.

However..  I failed miserably and also lost the code ;-).

Would be very impressed and thankfull to anyone who could make
something similar..

Mike
> Duncan.
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Freevo-devel mailing list
> Freevo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-devel
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel


Re: [Freevo-devel] Using encoding server

2006-12-03 Thread Duncan Webb
Evan Hisey wrote:
> Agree with mike on this one or even for converting TV mpegs to DVD
> suitable ones. After looking at the encoder menu, it looks like some
> thing that could be configured with encoding options in local_conf.py.
> Or at least disable/enable only certain formats. For example the
> version of MPlayer that I compile for slackware does not seem to have
> xvid encoding available( looking in to fixing this).
> 
> Evan
> 
> On 12/3/06, mike lewis <[EMAIL PROTECTED]> wrote:
>> On 12/3/06, Duncan Webb <[EMAIL PROTECTED]> wrote:
>>> Evan Hisey wrote:
 Duncan-
   How do you use the encoding server? I have, i think all the plugins
 loaded and the idlebar says it is running but has no jobs.
>>> Only works for mpeg files and DVDs, doesn't make sense for avi files and
>>> maybe other video types.
>>>
>> I disagree.  This is a good feature to drop the size of any recording
>> or already re-encoded recording to something ipod'able.

So you would like to re-encode an avi to an avi, or what is the
container for ipods?

I have been thinking about changing the menu to act a bit like
favourites  on the TV menu, i.e. sub-menus for each item.

Duncan.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel


Re: [Freevo-devel] Using encoding server

2006-12-03 Thread Evan Hisey
Agree with mike on this one or even for converting TV mpegs to DVD
suitable ones. After looking at the encoder menu, it looks like some
thing that could be configured with encoding options in local_conf.py.
Or at least disable/enable only certain formats. For example the
version of MPlayer that I compile for slackware does not seem to have
xvid encoding available( looking in to fixing this).

Evan

On 12/3/06, mike lewis <[EMAIL PROTECTED]> wrote:
> On 12/3/06, Duncan Webb <[EMAIL PROTECTED]> wrote:
> > Evan Hisey wrote:
> > > Duncan-
> > >   How do you use the encoding server? I have, i think all the plugins
> > > loaded and the idlebar says it is running but has no jobs.
> >
> > Only works for mpeg files and DVDs, doesn't make sense for avi files and
> > maybe other video types.
> >
> I disagree.  This is a good feature to drop the size of any recording
> or already re-encoded recording to something ipod'able.
>
> Mick
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Freevo-devel mailing list
> Freevo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-devel
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel


Re: [Freevo-devel] Using encoding server

2006-12-03 Thread mike lewis
On 12/3/06, Duncan Webb <[EMAIL PROTECTED]> wrote:
> Evan Hisey wrote:
> > Duncan-
> >   How do you use the encoding server? I have, i think all the plugins
> > loaded and the idlebar says it is running but has no jobs.
>
> Only works for mpeg files and DVDs, doesn't make sense for avi files and
> maybe other video types.
>
I disagree.  This is a good feature to drop the size of any recording
or already re-encoded recording to something ipod'able.

Mick

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel


Re: [Freevo-devel] Using encoding server

2006-12-03 Thread Justin Wetherell

Maybe we could make an option in local_conf to specify a range of address
that can play media from the freevo webserver?

STREAMING_CLIENTS_IP_RANGE=127.0.0.1 (host only)
STREAMING_CLIENTS_IP_RANGE=192.168.0.1-192.168.0.255 (local network only)
STREAMING_CLIENTS_IP_RANGE=* (anyone)

On 12/3/06, Duncan Webb <[EMAIL PROTECTED]> wrote:


Evan Hisey wrote:
> Duncan-
>   How do you use the encoding server? I have, i think all the plugins
> loaded and the idlebar says it is running but has no jobs.

Only works for mpeg files and DVDs, doesn't make sense for avi files and
maybe other video types.

You should seen a re-encode or encode menu item in the sub-menu of a
dvd-title or the mpeg recording.
>
>   New feature in 1.7 that was not list in the changelog. It seesm you
> know can watch recorded videos in a webbrowser, assuming you have a
> video player plugin in stalled. Was this intended or just a cool side
> effect of going to kaa?

* New webserver library, allows playing/viewing on local and host
machines (F#1592806)

But the playing on the host machines does not yet work.

Duncan


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel


Re: [Freevo-devel] Using encoding server

2006-12-03 Thread Evan Hisey
Duncan-
> >   New feature in 1.7 that was not list in the changelog. It seesm you
> > know can watch recorded videos in a webbrowser, assuming you have a
> > video player plugin in stalled. Was this intended or just a cool side
> > effect of going to kaa?
>
>  * New webserver library, allows playing/viewing on local and host
> machines (F#1592806)
>
> But the playing on the host machines does not yet work.
Narf, Now I see it in the log. Never saw it till now.

Evan

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel


Re: [Freevo-devel] Using encoding server

2006-12-03 Thread Duncan Webb
Evan Hisey wrote:
> Duncan-
>   How do you use the encoding server? I have, i think all the plugins
> loaded and the idlebar says it is running but has no jobs.

Only works for mpeg files and DVDs, doesn't make sense for avi files and
maybe other video types.

You should seen a re-encode or encode menu item in the sub-menu of a
dvd-title or the mpeg recording.
> 
>   New feature in 1.7 that was not list in the changelog. It seesm you
> know can watch recorded videos in a webbrowser, assuming you have a
> video player plugin in stalled. Was this intended or just a cool side
> effect of going to kaa?

 * New webserver library, allows playing/viewing on local and host
machines (F#1592806)

But the playing on the host machines does not yet work.

Duncan


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel


[Freevo-devel] Using encoding server

2006-12-03 Thread Evan Hisey
Duncan-
  How do you use the encoding server? I have, i think all the plugins
loaded and the idlebar says it is running but has no jobs.

  New feature in 1.7 that was not list in the changelog. It seesm you
know can watch recorded videos in a webbrowser, assuming you have a
video player plugin in stalled. Was this intended or just a cool side
effect of going to kaa?

Evan

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel