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
#1
2006-05-10, 11:59 PM (This post was last modified: 2006-10-29, 08:02 AM by pBS.)
Just wanted to let people know i've got my dvd burning plugin working very nicely now, and wanted to get feedback on other systems and suggestions....

New Version on wiki is latest, Will include all latest patches etc.,this post is outdated..fake ffmpeg.exe not needed!

New Features: Unlimited movies/disc, 1 menu page per movie, larger thumbnail snapshot, full title/subtitle/descriptions for each movie, comskip conversion to chapters for dvd, 'remove' only removes last file added....
working on: installer and may replace description lookup with sqlite commands, soon to include Imgburn.exe to burn instead of Nero! [free burner]

New Version on Wiki! download here.
http://gbpvr.com/pmwiki/pmwiki.php/Utility/ShowBurner

Basically it is a batch file that can burn a dvd, with menus created dynamically on the fly..
[even show titles etc. when used with Recinfo.exe addon]
Fast and only the space needed for final dvd structure is needed.. no temp files! [ok well almost..lol <1 meg]
it can be used from command-line or from the Transcode menu within GBPVR if used with my Mencoder plugin...

[!! If used from command line without my other plugin, you have to edit fmpeg.exe to ffmpeg.exe in batch file. !!]

It adjusts for up to now unlimited! movies per dvd,makes thumbnails and adds titles and burns the whole thing if you have Nero installed...
[adjust path in batch file]

It's a regular batch file you can edit for your preferences, and even make ffmpeg re-compress on the way if you want..[check the variables at top of bat file] tho it's a really advanced batch file!!...lol [carefull..Smile]

If any questions or suggestions i'd love to hear from you..
and if anybody can compile me a dvdauthor 5.4 i can make it a bit better..[i have Linux source but newbie at cross-compiles]

planned enhancements: multi pages for menu/unlimited movies..
audio menu, background themes, comskip commercials for chapter points Smile alternative burner..
Am starting this as seperate thread as the mencoder plugin is more of a framework and this is more an end app..

Typical start to finish time is 30mins-1hr for full 4.7g dvd..Big Grin
[including menu creation]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#2
2006-05-11, 12:06 AM (This post was last modified: 2006-10-29, 08:03 AM by pBS.)
sample dvd menu
FROM ORIGINAL VERSION v1
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
sixgun
Offline

Member

Posts: 197
Threads: 35
Joined: Sep 2004
#3
2006-05-12, 12:30 PM
Nice.

I have been looking for something like this for a while now.

Does it shrink the MPG files to fit on a DVD?

Regards.
GBPVR: v0.99.5
Server: Athlon64 X2 3800+, 2GB Memory, 1480GB Storage, 6 DVB-T Tuners (2 x Nova-T 500 PCI, 2 x Nova-T PCI)
HTPC: Athlon64 3000+, 1GB Memory, 80GB Storage, Blackgold GDI DVB-T Tuner, Ahanix MCE-302 Case, MSI K8NGM2-FID motherboard
Main TV: Toshiba 42WLT66 LCD
Media Playback: 2 x MVP (wired)
Homepage: http://www.sixgun.co.uk/
Author of MpegImport utility
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#4
2006-05-12, 07:26 PM
nope...just adds the navu packets to the file and makes menu and burns...tho if you want compression, it is available... all of my shows are already dvd compatible files, they just need the nav packets inserted [dvd must have] so no recompress needed... but with just a couple changes you can have it re-compress all files added.. just change the &quot;vcodec&quot; in top of burndvd.bat to mpeg2video and acodec to mp2...and adjust the ffmpeg line in the batch to your compression likings..Smile

after compressing tons of files, i've found no acceptable ways to compress to a large degree in a decent amount of time...re-compressing will make the burn process go from under an hour to several hours in total...even the fastest currently available ones are at best 2x realtime [30 mins to compress a hour show] and quality is severly degraded for any real space savings.. so if quality is an issue,don't recompress... it'll only take tons of time and you may not be happy with the end result .. i have a requantizer that can do a whole dvd in 15 mins but it can only compress to 80% original size [20% savings] and has to split and re-combine files which takes a bit of time too..excellent quality for the speed but very limited squeezing...[same method as in DVD Shrink,just simpler]

so just make this line:
set vidcodec=copy
look like:
set vidcodec=mpeg2video
in the burndvd.bat and you're all set..[audio would be passed untouched]
let me know if you have any problems..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
toomanyhandles
Offline

Member

Posts: 234
Threads: 71
Joined: Feb 2006
#5
2006-05-12, 09:49 PM
OK, I"m not clear on Graphics Magic. Perhaps with a 'k'?

http://www.graphicsmagick.org/

??


Thanks,
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#6
2006-05-12, 10:03 PM
that's it...kinda weird spelling...lol actually it's an offshoot of "image magick" for linux...[which is about same just bigger] would have been much easier if i could have just included it but the uploads won't let me..Sad so yea,just dl that and install and place the gm.exe and all .mgk and .dll into showburner dir and it'll make menus.. burndvd.bat could be adjusted to use gm.exe from it's standard dir. also...[i believe] just add it's path to the beginning of any "gm" command.. am looking for smaller alternatives...any suggestions welcome..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#7
2006-05-12, 11:02 PM (This post was last modified: 2006-05-12, 11:54 PM by pBS.)
oh and also get Recinfo.exe utility if you want episode titles to appear above the thumbnail..Smile
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#8
2006-05-13, 12:29 PM
pBS Wrote:it can be used from command-line or from the Transcode menu within GBPVR if used with my Mencoder plugin...
Where is this Mencoder plugin? Can't find it on the wiki.
[SIZE=1]GBPVR v1.3.11 [/SIZE][SIZE=1]HVR-1250, [/SIZE][SIZE=1]ES7300[/SIZE][SIZE=1], 4GB, GeForce 9300, LianLi, Vista.[/SIZE]
[SIZE=1]GBPVR v1.0.08 [/SIZE][SIZE=1]PVR-150, [/SIZE][SIZE=1]P4 2.26GHz, [/SIZE][SIZE=1]1GB,[/SIZE][SIZE=1] GeForce 6200, [/SIZE]Coupden, XP[SIZE=1]
[/SIZE]

Author: UbuStream plugin, UbuRadio plugin, EPGExtra utility.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#9
2006-05-13, 10:28 PM
hmm,thought i put a link to it... try here... http://forums.nextpvr.com/showthread.php?t=13870 it's not really a plugin per se, and was wanting some other user testing before putting it on wiki.. i actually have made some improvements to it as well, but i think that's the current version in first post..[just made batch encoding changes] will upload an updated version in a few..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
ubu
Offline

Posting Freak

Posts: 792
Threads: 54
Joined: Jan 2006
#10
2006-05-13, 11:57 PM
pBS Wrote:hmm,thought i put a link to it... try here... http://forums.nextpvr.com/showthread.php?t=13870
Ah! It's there now. Last night only the Showburner zip was showing up. Thanks.
[SIZE=1]GBPVR v1.3.11 [/SIZE][SIZE=1]HVR-1250, [/SIZE][SIZE=1]ES7300[/SIZE][SIZE=1], 4GB, GeForce 9300, LianLi, Vista.[/SIZE]
[SIZE=1]GBPVR v1.0.08 [/SIZE][SIZE=1]PVR-150, [/SIZE][SIZE=1]P4 2.26GHz, [/SIZE][SIZE=1]1GB,[/SIZE][SIZE=1] GeForce 6200, [/SIZE]Coupden, XP[SIZE=1]
[/SIZE]

Author: UbuStream plugin, UbuRadio plugin, EPGExtra utility.
« Next Oldest | Next Newest »

Users browsing this thread: 3 Guest(s)

Pages (34): 1 2 3 4 5 … 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,309 2013-04-11, 05:58 AM
Last Post: kendrak24
  SubMenu - A main menu replacement supporting sub menus imilne 47 17,661 2012-01-15, 12:41 AM
Last Post: Mattyb3806
  HDHomeRun Channel Mapping Tool beta whurlston 13 10,791 2010-04-25, 08:48 PM
Last Post: bienson
  BDA Channel Migration Tool JavaWiz 28 11,301 2009-09-16, 02:00 PM
Last Post: JavaWiz
  Configuration tool for remote control athomas 0 1,445 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,478 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,904 2007-04-19, 09:20 PM
Last Post: allsighs
  Channel Logo Tool V3 systemshark 50 15,140 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