NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 101 102 103 104 105 … 193 Next »
copy padding

 
  • 0 Vote(s) - 0 Average
copy padding
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#11
2006-08-29, 12:49 PM
sub Wrote:Sorry, I wont be doing this. If you need to keep the padding on two show, get an additional capture device. It'll also give you the benefit of being able to do it on different channels.

Hi Sub, Here's the scenario: Two cards (Only two cards - had the big V - no further cards in the works :p )

Scheduled back to back recordings. GB-PVR takes the first available tuner from the top down in Capture sources (This case all are free so it takes the first one)

When the second show starts, GB-PVR grabs second tuner to start. Meanwhile, whatever I've been watching on LiveTV is closed down...

(I think) I know why you have GB-PVR swap tuners between back to back shows. Probably just to add the padding feature.... But if someone has only one tuner, or if they want to keep one tuner available for live TV, they're stuck...

I'm thinking of writing a tool that will allow the user to choose which tuner is used, and now, in conjuction with this thread, adding the padding to both ends of two shows seems to be necessary...

I know you have your hands full. These functions just seemed to be served natively, rather than after the fact, post process.

...Like while a recording is in process, in the last two minutes, have GB-PVR direct the recording to two files (one two minute padding file)

But then maybe you've already wrestled with this and it won't work..

Anyway, cheers! and Great job!
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#12
2006-08-29, 05:19 PM
Quote:Scheduled back to back recordings. GB-PVR takes the first available tuner from the top down in Capture sources (This case all are free so it takes the first one)

When the second show starts, GB-PVR grabs second tuner to start. Meanwhile, whatever I've been watching on LiveTV is closed down...

(I think) I know why you have GB-PVR swap tuners between back to back shows. Probably just to add the padding feature.... But if someone has only one tuner, or if they want to keep one tuner available for live TV, they're stuck...
In multi-tuner systems where the user prefers to retain the padding where possible (and risk tying up an additional tuner), then they can set <PreferAlternatingCaptureSources>true</PreferAlternatingCaptureSources> in config.xml. This will try to keep back to back recordings on different capture sources to ensure the padding is available on each recording.

The default in v0.97.13 is to squeeze recordings on to as few capture sources as possible, so back to back recordings will be sent to the same capture. This is the default setting (<PreferAlternatingCaptureSources>false</PreferAlternatingCaptureSources>).

Quote:I know you have your hands full. These functions just seemed to be served natively, rather than after the fact, post process.

...Like while a recording is in process, in the last two minutes, have GB-PVR direct the recording to two files (one two minute padding file)

But then maybe you've already wrestled with this and it won't work..
I wont be doing this. Its just not worth the hassle for something that would only help with back to back recordings on the same channel.
Currently GB-PVR doesnt touch anything in the MPEG stream that is produced by the capture device. The data is just written to disc verbatim. To have the padding on both recordings would require serious manipulation of the data stream to rebuild the GOP at the join, and to fix all the presentation time stamps (PTS) and the display time stamps (DTS) in the overlapped section. Again, this is just not worth the hassle for something that would only help with back to back recordings on the same channel. Even if I had the time, I wouldnt bother doing this one.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#13
2006-08-30, 06:14 AM
sub Wrote:I wont be doing this. Its just not worth the hassle for something that would only help with back to back recordings on the same channel.
Currently GB-PVR doesnt touch anything in the MPEG stream that is produced by the capture device. The data is just written to disc verbatim. To have the padding on both recordings would require serious manipulation of the data stream to rebuild the GOP at the join, and to fix all the presentation time stamps (PTS) and the display time stamps (DTS) in the overlapped section. Again, this is just not worth the hassle for something that would only help with back to back recordings on the same channel. Even if I had the time, I wouldnt bother doing this one.

I especially appreciate your time in explaining this. If I were to write a postprocessing utility, some of this information would be quite useful...

Thanks

PS thanks for that switch in config.xml too
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#14
2006-09-14, 10:22 AM
I've got the mechansim to clip and store the last two minutes from the first show, and the first two minutes from the second show...

Still working on the mechanism to detect the Back to Back situation in the first place. I have an idea... Now I need time...

I'm hoping to make it a stand alone program that will work in the PostProcessing.bat.

I'll be making it work with ZProcess too
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
lonegeek
Offline

Senior Member

Posts: 416
Threads: 82
Joined: Sep 2005
#15
2006-09-14, 11:50 AM
Hmm its never off by 2 minutes for me...usually only about 15 seconds of the first show. Which can be a pain
[SIZE="1"]SPECS: AMD Sempron 3100+|1 GB Ram|nVidia 6200|160GB HD(Recordings)&250GB HD(Archive)|DVD Burner|USB-UIRT|TUNERS:Hauppauge PVR-250 & ATi HDTV WONDER|SOURCES:Dish Network Reciever 311 & OTA ATSC:Terk SquareShooter With RadioShack Pre-Amp[/SIZE]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#16
2006-09-14, 11:54 AM
lonegeek Wrote:Hmm its never off by 2 minutes for me...usually only about 15 seconds of the first show. Which can be a pain

Well the padding thing that I'll be finishing is tied with the padding set in GBPVR. So if you are only padding 1 minute each way, then it will be corrected by 1 minute...

I suppose I could have the app remember settings where it would only do a few seconds...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
HermanJ
Offline

Junior Member

Posts: 39
Threads: 12
Joined: Dec 2005
#17
2006-09-19, 05:53 PM
I would definitely like this post-processing utility. Found any time yet?
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#18
2006-09-20, 12:14 AM
HermanJ Wrote:I would definitely like this post-processing utility. Found any time yet?

Yes, I've been working on it. Still not even in Alpha stage....

I've taken a new job, and that means that I will actully have less time. But this is something that I'd like for myself too. So I'll find time.. I doubt that it will be ready for the start of the new season though...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  save pre, post padding settings for each channel koijh65 0 792 2023-01-10, 01:43 AM
Last Post: koijh65
  Need negative pre-padding and post-padding values for web client scheduling Egregius 1 1,235 2020-10-29, 12:00 AM
Last Post: sub
  Option to set Pre/Post -Padding in seconds scJohn 6 3,211 2016-11-09, 07:27 AM
Last Post: sub
  Negative Pre-Padding and Post-Padding Times for Scheduled Recordings ChaosMageX 0 1,417 2015-10-23, 10:00 PM
Last Post: ChaosMageX
  Pad when possible and negative padding tvfiend 5 2,994 2014-05-14, 11:18 PM
Last Post: tvfiend
  Pre-padding adjustment mvallevand 5 3,298 2013-11-11, 08:23 PM
Last Post: mvallevand
  Option to chosoe whether padding is considered part of the recording or not Croftie 4 2,345 2013-04-16, 06:19 PM
Last Post: ElihuRozen
  Negative pre-padding / start recording late cncb 15 6,732 2012-11-05, 04:32 AM
Last Post: Handy.Man
  negative minutes in post padding; directv LAN channel changer TomServo 0 1,371 2012-09-05, 11:16 AM
Last Post: TomServo
  Start initial playback after padding cncb 10 4,052 2012-03-04, 03:24 AM
Last Post: stustunz

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode