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 … 61 62 63 64 65 … 125 Next »
Trouble using comclean

 
  • 0 Vote(s) - 0 Average
Trouble using comclean
Beerman
Offline

Junior Member

Posts: 16
Threads: 7
Joined: Apr 2006
#1
2006-06-30, 08:07 PM
I am trying to run comclean by dragging a .mpg file onto the comclean2.bat icon, but I keep getting an error in cuttermaran, and the following pops up in the dos window.

C:\Program Files\Common Files\System\MAPI\1033\nt>Rem demux the mpeg file

C:\Program Files\Common Files\System\MAPI\1033\nt>bbdmux "C:\Documents and Setti
ngs\Owner\My Documents\My TV Shows\Greys Anatomy\Greys Anatomy_20060625_22002300
.mpg" 0xe0 "C:\Documents and Settings\Owner\My Documents\My TV Shows\Greys Anato
my\Greys Anatomy_20060625_22002300.m2v"
'bbdmux' is not recognized as an internal or external command,
operable program or batch file.

C:\Program Files\Common Files\System\MAPI\1033\nt>bbdmux "C:\Documents and Setti
ngs\Owner\My Documents\My TV Shows\Greys Anatomy\Greys Anatomy_20060625_22002300
.mpg" 0xc0 "C:\Documents and Settings\Owner\My Documents\My TV Shows\Greys Anato
my\Greys Anatomy_20060625_22002300.mp2"
'bbdmux' is not recognized as an internal or external command,
operable program or batch file.

C:\Program Files\Common Files\System\MAPI\1033\nt>Remove the commercials
'Remove' is not recognized as an internal or external command,
operable program or batch file.

C:\Program Files\Common Files\System\MAPI\1033\nt>"c:\program files\cuttermaran\
cuttermaran.exe" "C:\Documents and Settings\Owner\My Documents\My TV Shows\Greys
Anatomy\Greys Anatomy_20060625_22002300.cpf"

I have cuttermaran, comclean2, bbdmux, and mplex1 all located in the gb-pvr directory and the recording has already been run through comskip. What am I missing? Perhaps this can only be run from postprocessing.bat and not by dragging a file onto the comclean2.bat?
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#2
2006-07-01, 06:10 AM
Make sure the working directory of the comclean2.bat shortcut is set to the gbpvr directory
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
Beerman
Offline

Junior Member

Posts: 16
Threads: 7
Joined: Apr 2006
#3
2006-07-01, 03:01 PM
Erik,

My comclean2.bat file looks like this:

Rem demux the mpeg file
bbdmux "%~dpn1.mpg" 0xe0 "%~dpn1.m2v"
bbdmux "%~dpn1.mpg" 0xc0 "%~dpn1.mp2"
Remove the commercials
"c:\program files\cuttermaran\cuttermaran.exe" "%~dpn1.cpf"
del "%~dpn1.m2v"
del "%~dpn1.mp2"
Rem Mulxiplex again to a regular mpeg file
mplex1 "%~dpn1_clean.m2v" "%~dpn1_clean.mp2" "%~dpn1_clean.mpg"
del "%~dpn1_clean.m2v"
del "%~dpn1_clean.mp2"
del "%~dpn1*.info"
Rem RENAME the old .mpg file and rename the new one to the old name
if EXIST "%~dpn1_clean.mpg" move "%~dpn1.mpg" "%~dpn1_original.mpg"
if EXIST "%~dpn1_clean.mpg" move "%~dpn1_clean.mpg" "%~dpn1.mpg"

Do I need to change something to make the working directory the gbpvr directory? The shortcut is currently located within the gbpvr directory.

Thanks for your help.
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#4
2006-07-01, 03:44 PM
Your log file says

Quote:'bbdmux' is not recognized as an internal or external command,

The current directory where the script is executed is
Quote:C:\Program Files\Common Files\System\MAPI\1033\nt>

Which is NOT the GBPVR home directory and thus comclean2 can NOT find bbdmux

Under the assumption you installed gbpvr in the default directory C:\Program Files\devnz\gbpvr you could try adding this line to the start of the script (that is before the call to bbdmux)

Quote:CD "C:\Program Files\devnz\gbpvr"
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Comclean issues.. _Dude_ 9 4,004 2009-01-17, 03:29 PM
Last Post: tmschmal
  DBox Recorder Plugin Trouble junkiepilot 2 2,256 2008-12-06, 09:04 AM
Last Post: alibert
  Comclean inconsistent rmorein 6 2,564 2008-05-02, 05:13 PM
Last Post: Carlito
  Comskip & Comclean...but logo removal? Questor 1 2,120 2008-03-29, 06:31 AM
Last Post: erik
  Comskip, Comclean, Rename Recording, and Transcoding heath11 18 10,608 2008-03-27, 11:45 PM
Last Post: _Dude_
  Trouble using Comclean - mplex1 not working Beerman 0 1,361 2007-11-12, 01:14 AM
Last Post: Beerman
  Another Newbie question!! Need help with ComSkip and Comclean bimmer16 4 2,012 2007-11-02, 11:55 PM
Last Post: bimmer16
  Comskip trouble with high bit rate recordings ApexHack 4 1,984 2007-10-16, 02:29 AM
Last Post: erik
  Comclean Not Working Anymore polar101 1 1,373 2007-08-08, 03:50 AM
Last Post: alpha1
  comclean individual show chewy747 2 1,469 2007-05-18, 01:49 AM
Last Post: chewy747

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

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

Linear Mode
Threaded Mode