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]
stu8080
Offline

Senior Member

Posts: 639
Threads: 52
Joined: Aug 2004
#241
2007-01-20, 03:19 PM
Ok after some messing about im feeling pretty dense! Can you tell me command line i need to use to run the batch and produce a log file??

I tried "burndvd.bat >>burndvd.log someshow.mpg" and "burndvd.bat someshow.mpg >>burndvd.log" with echo off and command windows only flashes open briefly??

I never have been good with batch files...!
stu8080
Offline

Senior Member

Posts: 639
Threads: 52
Joined: Aug 2004
#242
2007-01-20, 03:51 PM
After running the batch file without a log file it falls over at:

set seconds=
someshow\someshow.mpg"" was unexpected at this time.

(where the actual path of the mpeg is F:\someshow someshow\someshow.mpg)

Its like it does not like the space in the show directory, and the only difference i can find between the GBPVR box and its virtual copy is that the virtual uses a network drive rather than a local drive.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#243
2007-01-20, 06:27 PM
almost....Smile to add the files to the que you use: burndvd.bat "c:\filename.mpg"
[just like normal...check the dvd-que file in showburner dir to make sure they're in there]

....then you can see what's going on by doing the actual burn with "burndvd.bat >> burndvd.log" Big Grin
adding the files isn't giving you problems..the burn is...
let me know how that goes....use the actual show names cuz they could be the problem...[possibly weird chars in the show names]

post both the dvd-que an the burndvd.log file and that should shed some light..
i'm pretty sure i checked for long filenames in output temp dir...i use a temp that has space in dir name just cuz of that...[k:\dvd temp\]
so i'm pretty sure it's not the long filenames..tho did you see if the line Rbelisle caught in in yours?:
[from a couple posts back..]
Code:
rem ***ray change below***
for /f "usebackq tokens=1,* delims=_{}" %%t in ("'%~n1'") do (set titl=%%t)
%paus%
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
stu8080
Offline

Senior Member

Posts: 639
Threads: 52
Joined: Aug 2004
#244
2007-01-23, 12:31 AM (This post was last modified: 2007-01-23, 12:36 AM by stu8080.)
OK, sorry not been able to get access for a few days!

ive enclosed the log fils (which does not seem to show any errors, the que file and a screenshot of the error i noticed in the command window) Hope it helps!

Edit: also uploaded the full cmd text too
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#245
2007-01-23, 01:10 AM (This post was last modified: 2007-01-23, 01:15 AM by pBS.)
ahh, ok.....your file isn't dvd compatible format...it needs remuxing or possibly just audio re-compresed should do it...
everythign else is working fine...
to get that actual error in the log, edit the adddvd.bat in gbpvr\showburner\ and
make the ffmpeg line look like:
Code:
"%ffmpeg%" %test% -y -i "%~1" -sc_threshold 1000000000  -flags +cgop+ildct -target ntsc-dvd -f dvd -sameq -vcodec %vidcodec% -acodec %audcodec%  - [b]2>>showburn.log[/b]|dvdauthor.exe -o "%dvdtemp%" -t -c %chapters% -i post="call vmgm menu;"  -f - [b]2>>showburn.log[/b]
but the error is actually in your file...make sure you're outputting dvd compatible spec files... [ntsc=720 or 352 x 480 or 240, 29.97fps, mp2, lpcm, or ac3 audio,48khz between 96 and 384 kbps stereo]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
Slice
Offline

Junior Member

Posts: 45
Threads: 4
Joined: Oct 2006
#246
2007-01-23, 10:09 AM
Quote:yes, probably will have some problems on other pal players, especially older ones..
the only difference between the 2 are framerate and image size...
NTSC is 480 or 240 pixels high at 29.97 fps...
PAL is 576 or 288 high at 25 fps...
you can adjust the current batch file to reflect these params and it willwork fine on pal...

Hi there, I'm in PAL land and want to if possible use this tool. Sorry if this is a stupid question but which batch file should I be looking at to adjust the settings above?

Great plugin BTW!
[SIZE="1"]OS Windows 10 Hardware Hauppauge Nova T DVB-T Stick (Saorview) 2 x Hauppauge WinTV DVB-S/S2 (FreeSat) N-PVR Ver 3.5.7[/SIZE]
stu8080
Offline

Senior Member

Posts: 639
Threads: 52
Joined: Aug 2004
#247
2007-01-23, 11:37 AM (This post was last modified: 2007-01-23, 11:49 AM by stu8080.)
Hmm, i cant figure why it worked on my vmware test - the files all came from the same tuner cards!!

If thats the case, will adjusting my batch file to produce PAL make the difference? If so i'll wai or your answer to Slice's question above.

What would you suggest to be the best workaround for this given that im recording from DVB-T using Haup Nova-t's? I remember Reven used PVAStrumento to remultiplex the files before they could be burned? could i add to the batch file to do this before moving on to do the rest?

Thanks pBS.
mila06
Offline

Member

Posts: 210
Threads: 47
Joined: Dec 2005
#248
2007-01-23, 01:13 PM
Slice Wrote:Hi there, I'm in PAL land and want to if possible use this tool. Sorry if this is a stupid question but which batch file should I be looking at to adjust the settings above?

I am from denmark(PAL) and I just uses showburner with the default settings. Only problem is the menu, which looks a bit funny(NTSC-format images in PAL-player), but the shows plays fine. I have done some research(dialog with pBS) in howto get the batch-file to create PAL-like menus, but i didn't got all the way.
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
stu8080
Offline

Senior Member

Posts: 639
Threads: 52
Joined: Aug 2004
#249
2007-01-23, 02:30 PM (This post was last modified: 2007-01-23, 02:52 PM by stu8080.)
Further to my problem, it seems that files i archived to keep from October last year are fine, current recordings are not. (no post processing is done on these files)

I checked in GSpot, both files are Mpeg-2 Program stream, 720x576, 25fps, 4:3 aspect, and sound is mp2 48kHz at 192kb/sec Stereo.

Im baffled, why would one file play and another not - there must be something in that has changed between those two files but what would it be??

EDIT: I checked one thing that i though might affect this, i use cyberlink multiplexer (mpgmux.ax) 5.0.0813, and have done for some time. I did install Cyberlink Power DVD 7 in Dec 06 (which is why i though it might affect things between October 06 recordings and present recordings) - however if the same version mux has been used throughout this cant have any bearing, can it???
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#250
2007-01-24, 12:15 AM
yea, the mux can do that to files...can be all the right specs for dvd compatible, and not be muxed as dvd compatible...so probably the mux...

the ffmpeg and dvdauthor commands have to be adjusted for pal.
most of that is in burndvd, but the actual show adding is done in adddvd.bat in showburner dir...
for pal, adjust all the ffmpeg commands for the proper framerate/size/etc..and i believe dvdauthor will auto-adjust for the size..
i left it at 352 cuz if you feed it a 720x file, it will sense it and adjust, but not so for the opposite..feeding a 352x file to settings of 720 choked it...
so this way it's autodetect..Smile

mila pretty much got it working but need to adjust the menus too...
i made the menu templates with dvdauthorgui...it makes all the files needed graphically for the menus..feed it a mpeg still frame from your menu and make the buttons cover accordingly...
i can make a decent menu template for yal if i had a good small pal mpeg to work with..[720x576x25fps, less than one meg is fine...]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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