NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 17 18 19 20 21 … 56 Next »
New Tool: ShowBurner DVD Burning [with menus]

 
  • 0 Vote(s) - 0 Average
New Tool: ShowBurner DVD Burning [with menus]
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#271
2007-02-13, 08:42 PM
bigC Wrote:All of them. Sad I tried in PowerDVD, WMP 11, PowerCinema 5 & my stand alone dvd player hooked to my tv. Theres just one marked chapter a minute or so into the shows and thats it. Another thing that happens is if I try to fast forward faster then 2x or rewind... it jumps to the menu screen and I must re-start the show from the beginning.:confused:

ahh,sounds like bad input files...my program only makes them dvd compatible muxed, it doesn't correct any timeline errors or non-compatible files...they have to be dvd specs already...

try re-compressing them...
if they came from a capture card, make sure it's outputting proper framesize,etc for dvd...[720x480x29.97fps,mp2 or ac3 audio at 48,000khz,stereo,16 bit]

most capture cards can produce dvd compatible spec files if told to..gbpvr records them by default from hauppauge cards..[and most others]

usually the files have the 'vobu' sectors in there but they're blank, just spaces for the real info...
then when my program gets them, it fills in that info is all...then can have chapters...
but if the blanks spaces aren't there, it can't insert them...
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
bigC
Offline

Member

Posts: 63
Threads: 10
Joined: Feb 2007
#272
2007-02-13, 10:26 PM
Oh boy... thats sounds complicated. I'm still kind of a newbie with all this pvr business.Big Grin
pBS Wrote:try re-compressing them...
if they came from a capture card, make sure it's outputting proper framesize,etc for dvd...[720x480x29.97fps,mp2 or ac3 audio at 48,000khz,stereo,16 bit]
Can you point me in the right direction? Where would I check these settings or change them? I record the shows in gbpvr with an ati theater 550 pro card. Thanks for the help.

What do you mean re-compress?:o
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#273
2007-02-13, 11:23 PM (This post was last modified: 2007-02-13, 11:36 PM by pBS.)
ahhh, may be an easier way to do it...i'm pretty sure it's a mux problem, basically just make sure you're recording at proper frame size/rate, and if there's an option in ati drivers to output a dvd type file then you should set that there..
not sure don't have one of those..

other than that, to re-compress, go into video library and highlight your file and hit 'transcode' button, you should see a popup listing profiles to use on file..
i don't think gbpvr built in profiles have anything that makes it dvd compatible..
so you'd have to add a line in config.xml...

open config.xml in notepad, go down to <CustomFFmpegConversions> section,
insert this as new line under that:
EDIT: added -ab 128 for bitrate of audio..
Code:
<Conversion name="Make DVD ready"  cmd=" -y -i {SOURCE_FILE} -sc_threshold 1000000000  -flags +cgop+ildct -target ntsc-dvd -f dvd -b 3000k -vcodec mpeg2video -acodec mp2 -ab 128 {DEST_FILE}" targetExtension=".new.mpg" />

and then use 'transcode' button with that profile 'Make dvd ready' on your files...it will create new one with name originalname.new.mpg..
burn those .new.mpg files as they should work fine..Big Grin
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
kaiger
Offline

Member

Posts: 71
Threads: 16
Joined: Feb 2005
#274
2007-02-14, 05:13 AM
pBS Wrote:ahh, you've stoppped it actually...it does take a few secs to do it's work, and no progress bar ,but it's working..
did the browse for directory dialog come up? if not, wait till it does...
[less than 1 minute tops]
it should just pop up a box asking where to put temp files, then one to ask where dvd burner is...then it's done..copying is done in background so won't see anything at first...

I tried again and let it sit for 10 minutes. I then attempted to unclick the 'script paused' and let it sit for another 10 minutes. No browse for directory dialog. Is there any log file produced by the script so I can see how far it's getting?
XP Pro SP2 on P4 3.0, 2 gb RAM
30 gb OS drive, 750 gb storage
HVR 1600, PVR2 USB2, MVP
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#275
2007-02-14, 07:24 AM
hmmm,nope not really...just does it's thing,,,
is the showburner dir open? it tries to delete it and if it can't, maybe that's why..
not sure what else could hang it up, it looks in registry for the location of gbpvr, and bases everything off that, then just copies the files, and modifies config.xml...adds a burndvd.bat to the \third party\ dir and it's done..

maybe have a file called snr.exe somewhere? it uses that to search/replace lines in config.xml..
what country are you in? that may cause it..looks for certain language..
is the showburner dir created? try deleteing it if so..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
kaiger
Offline

Member

Posts: 71
Threads: 16
Joined: Feb 2005
#276
2007-02-14, 12:44 PM
Well now I feel dumb. I just deleted the showburner directory and it installed great. I haven't had a chance to test it yet, but it installed and I see the appropriate options under Video library.
Thanks
XP Pro SP2 on P4 3.0, 2 gb RAM
30 gb OS drive, 750 gb storage
HVR 1600, PVR2 USB2, MVP
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#277
2007-02-14, 01:05 PM
cool, yea it doesn't do much so not much to go wrong..Smile
glad ya got it going...yea, i had a problem just like that where gbpvr wouldn't delete a file from manual recordings cuz i had the dir open at the time...

next version will have a dir list created under your recordings directory listing the files and their sizes..Smile
like:
\recordings\dvdlist\EastEnders.500m.mpg,
\recordings\dvdlist\Dead Like Me.1200m.mpg,
\recordings\dvdlist\total-1700m.mpg

so you can see what files are waiting in cue....even MVP users!! Big Grin
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
jschoef
Offline

Junior Member

Posts: 16
Threads: 3
Joined: Feb 2007
#278
2007-02-22, 04:05 AM
First off, I got a ATI card the other day and it came with Catalyst media center...and it worked so bad. After some research and looking at the negative reviews on newegg.com, someone said they use your program (gdpvr) instead. I am very happy they posted that, it is very good.

Ok, now for the problem. When I burn with showburner, my DVD will only play for about 30seconds (opening credits) then it just goes back to the menu. Im thinking my crappy DVD player is sensing the upcoming commercial as the program being over...but im not sure.

So any fixes for that? Can I disable the auto commercial sensing?

Thanks in advance.
paperchaser
Offline

Member

Posts: 105
Threads: 18
Joined: May 2005
#279
2007-02-24, 11:24 PM
small problem/bug: files with an ampersand (&) in their names cause the menu generation portion to fail. I just changed the "&" to "And" in the .mpg file and then reran, it finished fine.
clayton.erickson
Offline

Junior Member

Posts: 20
Threads: 4
Joined: Dec 2006
#280
2007-02-26, 05:19 PM
I'm sorry to ask this.. but I don't see how to install this. I placed it in my c:
\program files\devnz\gbpvr folder. I then looked for updateepg.bat but do not have one.
Can you give me a little more detail on how to use this?

Thanks,
Clayton
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (34): « Previous 1 … 26 27 28 29 30 … 34 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  External tool: Transfer Season Record schedules from GBPVR to NPVR kendrak24 37 21,282 2013-04-11, 05:58 AM
Last Post: kendrak24
  SubMenu - A main menu replacement supporting sub menus imilne 47 17,645 2012-01-15, 12:41 AM
Last Post: Mattyb3806
  HDHomeRun Channel Mapping Tool beta whurlston 13 10,788 2010-04-25, 08:48 PM
Last Post: bienson
  BDA Channel Migration Tool JavaWiz 28 11,298 2009-09-16, 02:00 PM
Last Post: JavaWiz
  Configuration tool for remote control athomas 0 1,443 2008-12-04, 12:45 PM
Last Post: athomas
  Sky Channel Sync Tool Version 1.0.2 systemshark 0 1,193 2008-08-17, 07:26 AM
Last Post: systemshark
  Sky Channel Sync Tool systemshark 2 1,476 2007-11-05, 01:20 PM
Last Post: systemshark
  File Renaming Tool: ZRename zehd 0 1,130 2007-05-01, 05:23 AM
Last Post: zehd
  Features for Channel Logo Tool V4.0 systemshark 5 2,900 2007-04-19, 09:20 PM
Last Post: allsighs
  Channel Logo Tool V3 systemshark 50 15,117 2007-04-14, 08:43 PM
Last Post: systemshark

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

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

Linear Mode
Threaded Mode