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

Junior Member

Posts: 36
Threads: 4
Joined: May 2006
#61
2006-06-06, 03:58 PM
ydekmekji,

You should check in the dvdtmp\tmp1\VIDEO_TS directory and see if there are files there. If you can play the files there in windows media player then you probably have the same nero problem I had. Look at the last zip file I posted and you will probably see the same errors you are getting.

I had to revise the nero command line in the batch file for the following parameters:
--drivename e was drive f but my writer is e
--iso-no-joliet was iso_no_joliet
--detect_non_empty_disc was detect_non_empty_cdrw
--force_erase_disc was force_erase_cdrw

I'm using nero 6.6 which seems to be different than pBS's version
[SIZE="1"]Intel P4-3.0GHz
Windows XP Pro SP2 (32 Bit)
GBPVR v1.3.7 ATI550pro & DCT6200
3 GB RAM
2x320 SATA HD mirrorred
10/100 LAN 802.11 Network[/SIZE]
ydekmekji
Offline

Posting Freak

Posts: 824
Threads: 275
Joined: Jan 2005
#62
2006-06-06, 04:27 PM
There is no VIDEO_TS directory that is built
If you want to know why nPVR is the bomb, ask my wife!
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#63
2006-06-06, 09:29 PM
ahh...you must be using an older version of mencoder...it says fspp not an option..so must be older version...try newer one from mplayer page or just remove the ,fspp from the mencoder line...

but you don't have to re-encode if you just want to burn it...
ffmpeg will make the file compliant without re-encoding..[tho it does take time and look like encoding,it's faster]
something else must be happening...fix the mencoder part and we'll take it from there..
trying to remember if you're trying to burn or just re-encode...and if using PAL it won't work yet...
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#64
2006-06-06, 09:35 PM
ydekmekji: can you copy/paste the command window so i can see the errors?
both batch files can be run from command-line so try opening a cmd.exe window then just running burndvd.bat...wil allow scrolling up to see what's going on..
things we needed to do were make sure the output dir actually exists..[look in burndvd.bat, adjust line that says:
rem ******* Output directory********
set dvdtemp=e:\dvdtmp\tmp1
in this example make sure that e:\dvdtmp\tmp1 is already created..
[it won't create automatically]

if ok,are there any files in there?
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
ydekmekji
Offline

Posting Freak

Posts: 824
Threads: 275
Joined: Jan 2005
#65
2006-06-06, 09:54 PM
Does this error log help at all? (for some reason it wont log everything in cmd)
If you want to know why nPVR is the bomb, ask my wife!
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#66
2006-06-06, 10:01 PM
yep..same problem as herbie at the end there...
so do you have files in c:\dvdtmp\tmp1?
does that dir exist?

also need to edit nero burn line like herbie...
change the --iso_no_joliet to --iso-no-joliet
[my bad]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
ydekmekji
Offline

Posting Freak

Posts: 824
Threads: 275
Joined: Jan 2005
#67
2006-06-06, 10:03 PM
The directory exists because I created it
But no files in there

for some reason, it shows that it's trying to put files in c:\dvdtmp\tmp1/VIDEO_TS/

in other words the slash becomes / rather than \ is that a problem?
If you want to know why nPVR is the bomb, ask my wife!
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#68
2006-06-06, 10:06 PM
that's ok...it's originally a linux program so it's the same..
but no files in there...hmm...
ok...remove @echo off line from top and you'll see more logging..
post the results..that should tell us where it's going wrong..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
ydekmekji
Offline

Posting Freak

Posts: 824
Threads: 275
Joined: Jan 2005
#69
2006-06-06, 10:12 PM (This post was last modified: 2006-06-06, 10:17 PM by ydekmekji.)
alright here it is
If you want to know why nPVR is the bomb, ask my wife!
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#70
2006-06-06, 10:33 PM
hmmm,i'm not seeing any output from ffmpeg...it's loading it but in herbie's i saw the workings and yours doesn't show anything....are you using the version from the wiki with installer?
things to check:
in gbpvr\third party\ffmpeg\ is there a ffmpeg.exe *and* a fmpeg.exe?
are the variables adjusted for your situation? namely..in burndvd.bat:
rem ******* Output directory********
set dvdtemp=e:\dvdtmp\tmp1
rem *********"burn now?"
"C:\Program Files\Nero\nero 7\core\nerocmd.exe" --write --real --iso DVDNERO --no_user_interaction --drivename f --underrun_prot --create_iso_fs --create_udf_fs --iso_no_joliet --dvdvideo_cmpt --dvd --recursive --detect_non_empty_cdrw --force_erase_cdrw %dvdtemp%\* --dvdvideo_realloc
[make sure the --iso_no_joliet is corrected to --iso-no-joliet!]
and
rem ******* Below is location for que file
set dvdque=dvd-que
[location without path = gbpvr dir :eg. dvd-que=gbpvr\dvd-que]

in mencode.bat: [only needed if re-encoding]
set gbpvrdir="%PROGRAMFILES%\devnz\gbpvr\"
set list=e:\
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 … 5 6 7 8 9 … 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,646 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,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,119 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