NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) v
« Previous 1 … 72 73 74 75 76 … 125 Next »
Mydvd

 
  • 0 Vote(s) - 0 Average
Mydvd
philipo
Offline

Junior Member

Posts: 11
Threads: 2
Joined: Mar 2006
#1
2006-03-01, 10:38 PM (This post was last modified: 2006-03-02, 10:02 AM by philipo.)
what's wrong?



C:\Program Files\devnz\gbpvr>C:\utils\cmdshell\cPVAS.exe "C:\temp\demux.ajb"
PVAStrumento 2.1.0.13
Parsing jobfile

ALERT> loglevel = 2
***
*** PVAStrumento 2.1.0.13
*** running at 03-02-2006 10:01
***

C:\Program Files\devnz\gbpvr>PAUSE
Press any key to continue . . .

C:\Program Files\devnz\gbpvr>C:\utils\dvdauthor\DVDAuthorGUI\bin\mplex -f 8 -o "
C:\TEMP\temp.0.mpg" "C:\TEMP\temp.mpv" "C:\TEMP\temp.mpa"
INFO: [???] mplex version 2.0.0 (2.2.3 $Date: 2004/01/13 20:45:26 $)
**ERROR: [???] Unable to open file C:\TEMP\temp.mpv for reading.

C:\Program Files\devnz\gbpvr>PAUSE
Press any key to continue . . .

what's wrong with convert.bat file?
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#2
2006-03-01, 10:50 PM
it looks like the temp.mpv file doesnt exist. check the C:\dvdtemp dir when you run this.
philipo
Offline

Junior Member

Posts: 11
Threads: 2
Joined: Mar 2006
#3
2006-03-02, 09:36 AM (This post was last modified: 2006-03-02, 10:02 AM by philipo.)
the files are certainly not being created - I assume it's DVD author that's supposed to create this? All seems to be pointing to the right place....is there a log I can check?
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#4
2006-03-02, 10:51 AM
nah no logs that i know of.

just check the temp directory, and see at which step its failing.
cPVAs.exe should create the temp.mpa and temp.mpv
mplex should create the temp.[n].mpg file
and check to see that "C:\temp\demux.ajb" is actually created.
philipo
Offline

Junior Member

Posts: 11
Threads: 2
Joined: Mar 2006
#5
2006-03-02, 11:05 AM
No .mpa, .mpv, or mpg files created - but the demux.ajb file is created and in Temp

convert.bat file below:

C:\utils\cmdshell\cPVAS.exe "C:\temp\demux.ajb"
PAUSE
C:\utils\dvdauthor\DVDAuthorGUI\bin\mplex -f 8 -o %1 %2 %3
PAUSE
del "C:\temp\demux.ajb"
del %2
del %3
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#6
2006-03-02, 11:13 AM
try running each command manually and see what happens.

im not an expert on any of these programs, i just got it to work and forgot about them. i havent actually played around with these programs since i added the "my dvd" feature.

oh also check the demux.ajb file using notepad, and what language are you using? there maybe a problem with funny characters in the demux.ajb file.
philipo
Offline

Junior Member

Posts: 11
Threads: 2
Joined: Mar 2006
#7
2006-03-02, 11:37 AM
and noticed here - http://gbpvr.com/pmwiki/pmwiki.php/Plugi...mmiesGuide
it says download the latest windows binaries.....whereas here

http://gbpvr.com/pmwiki/pmwiki.php/Plugin/MyVideos

it doesn't - it just says download the DVDauthorGUI program.

I've downloaded the Binaries now - but had a look at them, and not sure where they go......(where do I extract them to?)....

As far as the demux.ajb file goes - this is what is inside it:

offeryn pvas job v002016 # DO NOT DELETE THIS LINE
# Job Description
$JOB
# demux <infile> <videofile> <audiofile>
demux "C:\Documents and Settings\Phil\My Documents\My Videos\TV recordings\Sexy Beast\Copy of Sexy Beast_20060226_22102350.mpg" "C:\TEMP\temp.mpv" "C:\TEMP\temp.mpa"
# Streams to demux
audio 1
video 1
# Job Parameters
$PARMS
# program options
beep 1
loglevel 2
printvstats 1
fixstart 1
sync 1
dropgop 1
dropwronggop 1
ptsjitter 10
relaxpts 0
droplonger 980
strongaudio 1
relaxedts 0
dropscrambledts 0
setbr 1
setvbr 1
setavg 1
clearcdf 1
drope4 0
adjusttc 1
packsize 0
splitvideoFMT 1
usevdrmarks 0
splitsize 0
overlap 1
spliteven 0
splitaudioFMT 1
splitontrack 1
audiooffsetacc 1
mp2beautify 0
mp2strictlen 1
vdrac3hack 1
goppts 1
writeidd 0
writeinfo 0
$ENDS # end section
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#8
2006-03-02, 09:09 PM
dont worry about windows bins just yet, the problem is with cPVAs.
philipo
Offline

Junior Member

Posts: 11
Threads: 2
Joined: Mar 2006
#9
2006-03-03, 01:43 PM
and what's up with it?
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#10
2006-03-03, 11:22 PM
try running cPVAs manually from the command line and see what happens.

all the convert.bat file has to do is convert invalid files to valid mpeg2 files for dvdauthor. and for mpeg2 files recoreded from PVR cards to do this you can just demux and then remux the files.

cpvas= demuxes
mplex = remuxes.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Mydvd philip1982 1 1,383 2006-07-28, 11:45 PM
Last Post: reven
  MyVideos/MyDVD batch process ubu 3 1,834 2006-02-02, 03:16 AM
Last Post: reven
  MyDVD - remove video from burn list janxster 3 1,930 2006-01-14, 01:00 PM
Last Post: janxster
  MyDVD DVD Author micfong 11 3,784 2006-01-11, 03:25 AM
Last Post: micfong
  myvideos-mydvd mike909 24 7,617 2006-01-05, 06:29 PM
Last Post: reven
  MyDVD Wish steves 2 1,900 2005-11-11, 11:25 AM
Last Post: steves
  Cant get my head round MyDVD!! stu8080 2 1,547 2005-09-19, 09:38 PM
Last Post: stu8080
  Cant get my head round MyDVD!! stu8080 0 1,106 2005-09-19, 08:51 PM
Last Post: stu8080
  MyDVD hangs at 'DVDAuthor in Process' DEfusion 9 2,910 2005-08-18, 09:16 AM
Last Post: reven
  MyVideos MYDVD burning snag Dave Bach 1 1,667 2005-07-14, 08:39 PM
Last Post: reven

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode