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
#151
2006-11-17, 01:41 PM
yes, after some playing with it i found a few errors in the list management code...
now it's adding and subtracting correctly..
the skin issue is with the video library's transcode dialog, i don't use anything that 's not already there...so with or without my util there won't be any diff. in skins..[skins can't break my util, nor can my util break skins]
there was a slight problem with adding files i fixed last night...uploaded fixed batch already...

added some more new voice prompts so you'll know more what's going on..Smile

other than that, just check your config.xml under the 'custom ffmpeg conversions' section and make sure that's right..
new upload will solve a lot of the problems in recent versions list management..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#152
2006-11-17, 10:31 PM
goy2k Wrote:Hi all,

just a note from a german user. I have installed showburner yesterday and had no luck to use it. During several tries, I realised, that it does not work with Comunity Skin 1.0, which I use on my system (german XP, language for GBPVR is german). When I switch to BLUE or BLUEMCE, I got a prompt from showburner, how to use the file (not in Comunity Skin). But how do I burn the files? I already have an empty DVD in my drive and all files are selected to the burning list. Any comments or hints are appreciated.

Greetings form germany Peter

hmm, it should burn from the "burn dvd" selection...but if it doesn't you can manually kick it off..
just run the batch file with no arguments.."burndvd.bat"

i'll look into why it's not working for foreign language users...
[probably some text i'm testing for that is different in different language]

manually you can run from command line all options..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
Koenie
Offline

Senior Member

Posts: 356
Threads: 31
Joined: Aug 2005
#153
2006-11-19, 11:46 AM
Yeah found the burn DVD selection (stupidly did not think of pushing the right button)

As you suspected pBs the excess quotes problem is a windows language problem. I installed an english version and this works fine. On my dutch intstall it gives the extra "{ before and }" after the regular quotes. will try to find out wheter this is caused by the international options.

If you want to test something to make yr wonderfull litle tool compatible with other language version feel free to ask me to test it.
Regards Koen,

GBPVR 1.4.7
AMD 780G with X2 BE2350, 2gb ram, LCD-TV, Win XP
PVR500, PVR150 & PVC150 MCE MediaMVP D3A, 2 networked clients
mila06
Offline

Member

Posts: 210
Threads: 47
Joined: Dec 2005
#154
2006-11-19, 08:14 PM (This post was last modified: 2006-11-20, 08:40 AM by mila06.)
Hi pBS

I have just tried to install your new version. And i must say: Every thing is just working!!!!!!! I had to burn a show(i knew it would give me some problems - you know PAL).
Is't so fast and so funny with the voices(a little robot-like). BUT BUT BUT it seems like it burns my PAL-shows as PAL !!!!!
I will test a little more, but the first burned PAL show looks fine in a PAL-player :eek: Big Grin
Have you made any fixing in that area? Maybe the menu-file is in NTSC-format, but the video looks fine.

EDIT:
One thing: It dosn't show the danish chars right in title and description. It looks right in the info.txt files .......

EDIT EDIT: Could ImgBurn automatic delete RW-discs?
Michael Larsen

[SIZE="1"]HTPC:
Asus AMD 785G- M4A785TD-M/EVO, ATI 4200 HDMI,
AMD Phenom II X2 550 - 3.0 GHz,
2 GB Ram, 500 GB Seagate Barracuda
Terratec Cinergy C PCI HD, NVidia PureVideo, Cyberlink
Windows 7 ULT, NPvr v1.5.33[/SIZE]
Website
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#155
2006-11-21, 01:20 AM
mila06 Wrote:Hi pBS

I have just tried to install your new version. And i must say: Every thing is just working!!!!!!! I had to burn a show(i knew it would give me some problems - you know PAL).
Is't so fast and so funny with the voices(a little robot-like). BUT BUT BUT it seems like it burns my PAL-shows as PAL !!!!!
I will test a little more, but the first burned PAL show looks fine in a PAL-player
Have you made any fixing in that area? Maybe the menu-file is in NTSC-format, but the video looks fine.

EDIT:
One thing: It dosn't show the danish chars right in title and description. It looks right in the info.txt files .......

EDIT EDIT: Could ImgBurn automatic delete RW-discs?

very good then..! Smile just a bit of cleaning up the code and simplifying things..
ffmpeg should copy the files over with current format,[pal/ntsc] and i found i could force dvdauthor to try to make the compilation a 352x480, and if it wasn't correct, then dvdauthor auto-detects the size of the movie Big Grin [meaning pal must get detected as movie type]
[i did this to make it detect the movie size so i wouldn't have to hard code it for every movie] but glad it works for you as well Smile

now just adjuts the menus for the pal size/framerat and you should be set...Smile

i haven't had time to mess with the pal stuff lately but glad it's workin for ya...

yea, the danish chars are a bit of a pain, dos char set only cuz of the nature of the beast...sorry..i try to search/replace them so at least something replaces it..if i have a a sample i may be able to fix it..

and yes, it should overwrite rw disks automatically..
if not there's a setting in the imgburn.ini you can edit for this...
[or the command line itself, i think add /overwrite]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#156
2006-11-21, 01:28 AM
Koenie Wrote:Yeah found the burn DVD selection (stupidly did not think of pushing the right button)

As you suspected pBs the excess quotes problem is a windows language problem. I installed an english version and this works fine. On my dutch intstall it gives the extra "{ before and }" after the regular quotes. will try to find out wheter this is caused by the international options.

If you want to test something to make yr wonderfull litle tool compatible with other language version feel free to ask me to test it.

check the profiles as i had a version that wrote bad stuff to the profile section on some machines..may just need editing..i posted the correct profiles somewhere in this thread..

i think Mila is working on the last bits of the pal compliance, when we get that working we'll share it and i'll incorporate a switch to set for pal users...Smile

oh and if yall want to hear a totally cool voice, try Microsoft Anna...it comes with the sapi 5.3 engine that comes with Vista, but i got it with my streets and trips cdrom and is also available with Nautralsoft's free screen reader...
just install it then uninstall and the voices and engine stay i believe..
it is like voicemail quality, much nicer on my system...Big Grin
i can't seem to find it as a microsoft download, but the seperate one that came with my s&t cd is only 30 megs..

go into control panel and try out different default voices under Speech tab...
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
mila06
Offline

Member

Posts: 210
Threads: 47
Joined: Dec 2005
#157
2006-11-21, 09:40 PM
Hi pBS

I have been moving ahead with the PAL-thing. But i have some problems with the menu1.mpg.

I have resized the Texture, highlight1 and select1 til 720*576. I have edited the burndvd to use 720*576 and not 480, use pal-dvd option and not ntsc-dvd, but it will not create the menu1.mpg.
I have send you the same log-bits from, around the breakpoint, both the PAL and the working NTSC, also the jpegs that it creates.

Also the burndvd_milaPal.bat

It says something about some png-files that have 2 colores in the working NTSC-log, but thats where it breakes off in the PAL :confused:

Maybe it's something about the menu.xml ?

I am very close, i think.....

Could you please take a look ?
Michael Larsen

[SIZE="1"]HTPC:
Asus AMD 785G- M4A785TD-M/EVO, ATI 4200 HDMI,
AMD Phenom II X2 550 - 3.0 GHz,
2 GB Ram, 500 GB Seagate Barracuda
Terratec Cinergy C PCI HD, NVidia PureVideo, Cyberlink
Windows 7 ULT, NPvr v1.5.33[/SIZE]
Website
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#158
2006-11-21, 11:44 PM (This post was last modified: 2006-11-21, 11:59 PM by pBS.)
ahhh...yes not much info from error messages but i think i know where it's goin wrong..those .png's are a certain size and coincide with the menu.xml figures so if resizing it, the menu.xml will have to be adjusted ...[as well as the .pngs]

i think i'll have to make a new one just for pal users..so the green boxes line up right..Smile
glad the rest is working ok..will get to it as soon as i can..
i'm pretty sure that will do the trick..Big Grin

what does "Tryk pσ en vilkσrlig tast for at fortsµtte" mean?
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#159
2006-11-22, 12:02 AM (This post was last modified: 2006-11-22, 01:07 AM by pBS.)
try changing these two lines...:
Code:
"%ffmpeg%" -shortest -vframes 5 -loop -f image2 -aspect 4:3 -r 25 -i "menu%1.jpg" -i menu1.mp2 -y  -sameq -target pal-dvd -f dvd -ab 128 -vcodec mpeg2video -aspect 4:3 -acodec mp2 "menu_background.mpg"
spumux -v 2 menu.xml < menu_background.mpg > menu%1.mpg
notice the -r 25 [was 30] and -v 1 on spumux...should give us more info about why...
also, adjust the adddvd.bat in showburner dir and all other ffmpeg lines to have "-target pal-dvd"
and maybe you'll be in biddness..Smile
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#160
2006-11-22, 02:09 AM
also try adding " -v pal" to the lines with dvdauthor or dvdauthormenu..[including adddvd.bat in showburn dir]

by default, dvdauthor defaults to NTSC for everything it can't detect...and i suspect this is one of those things..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (34): « Previous 1 … 14 15 16 17 18 … 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,301 2013-04-11, 05:58 AM
Last Post: kendrak24
  SubMenu - A main menu replacement supporting sub menus imilne 47 17,659 2012-01-15, 12:41 AM
Last Post: Mattyb3806
  HDHomeRun Channel Mapping Tool beta whurlston 13 10,789 2010-04-25, 08:48 PM
Last Post: bienson
  BDA Channel Migration Tool JavaWiz 28 11,300 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,137 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