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 … 109 110 111 112 113 … 125 Next »
ComClean cuts file size, but not length....

 
  • 0 Vote(s) - 0 Average
ComClean cuts file size, but not length....
bradmarsh
Offline

Junior Member

Posts: 44
Threads: 7
Joined: Aug 2005
#21
2005-08-28, 09:30 PM
If anyone can help I would be most thankful.
Comclean Comskip rename

Hi, I have the above programs and batch in place but not one show runs without commercials. How do I delete the commercials.....???? and save the space for dvd burn?

Thanks for any help I am totally confused about this one. Everything else seems to work.

Brad








reboot Wrote:Comclean does have some cutting problems, and can generate a file that freezes in some players. It's not perfected yet.
Which version of comclean do you have?
Which version of comskip are you using?
Look in the comclean.bat file, for lines similar to this:
Code:
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"
REM exit
goto :eof
For renamerecordings to work, it should look exactly as above.
reboot
Offline

Posting Freak

Posts: 1,426
Threads: 89
Joined: Mar 2005
#22
2005-08-28, 09:35 PM
Your postprocessing.bat should look like this:
Code:
comskip %1
CALL comclean
RenameRecordings
You can never have enough tuners!
Pentium Quad / 4Gb Dual Channel RAM / XPSP3 / 2 x PVR-500, PVR-250 / GB-PVR
bradmarsh
Offline

Junior Member

Posts: 44
Threads: 7
Joined: Aug 2005
#23
2005-08-28, 09:44 PM
comskip %1
CALL comclean
RenameRecordings

changed from

comskip %1
CALL comclean %1
RenameRecordings %

Thanks fingers crossed
reboot
Offline

Posting Freak

Posts: 1,426
Threads: 89
Joined: Mar 2005
#24
2005-08-28, 10:04 PM
If comskip doesn't find any commercials, or if the first block of the show IS a commercial, then comclean won't process it.
If you go back to comclean 0.0.1 (and REM the exit line as I posted above) it will process, but with an error in the log. It's (for some reason) unable to process the block if a commercial starts on frame 0 or frame 1, yet it works with SA's output.
The older version will error on the first block, but will clean all commercials found from comskip after that.
Change your postprocessing.bat to look like this:
Code:
comskip %1
call comclean %1 >>comclean.log 2>>comclean.err
RenameRecordings %1 > renamerecordings.log
Then check the comclean.err (open it in notepad) to see what happened after a recording.
You can never have enough tuners!
Pentium Quad / 4Gb Dual Channel RAM / XPSP3 / 2 x PVR-500, PVR-250 / GB-PVR
tevbill
Offline

Member

Posts: 95
Threads: 17
Joined: Aug 2005
#25
2005-08-29, 01:11 AM
Is there any reason that this would not work?

comskip %1
comskippad "%1"
CALL comclean
RenameRecordings
rectracker %1 rectracker.log
reboot
Offline

Posting Freak

Posts: 1,426
Threads: 89
Joined: Mar 2005
#26
2005-08-29, 02:45 AM
That should work.
I don't use comskippad, nor rectracker, but...isn't there a way to add padding directly in comskip.ini so you don't have to use comskippad?
It may be confusing comclean...just guessing though.

If you don't get a cleaned, renamed file, then comclean has aborted.
Try the line call comclean %1 >>comclean.log 2>>comclean.err and see what the .err file shows. It may have aborted the recording because the commercial started on frame 0 or 1.
Go back to comclean 0.0.1 if you WANT it to process, even with an error.
You can never have enough tuners!
Pentium Quad / 4Gb Dual Channel RAM / XPSP3 / 2 x PVR-500, PVR-250 / GB-PVR
tevbill
Offline

Member

Posts: 95
Threads: 17
Joined: Aug 2005
#27
2005-08-29, 04:35 AM
yeah thanks I will look into modifying the comskip.ini I think that will achieve the results I am looking for.
jusatry
Offline

Member

Posts: 52
Threads: 11
Joined: Apr 2005
#28
2005-08-29, 06:58 AM
my bat file looks like this:

comskip %1
CALL comclean.bat %1
RenameRecording.exe %1


do you have your extensions right and %1 where you need it?
reboot
Offline

Posting Freak

Posts: 1,426
Threads: 89
Joined: Mar 2005
#29
2005-08-29, 03:21 PM
You don't need the .bat nor the .exe extentions included.
The %1 just insures that the programs run, although it's redundant, and probably not needed.
As I mentioned before, if the commercial detected by comskip starts in frame 0 or 1 of the recording, the newer versions of comclean will abort.
The older version will still run, and show an error in comclean.err on the first block, but it will cut all remaining blocks.
You can never have enough tuners!
Pentium Quad / 4Gb Dual Channel RAM / XPSP3 / 2 x PVR-500, PVR-250 / GB-PVR
jusatry
Offline

Member

Posts: 52
Threads: 11
Joined: Apr 2005
#30
2005-08-29, 05:29 PM
so before which version is the safest to have?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  xmltv doesn't import all the channel information in xmltv file vokuit00 2 2,806 2010-06-07, 04:35 AM
Last Post: vokuit00
  Change Pop up Panel Size steeb 3 3,104 2010-03-05, 05:54 PM
Last Post: steeb
  transcode from file.ts to file.mpeg in parallelproocessing alevideotestservice 4 2,827 2009-12-30, 07:27 PM
Last Post: alevideotestservice
  Showanalyzer Doesn't Run While Show is Recording a .TS File ww4397 1 2,518 2009-12-02, 11:14 AM
Last Post: ww4397
  change Font Size? pduncan67 2 1,701 2009-02-12, 08:48 PM
Last Post: pduncan67
  Comclean issues.. _Dude_ 9 4,004 2009-01-17, 03:29 PM
Last Post: tmschmal
  File Renaming Utility: AddEpisode turkey 185 50,350 2008-12-14, 05:30 PM
Last Post: heath11
  Comskip: Interpreting the aspects file zehd 0 1,554 2008-11-29, 07:41 AM
Last Post: zehd
  SkipTool creates a bogus file if the name contains & mkenyon2 40 14,731 2008-10-23, 06:59 PM
Last Post: pastro
  yapi2cml reporting corrupted listing file? teookie 1 1,647 2008-09-25, 10:50 PM
Last Post: zehd

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

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

Linear Mode
Threaded Mode