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
#181
2006-12-26, 11:51 AM
yep, the new ffmpeg included with gbpvr v.99.x has broken my utility!
due to some syntax changes, the current version of showburner won't work with gbpvr version .99 so i am finishing up the changes necessary...Smile
hope this one won't change much in future...

have also fixed the size voice so will now say 'less than 1 gigabyte' when total is less than a gig...

and added thumb snap just after first commercial to hopefully get better snaps...haven't added the folder.jpg instead cuz it just isn't the same to me...
would rather have a snap of the actual episode than the same pic for every one..[plus they are pretty sad quality from what i've seen...and often wrong image altogether]

will upload later today after further testing..
[fixed:now accepts long filenames for output dir]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
stefan_k
Offline

Junior Member

Posts: 30
Threads: 8
Joined: Mar 2005
#182
2006-12-27, 12:15 AM
Hi,
Just installed Showburner, and i'm happy to report that this worked really nice.
GREAT!

Just one hurdle:
-> I (well, at least in my setup) have to manually (by the normal transcode command) 'delete burning list' after having burned a dvd. If i do not do that, the list will keep alive, and a next 'added-file' will be added to the 1st list, generally resulting in a to-big file.
(and of course you did not want to re-burn the already burned files).
-> and on top of that: if i do not cleanup, but DO delete the show. Next time i startup showburner, it gets stuck because the file-list has a file that does not exsist anymore. Only cure: restart windows (oops).

looks to me that a simple 'delete list' command just after finishing the burning will be sufficient to get this solved. Unfortunately the .bat-file is a little more complex as i am capable of editing, so i did not dare to try it.

I am however a little wondered that i'm the 1st to report this. So, maybe i missed something

Stefan
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#183
2006-12-27, 04:42 AM
yea, i left it that way on purpose,so people could burn a compilation more than once...Smile but on further thought, i probably should delete after if successfull...
not hard to re-build the list...and yes the prob. about hanging when files don't exist would be fixed...

just add "del /q %dvdque%" just after the "say DVD burning is completed" line at bottom...
will add this to next upload...Big Grin
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
koz
Offline

Junior Member

Posts: 2
Threads: 0
Joined: Dec 2006
#184
2006-12-29, 06:01 PM
Thanks, pBS, for the great support and hard work on this project. The quotes in the dvdburn.bat were the problem as well as the newer gbpvr v.99.x issue. I installed the newer showburner 2.5 and it works outstanding. The only problem I have now is I can't play the burned DVD in my xbox. It plays in my PC's dvd-rom, but not the xbox (my only DVD player right now). Any thoughts?
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#185
2006-12-30, 10:14 AM
hmmm,may be something in the new ffmpeg also..will check it out...still trying to figure out all the syntax changes...[mostly just different names for crap,go figure..]
and i couldn't figure out all my old params so i just left enough to make it compatible...probably needs the "-flags cgop" part cuz the rest should be part of the -target ntsc-dvd part...
actually they did fix the long mpeg file seeking for thumbs so still have to adjust for that...should be a new maint. release sometime here soon..
batch files are very tricky when it comes to quotes...

here's a cute little trick, do 2 things with one command: use && to run seperate commands on cmd line..Smile
like: dir c:\ && echo "hello" && copy test.txt e:\
Big Grin

i'll let ya know when i get a better ffmpeg line...
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#186
2006-12-30, 07:00 PM
I downloaded the latest showburner v2.5 and installed it and everything seems to have installed ok.
I went to the video library and selected an MPG file.
I then went to TRANSCODE and selected add for DVD burning. I select start and a window pops up that lists the source and target and closes very quickly as if it is done transcoding. The source MPG file is fairly large (It's a 2 hour recording).
I then reselect the same file and go to transcode again and this time I selected burn DVD. THe DVD burns but the only thing that shows up is the video_TS and the audio_TS dirs. Nothing is in them.
Any ideas what is wrong here? I am running 99.5.
I am also running win2k so there are no audio messages.

Transcoding to avi does work, so I don't think there is any issue there.
Thanks.
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#187
2006-12-30, 07:02 PM
Is there a way to not burn the DVD but just to create the files in my temp dir from the burn list?
Thanks.
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#188
2006-12-30, 08:04 PM
I'm running win2k so I added the speech sdk v5.1 and say.exe now works from the command line. Unfortunately I still don't get any speech from the showburner functions. Is there a way to enable it?
Thanks.
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#189
2006-12-30, 08:43 PM
pastro Wrote:I'm running win2k so I added the speech sdk v5.1 and say.exe now works from the command line. Unfortunately I still don't get any speech from the showburner functions. Is there a way to enable it?
Thanks.

I edited the batch file and removed the rem before the say and now the speech works fine on win2k. The batch file is in the third party directory. I'm hoping this only gets written at install..
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#190
2006-12-30, 08:44 PM
pastro Wrote:I downloaded the latest showburner v2.5 and installed it and everything seems to have installed ok.
I went to the video library and selected an MPG file.
I then went to TRANSCODE and selected add for DVD burning. I select start and a window pops up that lists the source and target and closes very quickly as if it is done transcoding. The source MPG file is fairly large (It's a 2 hour recording).
I then reselect the same file and go to transcode again and this time I selected burn DVD. THe DVD burns but the only thing that shows up is the video_TS and the audio_TS dirs. Nothing is in them.
Any ideas what is wrong here? I am running 99.5.
I am also running win2k so there are no audio messages.

Transcoding to avi does work, so I don't think there is any issue there.
Thanks.

Now it seems to be creating the files correctly. Not sure what happened the first time.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (34): « Previous 1 … 17 18 19 20 21 … 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,312 2013-04-11, 05:58 AM
Last Post: kendrak24
  SubMenu - A main menu replacement supporting sub menus imilne 47 17,665 2012-01-15, 12:41 AM
Last Post: Mattyb3806
  HDHomeRun Channel Mapping Tool beta whurlston 13 10,793 2010-04-25, 08:48 PM
Last Post: bienson
  BDA Channel Migration Tool JavaWiz 28 11,305 2009-09-16, 02:00 PM
Last Post: JavaWiz
  Configuration tool for remote control athomas 0 1,446 2008-12-04, 12:45 PM
Last Post: athomas
  Sky Channel Sync Tool Version 1.0.2 systemshark 0 1,194 2008-08-17, 07:26 AM
Last Post: systemshark
  Sky Channel Sync Tool systemshark 2 1,481 2007-11-05, 01:20 PM
Last Post: systemshark
  File Renaming Tool: ZRename zehd 0 1,132 2007-05-01, 05:23 AM
Last Post: zehd
  Features for Channel Logo Tool V4.0 systemshark 5 2,907 2007-04-19, 09:20 PM
Last Post: allsighs
  Channel Logo Tool V3 systemshark 50 15,143 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