Page 2 of 36

Posted: Thu Dec 07, 2006 10:44 pm
by Juergen
Such would not work with premium cards in HW mode, as there the available OSD memory is very limited. So thie option would have to be de-selectable...

Apart from that, it's a nice idea. We already know this in the GUI from WTVP, even in the last free versions. Though AFAIK they never did put it into the OSD.

my feature request

Posted: Sat Dec 09, 2006 2:11 pm
by CHfish
Hi!

I'd be nice if the intergrated timer would work even if ProgDVB doesn't run --> "Windows Tasks" should execute ProgDVB 2 minutes before the "internal" Timer wants to execute a command.

CHfish

Posted: Sun Dec 10, 2006 5:40 pm
by Juergen
The scheduler module is activated by ProgDVB application, NOT vice versa.
This for it's impossible, to make the internal scheduler wake up the application, sorry.
It also can't write into windows scheduler, because of compatibility to various windows versions.
However, there are third party tools, like RelictEPG f.e., that can write into windows scheduler, and provide, what you need.

Posted: Tue Dec 12, 2006 6:37 am
by is_maximum
Hi
two features are really required
1. a locking system for the channels using password.
2. recording in DivX or at least avi format for video and mp3 for audio.

Thank you very much

Posted: Wed Dec 13, 2006 7:41 pm
by man2007
*add skin
*add network scan
*add support to multichannel on screen in the same poloration Vertical or Horozontal V OR H
ex shown 3 CH. on 1225 V 27500, 25632 V 27500
and record any one

*add auto update or message shown by internet to new version of progdvb


thank you for all

Posted: Wed Dec 13, 2006 7:46 pm
by man2007
is_maximum wrote:Hi
two features are really required
1. a locking system for the channels using password.
2. recording in DivX or at least avi format for video and mp3 for audio.

Thank you very much
mpeg format is good avi some problem in this

Posted: Wed Dec 13, 2006 7:49 pm
by SiLencer
the best quality in divx avi you get in postprocessing... (2 pass encoding)

Posted: Wed Dec 13, 2006 7:54 pm
by man2007
SiLencer wrote:the best quality in divx avi you get in postprocessing... (2 pass encoding)
sat system signal used mpeg2 or new mpeg4 convert to avi on dvb to record ?

Posted: Wed Dec 13, 2006 8:01 pm
by SiLencer
must be possible with proper directshow filters and filtergraphs (i have never done this) ...but not in good quality...only 1 pass is possible...and this needs much cpu time..better do this in 2 pass postprocessing ;)
new mpeg4
This is a H.264 codec...not the usual mpeg-4 ;) only possible to record as it comes

Posted: Thu Dec 14, 2006 8:12 am
by is_maximum
a facility to arrange the channels.

sending a channel to a predefined category by right click on the channel, just like MyTheatre.
for example you user define some category like "Music", "Movie" etc. and then send the channels to appropriate category.


Thank you very much for your good product

Posted: Thu Dec 14, 2006 9:53 pm
by Juergen
This would require another restructuring of the channel database format.
Most certainly including need to reconstruct all favourites for all users...

There's another fine trick:
Make a favourite list (or even more), create special folders for your needs, just copy and paste from the dynamic list(s).
This way you can eventually also handle more than one channel at a time...

Fav lists can even have their own numbering ;)

Posted: Fri Dec 15, 2006 12:18 pm
by Frozen
is_maximum wrote:
1. a locking system for the channels using password.
i hope that 8)

Posted: Tue Dec 19, 2006 9:48 pm
by Dagostino
Hi everybody,

For chistmas (:lol:), 3 hotkeys to change the letterbox mode (like K!TV or Media Player Classic, "Alt+number" : "alt+1" for 4/3, "alt+2" for 16/9, "alt+3" for 16/10").

Tks in advance and happy christmas to all !

Posted: Fri Dec 22, 2006 11:15 am
by Sepp
Hello,

I would suggest a function which auto adjusts the picture when it's format has been changed.

For example a movie will be broadcast in 16:9 format. After the movie there will be a new Movie in 4:3 Format on the same channel. Now the 4:3 movie will be blurred, because ProgDVB is showing it in 16:9 format. When I press the return key, the channel will be refreshed and the picture is OK again.

So it would be nice if ProgDVB could auto recognize that the format has been changed and switches automaticly from 16:9 format to 4:3.

Thanks for the attention!
~Sepp

Posted: Fri Dec 22, 2006 11:39 am
by Juergen
On my Nexus in HW mode ProgDVB does in fact change aspect ratio in real time.
So the basic function is already implemented.

But, of course, in your case the codec / renderer has to follow that.
This surely depends on the codec's functions.

Another chance do do this would be, to stop and reactivate the codec on AR flag change, but this could cause other trouble, f.e. in timeshift mode, when scrubbing backwards, or if some data error requests it falsely.
In the DVB world we have to live with transmission errors...

So, the best way would surely be, to use a codec, that can change AR automatically, on input changes. No idea, if there is any, that supports this...