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 … 116 117 118 119 120 … 125 Next »
Comclean not working - help please

 
  • 0 Vote(s) - 0 Average
Comclean not working - help please
linfor
Offline

Member

Posts: 157
Threads: 42
Joined: Jun 2005
#11
2005-06-29, 03:29 AM
comskip works fine. I have been using it for a few weeks with absolutely no problems.
I am posting the files below.
linfor
Offline

Member

Posts: 157
Threads: 42
Joined: Jun 2005
#12
2005-06-29, 03:35 AM
Reboot,
My problem is that the clean file is not being generated at all. I have the comskip file, a videoredo file, the .txt file that shows the processed frames and the mpg renamed to original. What I do not have is the clean file.
HamsterGirl35
Offline

Member

Posts: 83
Threads: 11
Joined: Jun 2005
#13
2005-06-29, 04:42 PM
I know comclean didn't work on cartoons I captured, but, worked great on CSI episodes....
dmorley00
Offline

Junior Member

Posts: 15
Threads: 3
Joined: Feb 2005
#14
2005-06-29, 09:01 PM (This post was last modified: 2005-06-29, 09:07 PM by dmorley00.)
linfor Wrote:Reboot,
My problem is that the clean file is not being generated at all. I have the comskip file, a videoredo file, the .txt file that shows the processed frames and the mpg renamed to original. What I do not have is the clean file.

Refer to: This Post. This explains it. Just add rem before exit.

BTW, thanks for posting your comclean.bat; I can't download either versions for some reason right now. :confused:
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#15
2005-06-30, 06:15 AM
My ISP has changed my "fixed" IP address.
Therefore the mk.kaashoek.com server where comclean is stored is now on another IP addres, it should work again after about 48 hours.
This is the text of the comclean.bat file, the mpgtx.exe is identical in both posts
Quote:@echo off
Rem comclean.bat Version 0.0.1
Rem Adapt to your framerate times 100 (PAL=2500/NTSC=2997)
set framerate=2500
Rem Adapt to where mpgtx.exe can be found
set mpgtx="c:\Program Files\devnz\gbpvr\mpgtx.exe"

rem Initialize the variables
set start=0
set duration=0

rem Set the command line start
set cmdline=%mpgtx% -j -f -o "%~dpn1_clean.mpg" "%~dpn1.mpg"
set cutpoints=

rem Process all the lines from the Comskip output file
for /F "usebackq tokens=1,2,3*" %%i in ("%~dpn1.txt") do call :processline %%i %%j
rem Output last clip
call :totime %start%
set cmdline=%cmdline% [%tim%-]
echo Resulting cutpoints: %cutpoints%
rem echo %cmdline% >"%~dpn1.bat"
rem echo exit >>"%~dpn1.bat"
rem start /wait /low call "%~dpn1.bat"
@echo on
%cmdline%
@echo off
echo Resulting cutpoints: %cutpoints%
Rem RENAME the old .mpg file and rename the new one to the old name
move "%~dpn1.mpg" "%~dpn1_original.mpg"
move "%~dpn1_clean.mpg" "%~dpn1.mpg"
exit
goto :eof

:processline
rem Skip useless lines
if "%1"=="FILE" goto :eof
if "%1"=="-------------------" goto :eof
rem Output the clip information for the show part
set /a length=%1-%start%
set /a duration=%duration%+%length%
call :totime %length%
set cutpoints=%cutpoints% %tim%

if "%1"=="0" goto :nostartshow
call :totime %start%
set cmdline=%cmdline% [%tim%
call :totime %1
set cmdline=%cmdline%-%tim%]
:nostartshow
rem Remember start of next clip
set start=%2
goto :eof

:totime
set tim=
if "%1"=="0" goto :eof
set /A position=%1 *100 / %framerate%
set /A hours=%position% / 60 /60
set /A hrest = %position% - %hours%*60*60
set /A minutes=%hrest% /60
set /A seconds = %hrest% - %minutes%*60
set tim=%hours%:%minutes%:%seconds%
goto eof
:eof
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)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  EPGTOOLS.COM is not working TomR 3 3,360 2010-08-12, 12:39 PM
Last Post: TomR
  XMLTV plugin not working jfm 0 1,782 2009-02-04, 04:00 AM
Last Post: jfm
  Comclean issues.. _Dude_ 9 4,164 2009-01-17, 03:29 PM
Last Post: tmschmal
  Comskip quit working DoPeFiSh 5 2,813 2008-10-06, 04:09 PM
Last Post: DoPeFiSh
  Comclean inconsistent rmorein 6 2,653 2008-05-02, 05:13 PM
Last Post: Carlito
  Comskip & Comclean...but logo removal? Questor 1 2,187 2008-03-29, 06:31 AM
Last Post: erik
  Comskip, Comclean, Rename Recording, and Transcoding heath11 18 10,754 2008-03-27, 11:45 PM
Last Post: _Dude_
  Web Radio not working with uSirius scb147 13 5,202 2008-03-25, 10:19 PM
Last Post: Fatman_do
  Plugins are not working. marson 3 2,060 2008-02-24, 07:51 PM
Last Post: Fatman_do
  Trouble using Comclean - mplex1 not working Beerman 0 1,403 2007-11-12, 01:14 AM
Last Post: Beerman

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

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

Linear Mode
Threaded Mode