NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 15 16 17 18 19 … 56 Next »
ComCut - Automatically clean recordings of commercials

 
  • 0 Vote(s) - 0 Average
ComCut - Automatically clean recordings of commercials
NiteShdw
Offline

Member

Posts: 71
Threads: 5
Joined: Sep 2005
#1
2006-11-25, 07:32 AM (This post was last modified: 2008-02-18, 11:22 PM by NiteShdw.)
ComCut 1.2 Build 89 Updated 02/17/2008 [Homepage] [Download]

ComCut is an application that will automatically remove commercials from recorded shows and (optionally) replace the original recording with the clean version.

I am ready to release a public beta of this application ComCut (but I'm open to more creative titles). It was written in VB.net 2005, and thus it requires .NET Framework 2.0.

Currently, the program:
1. Checks for a comskip txt file. It can create it if it's missing.
2. Parse the comskip txt file to find commercials breaks
3. Run "mpgtx.exe" (included) or Mencoder on the MPEG2 file, joining all the show segments
4. Demux and Remux the resulting stream in order to fix any possible errors (this is required for the file to play on some streaming media players)
5. Replace the original MPEG2 file with the new 'clean' version (save the original as a .original file or delete it)

To use, place the following at the end of "postprocessing.bat" (include the full path to comcut.exe):
comcut %1

You will need to run comcut.exe without any parameters in order to adjust the settings and set the paths to the required programs or to use the Batch Mode feature.

I currently use this program to clean up my recordings so I can watch them through TVersity on my D-Link DSM-320 media player. I can record the shows on my PC and stream them, commercial free, to my TV.

Future plans:
+ Transcode videos to DivX+MP3
spyder40
Offline

Senior Member

Posts: 275
Threads: 32
Joined: Jan 2005
#2
2006-11-25, 04:28 PM
sounds cool and will give it a try. How about adding mp4 640x480 transcode for the iPods as part of the future plans?
HP a1230n
AMD 3700+
2048mb Ram
on board video
WinTV PVR USB2
(2) Media MVP's
bradmarsh
Offline

Junior Member

Posts: 44
Threads: 7
Joined: Aug 2005
#3
2006-11-26, 01:51 AM
Hi,

Looks great but for some reason I cannot get it to run.
I installed all the programs in the GBPVR dir and adjusted the post processing bat but nothing.
I can't get it to run from cmd line either.

Errors saying it cannot find the program when I add the program name to the end of the line...

comcut e:\recordings\dotto tech\dotto tech_2006 ect.mpg

errors?

Thanks for any help.

Brad
NiteShdw
Offline

Member

Posts: 71
Threads: 5
Joined: Sep 2005
#4
2006-11-27, 12:29 AM
Do you have .NET Framework 2.0 installed? If so, check for "error.log" in the same folder as Comcut.

Have you tried running the application by itself (no commandline parameters)? You need to do this first in order to configure it. You need to go through the tabs and configure where each application is located. In the next release, I'll get it to setup defaults for these.

When running with parameters, filenames with spaces need to be enclosed in quotes:

comcut "e:\recordings\dotto tech\dotto tech_2006.mpg"
NiteShdw
Offline

Member

Posts: 71
Threads: 5
Joined: Sep 2005
#5
2006-11-27, 12:30 AM
I've just set up a webpage for the VB applications I've written. You can find it here.
Arganbright
Offline

Junior Member

Posts: 21
Threads: 2
Joined: Oct 2006
#6
2006-11-28, 12:58 PM
It's working great here! It's cutting my MPG's file size down by about 30%
Thanks for this great tool!
kenmcm
Offline

Junior Member

Posts: 16
Threads: 1
Joined: Jul 2005
#7
2006-11-29, 01:26 AM
The concept on this is great. I have a question though. I made it to the last step and what I think I need help with is the specific info required in the postproccess bat. Should it be set up like this for example:

call comcut %1 C:\Program Files\devnz\gbpvr\comcut
:eof

Please let me know. I normally wait until things have been refined but I am quite interested in this and am probably ahead of my abilities at this point. Thanks!
wannabepvr
Offline

Senior Member

Posts: 635
Threads: 131
Joined: Sep 2005
#8
2006-11-29, 03:39 AM
I like the idea of this program - for recordings that I want to keep where I know Comskip has done a good job. I might even use the comskip editor to 'trim' the pre and post padding out.

As such I would be inclined to run this as a separate process manually called . Not from the postprocessing.bat

I wonder it if might be possible to add a 'browse' to the input file in the GUI. and a go button so that it runs from the GUI. Simply as an alternative. Smile

might this work?
Core2-E2180, 1G RAM, 1Gb-5450 Silent, 2Tb +300g HDDs.
Three tuners: [SIZE=2][SIZE=1]Twinhan DVB-T x 1, Hauppauge Nova 500T (dual)
[/SIZE][/SIZE]
DTB Digital SD + HD content (PAL-MPEG2-AC3).
Custom case made very quiet. Zalman CPU cooler.
Sits in rack with other HiFi.

ParaLED to show tuner activity.

Display: 42" 1920x1080p Panasonic Plasma

1x wired MVP
1x PC client
[URL="http://web.aanet.com.au/media/"]
[/URL]
NiteShdw
Offline

Member

Posts: 71
Threads: 5
Joined: Sep 2005
#9
2006-11-29, 03:53 AM
kenmcm Wrote:The concept on this is great. I have a question though. I made it to the last step and what I think I need help with is the specific info required in the postproccess bat. Should it be set up like this for example:

call comcut %1 C:\Program Files\devnz\gbpvr\comcut
:eof

Where did you put the ComCut files? I'll assume from the above text that you put comcut.exe in C:\Program Files\devnz\gbpvr\comcut. In that case, put:

"C:\Program Files\devnz\gbpvr\comcut\comcut.exe" %1

If you put ComCut in the same folder as GB-PVR, then just put:

comcut %1

If you want to use it by itself, you can still just manually run it with the filename as the parameter. I am working on adding a manual option. I'll probably make it work with single files first and then add the ability to do entire (sub)folders.
wannabepvr
Offline

Senior Member

Posts: 635
Threads: 131
Joined: Sep 2005
#10
2006-11-29, 08:07 AM
NiteShdw Wrote:If you want to use it by itself, you can still just manually run it with the filename as the parameter. I am working on adding a manual option. I'll probably make it work with single files first and then add the ability to do entire (sub)folders.

Sounds good!
Core2-E2180, 1G RAM, 1Gb-5450 Silent, 2Tb +300g HDDs.
Three tuners: [SIZE=2][SIZE=1]Twinhan DVB-T x 1, Hauppauge Nova 500T (dual)
[/SIZE][/SIZE]
DTB Digital SD + HD content (PAL-MPEG2-AC3).
Custom case made very quiet. Zalman CPU cooler.
Sits in rack with other HiFi.

ParaLED to show tuner activity.

Display: 42" 1920x1080p Panasonic Plasma

1x wired MVP
1x PC client
[URL="http://web.aanet.com.au/media/"]
[/URL]
« Next Oldest | Next Newest »

Users browsing this thread: 4 Guest(s)

Pages (16): 1 2 3 4 5 … 16 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Avidemux: Perfectly Cut Out Commercials, Clips, Etc. BTJustice 12 30,333 2012-11-14, 02:29 PM
Last Post: thomasaherzog
  NPVR Rename Recordings Batch File raceviper13 8 8,028 2011-04-23, 11:52 PM
Last Post: raceviper13
  Showname - Rename utility for GBPVR recordings Anthony 0 1,446 2009-03-05, 05:40 PM
Last Post: Anthony
  mTranscode BETA - automatic encoding of recordings jam_zhou 82 31,971 2008-10-21, 08:13 PM
Last Post: jam_zhou
  Video Podcasts of GBPVR Recordings fering 9 4,689 2008-03-16, 08:30 PM
Last Post: Grenlen
  Marking Commercials with Remote in GB-PVR wtg 12 4,727 2007-02-01, 11:51 AM
Last Post: radar
  cleanup \Recordings\<showname> folders BobAtTorrey 2 1,492 2007-01-22, 04:11 AM
Last Post: BobAtTorrey
  Recordings2 - New Recordings Viewer psycik 25 7,299 2006-10-20, 12:11 AM
Last Post: psycik
  Recordings Viewer - version 2 psycik 18 4,878 2006-08-15, 07:48 AM
Last Post: mila06
  Manage conflicted recordings from the system tray Mister Slimm 0 1,053 2006-08-05, 08:25 PM
Last Post: Mister Slimm

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

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

Linear Mode
Threaded Mode