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 … 33 34 35 36 37 … 125 Next »
How do you setup DIRMON2 with comskip

 
  • 0 Vote(s) - 0 Average
How do you setup DIRMON2 with comskip
divinehammer
Offline

Member

Posts: 149
Threads: 44
Joined: Jan 2007
#1
2007-02-01, 03:11 PM
i am attempting to setup DIRMON to control comskip. Has anyone set this up and if so could they put up some screen shots. I am trying to figure out how to get dirmon to run at a certain time of day. I just got it so maybe I will find it but the best recipe for using this with comskip would be great. Thanks for any help.
SniperDude
Offline

Member

Posts: 185
Threads: 6
Joined: Dec 2005
#2
2007-02-01, 06:40 PM
DirMon isnt really made to run at a certain time of the day...
but you can setup a 'blackout time' dont run btwn time1 and time2 ...
might sorta do what you want..

perhaps you can schedule it to start at a certain time(with windows scheduler).. and exit when its complete with the job...

but anyhow... thats my 2 cents..

it does work very well tho... you can have it check for a file... watch til it stops growing (recommend 60 seconds), and then run ComCut or ComSkip on that file...

do you really need to wait to run comskip? it doesnt take that much cpu power (well it uses whats available but I think it runs a lower priority) shouldnt affect your recordings..
Code:
[b]System Specs:[/b]
AMD64 3000+ (1GB DDR 400 in DualChannel mode)
WinXP Service Pack 2 (most updates)
80Gb SeaGate SATA (boot), 160Gb (noname) SATA(video archives),
500Gb SeaGate SATA][ (Recordings)

[b]GBPVR:[/b]
   99.12 (All Survival Patches)
   (PVR150/OnAir GT USB, ZProcess, ShowBurn) - N/A at  moment
   Recording of DualTuner DishNetwork 622
   1 MVP (connected to 36" SDTV)
divinehammer
Offline

Member

Posts: 149
Threads: 44
Joined: Jan 2007
#3
2007-02-02, 05:16 AM
well I have another post in support that is outlining what it is doing. Comskip certainly seems to be the problem. When I record two shows back toback it locks the computer up requiring a reboot really annoying. Anyway I am going to create my own program for running comskip at night on my machine. I am about half done with it so far.
divinehammer
Offline

Member

Posts: 149
Threads: 44
Joined: Jan 2007
#4
2007-02-02, 02:27 PM
How would you configure DIRmon to run comskip later. I suppose if it is set up then you could call it up via the scheduler anyone done this and can show me a screen shot of the main form in DIRmon2. Thanks.
-Oz-
Offline

Posting Freak

Posts: 803
Threads: 33
Joined: Aug 2006
#5
2007-02-02, 02:53 PM
i'm currently writing a bat file that may help you. Its not complete but in case you need a head start this is what it does.

after recording it adds the file to a text file list.

then i use windows scheduler to run a bat file that loops through the list and runs processes on it.

PostProcessing.bat
Code:
c:
cd C:\Program Files\devnz\gbpvr
echo %1 >> TranscodeQ.txt

Then windows scheduler runs the following file at like 2:15am (its not on an even hour or 30 min to make sure that the transcodeq.txt file doesn't change as it starts to run.
run.bat:
Code:
@echo off

copy TranscodeQ.txt active_transcode.txt
del /q TranscodeQ.txt

echo. >> transcode_log.txt
echo ************************************ >> transcode_log.txt
echo %date% %time% Starting the day's processing >> transcode_log.txt

for /F "delims=" %%i in (active_transcode.txt) do process.bat %%i

del active_transcode.txt

echo %date% %time% Ended the day's processing >> transcode_log.txt

And as it loops through the list of files it runs process.bat on them. yours would look like this:
Code:
comskip %1

In process.bat mine is supposed to run videoredo then do the transcoding. Thats the part thats not really working right now.
Dan Blomberg
[SIZE="1"]HTPC 1: MSI K8NGM2-FID, AMD 64 3000+, WD 200gb HDD, 1gb ram, NSK2400, PVR-500, Harmony 659
HTPC 2: ASUS M2NPV-VM, AMD 64 3200+, WD 250gb HDD, 1gb ram, nVidia DualTV MCE, NSK2400, Harmony 720
HTPC 3: GIGABYTE GA-E7AUM-DS2H GeForce 9400, Intel E5200 Wolfdale, WD 640gb HDD, 4gb ram, Antec Fusion 2, HVR-1600, hdhomerun, Harmony 880, PCH A-110
GBPVR 1.4.7 Additions: Weather2, UltraXMLTV, Comskip
Project: Setup Logitech Harmony Remote[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  new Hybrid card setup in direct.in and bda.ini cyyang 1 2,629 2009-12-30, 05:10 AM
Last Post: whurlston
  Transcode w/ Comskip? pduncan67 1 2,120 2009-11-25, 03:59 AM
Last Post: johnsonx42
  Comskip & Digital? nightwalker 8 3,472 2009-08-29, 06:34 PM
Last Post: nightwalker
  comskip wont run anymore HELP :) DoPeFiSh 1 1,932 2009-07-21, 07:34 PM
Last Post: DoPeFiSh
  Comskip build 0.80.011 Released erik 13 6,144 2009-03-01, 11:36 AM
Last Post: erik
  comskip problem j210277 11 6,153 2009-01-28, 05:25 AM
Last Post: stustunz
  graphRecorder: capture source disappears after setup Jay D. Carter 7 3,111 2009-01-21, 02:39 PM
Last Post: carpeVideo
  Comskip: Interpreting the aspects file zehd 0 1,559 2008-11-29, 07:41 AM
Last Post: zehd
  Comskip.exe Question spector9 17 9,344 2008-10-28, 03:02 AM
Last Post: reboot
  Comskip quit working DoPeFiSh 5 2,733 2008-10-06, 04:09 PM
Last Post: DoPeFiSh

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

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

Linear Mode
Threaded Mode