SnapStream Forums

Go Back   SnapStream Forums > SnapStream Developer Network > Beyond TV Downloads
Register FAQ Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Rating: Thread Rating: 27 votes, 4.96 average. Display Modes
  #16  
Old 03-19-2005, 03:17 PM
not_Shorty not_Shorty is offline
l33t Member
 
Join Date: Oct 2004
Posts: 813
Re: BTV2DVD Automated chapter cut and archive/burn to disk - from within ViewScape

ah cool
Reply With Quote
  #17  
Old 03-20-2005, 07:05 AM
ejb's Avatar
ejb ejb is offline
Member
 
Join Date: Dec 2004
Posts: 86
Re: BTV2DVD Automated chapter cut and archive/burn to disk - from within ViewScape

I have been experimenting around with the original cmd file that was incorporated into the BTV2DVD program. I have been trying to integrate ReJig which can do "shrinking" to a specific file size. Everything works well except I have had a problem with the copying of the generic VIDEO_TS files into the dvd2burn directory. Where do these generic files come from? I always get a file cannot be found error. I noticed that in running the BTV2DVD program they do get placed into the dvd2burn directory.

ejb
Reply With Quote
  #18  
Old 03-20-2005, 01:31 PM
bmeller bmeller is offline
Registered User
 
Join Date: Mar 2005
Posts: 10
Re: BTV2DVD Automated chapter cut and archive/burn to disk - from within ViewScape

Quote:
Originally Posted by Keith
I snuck this one passed you......I use the end cuts for the chapter times.

Keith
Keith,

I've been using your program for a few days now and I really like it (great job!), but I was wondering how to incorporate the Smartskip Chapters. I feel like the option might be staring me in the face, but I just can't seem to find it. Thanks!

- bmeller
Reply With Quote
  #19  
Old 03-20-2005, 02:51 PM
not_Shorty not_Shorty is offline
l33t Member
 
Join Date: Oct 2004
Posts: 813
Re: BTV2DVD Automated chapter cut and archive/burn to disk - from within ViewScape

I believe he said that's on the ToDo list, so it is probably going to be in a new release when he's got that ready.
Reply With Quote
  #20  
Old 03-20-2005, 03:01 PM
bmeller bmeller is offline
Registered User
 
Join Date: Mar 2005
Posts: 10
Re: BTV2DVD Automated chapter cut and archive/burn to disk - from within ViewScape

Quote:
Originally Posted by not_Shorty
I believe he said that's on the ToDo list, so it is probably going to be in a new release when he's got that ready.
That's what I thought too at first, but after reading his post again, it looked like it used to be on the ToDo list, but now he's completed it.
Reply With Quote
  #21  
Old 03-20-2005, 03:06 PM
not_Shorty not_Shorty is offline
l33t Member
 
Join Date: Oct 2004
Posts: 813
Re: BTV2DVD Automated chapter cut and archive/burn to disk - from within ViewScape

Sounds to me like he's in the middle of working on it.
Reply With Quote
  #22  
Old 03-23-2005, 08:48 PM
reven reven is offline
Registered User
 
Join Date: Mar 2005
Posts: 5
Red face Re: BTV2DVD Automated chapter cut and archive/burn to disk - from within ViewScape

hi im trying to create a batch file that will take a folder passed to it that was created with dvdauthor, but i keep getting a nerocmd error "Bad Usage!" with the following command

"C:\Program Files\Ahead\Nero\nerocmd.exe" --write --real --iso BTV --no_user_interaction --underrun_prot --create_iso_fs --create_udf_fs --iso-no-joliet --dvdvideo_realloc --dvd --dvd_high_compatibility --recursive %1\* --drivename E

%1 = the temp dvd folder created.

the file structure from dvdauthor is fine, ive been burning it with mkisofs to create an iso then using dvddecrypter to burn the image, but would like to reduce the total burn time by using nerocmd, but its a littler cryptic :P. i was hoping someone could spot the error in my command. (im using nero 6.0).

thanks,
reven.
Reply With Quote
  #23  
Old 03-23-2005, 09:21 PM
not_Shorty not_Shorty is offline
l33t Member
 
Join Date: Oct 2004
Posts: 813
Re: BTV2DVD Automated chapter cut and archive/burn to disk - from within ViewScape

why not just use the command from my initial example?

edit - http://forums.snapstream.com/vb/show...ighlight=touch

Last edited by not_Shorty; 03-23-2005 at 09:37 PM.
Reply With Quote
  #24  
Old 03-24-2005, 01:28 AM
reven reven is offline
Registered User
 
Join Date: Mar 2005
Posts: 5
Re: BTV2DVD Automated chapter cut and archive/burn to disk - from within ViewScape

from that thread i got

"C:\Program Files\Ahead\Nero\nerocmd.exe" --write --real --iso BTV --no_user_interaction --drivename D --underrun_prot --create_iso_fs --create_udf_fs --iso-no-joliet --dvdvideo_realloc --dvdvideo_cmpt --dvd --dvd_high_compatibility --recursive dvd2burn\*

which i get the Bad Usage error. i downloaded the zip file from the first post, but had nothing to do with nerocmd. im trying to do burn a dvd from a dvd folder using nerocmd.
Reply With Quote
  #25  
Old 03-24-2005, 02:05 AM
not_Shorty not_Shorty is offline
l33t Member
 
Join Date: Oct 2004
Posts: 813
Re: BTV2DVD Automated chapter cut and archive/burn to disk - from within ViewScape

uh, that is exactly what Keith's plugin here does, and his plugin was spawned from my batch file. Mine just required some hand-editing. His is a much sleaker package.
Reply With Quote
  #26  
Old 03-24-2005, 02:25 AM
reven reven is offline
Registered User
 
Join Date: Mar 2005
Posts: 5
Re: BTV2DVD Automated chapter cut and archive/burn to disk - from within ViewScape

im not using this with btv, i just want to use it with a simple batch file. i just need help finding out whats wrong with my original command.
Reply With Quote
  #27  
Old 03-24-2005, 03:13 AM
not_Shorty not_Shorty is offline
l33t Member
 
Join Date: Oct 2004
Posts: 813
Re: BTV2DVD Automated chapter cut and archive/burn to disk - from within ViewScape

it is just a simple batch file. All you do with BTV-archive-DVD-Video.cmd is this:

c:\>BTV-archive-DVD-Video c:\myvideo.mpg

and it takes that file and makes a DVD-Video DVD. Nothing to do with BTV, except for the fact that it can be called from BTV and BTV's archive command feature.
Reply With Quote
  #28  
Old 03-24-2005, 03:17 AM
reven reven is offline
Registered User
 
Join Date: Mar 2005
Posts: 5
Re: BTV2DVD Automated chapter cut and archive/burn to disk - from within ViewScape

yes but do you or anyone else know why i keep getting "Bad Usage!" with this

"C:\Program Files\Ahead\Nero\nerocmd.exe" --write --real --iso BTV --no_user_interaction --underrun_prot --create_iso_fs --create_udf_fs --iso-no-joliet --dvdvideo_realloc --dvd --dvd_high_compatibility --recursive %1\* --drivename E

in my batch file
Reply With Quote
  #29  
Old 03-24-2005, 03:20 AM
not_Shorty not_Shorty is offline
l33t Member
 
Join Date: Oct 2004
Posts: 813
Re: BTV2DVD Automated chapter cut and archive/burn to disk - from within ViewScape

well, if you'd actually read this and the other thread you'd probably have your answer...
Reply With Quote
  #30  
Old 03-24-2005, 03:25 AM
reven reven is offline
Registered User
 
Join Date: Mar 2005
Posts: 5
Re: BTV2DVD Automated chapter cut and archive/burn to disk - from within ViewScape

you're enjoying this arent you?
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Just lost my DVD Burn Plugin Icon in Viewscape!? chrismck Beyond TV and Beyond TV Link 5 01-20-2007 10:31 PM
BTV2DVD archive/burn to disk - still going? Randall Beyond TV and Beyond TV Link User-to-User Troubleshooting & Support Forum 2 01-04-2007 04:37 PM
in case anyone is curious about trans/burn speed with the dvd burn feature tenax Beyond TV and Beyond TV Link 2 11-18-2006 01:37 PM
Problem using bTV2DVD Please help! patrickbaldwin Beyond TV and Beyond TV Link User-to-User Troubleshooting & Support Forum 12 08-31-2006 08:29 PM
BTV2DVD - Archive to CD or DVD program Keith SnapStream Discussion 2 02-16-2005 12:55 AM


All times are GMT -6. The time now is 04:59 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
©2004-2009 Snapstream Media
You Rated this Thread: