| |||||||
| Commercial message | |
| | |
|
![]() |
| | Thread Tools |
| | #1 (permalink) |
| New on Forum Join Date: Aug 2006
Posts: 13
| Cut out commercials and convert Hello all. I have a recorded TV show in Microsoft Recorded TV Show format (dvr-ms) that has a lot of commercials in it. So I would like to ask wich program should I use to cut these commercials out? And after that maybe convert it to another format, cause I don't quite like this one. It's good the other way around too, I mean first convert it with a program and than cut the ads out with maybe Boilsoft AVI MPG Splitter. So please recommend me either an ad cutting or a good converting (dvr-ms compatible...) program. Thanks is advance! |
| | |
| | #2 (permalink) |
| Senior Moderator & Editor Join Date: Feb 2005 Location: New Fajara
Posts: 7,651
| Re: Cut out commercials and convert When I had a pseudo media PC which only recorded in DVR-MS, I found that VideoRedo handled the conversions to MPEG2 and ad-cutting very well. You can try it out for yourself - there's a month's free full-feature trial available from the site...: http://www.videoredo.com/
__________________ . . ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If you are new to the internet, have a query about digital storage, or would maybe like to tell us a bit about yourself: just register with us and try either the Newbie forum or the CD Freaks Living Room. Alternatively, if you fancy some chit-chat (without technical help), then you're welcome to use the Chatbox to have a natter to other experienced members and staff. Look what you get when you join CD Freaks:
the forum rules that everyone signs up to. So what are you waiting for? Click the smiley to join --> ![]() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| | |
| | #3 (permalink) |
| CDFreaks Resident Join Date: Sep 2003 Location: West Texas
Posts: 2,531
| Re: Cut out commercials and convert I prefer to use VideoRedo for cutting out ads, though I mostly do it manually instead of with the automatic function. There is another tool that is available for this process, called DVRMSToolbox. Unlike VideoRedo, it is free to use. There are two versions available now, one for XP and one for Vista. Found here It can convert to mpeg, which is how I've used it. I then use an authoring program to combine mpegs into a dvd with a menu. |
| | |
| | #4 (permalink) | |
| Senior Moderator & Editor Join Date: Feb 2005 Location: New Fajara
Posts: 7,651
| Re: Cut out commercials and convert Quote:
__________________ . . ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If you are new to the internet, have a query about digital storage, or would maybe like to tell us a bit about yourself: just register with us and try either the Newbie forum or the CD Freaks Living Room. Alternatively, if you fancy some chit-chat (without technical help), then you're welcome to use the Chatbox to have a natter to other experienced members and staff. Look what you get when you join CD Freaks:
the forum rules that everyone signs up to. So what are you waiting for? Click the smiley to join --> ![]() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| | |
| | #6 (permalink) |
| CD Freaks Senior Member Join Date: Dec 2004
Posts: 460
| Re: Cut out commercials and convert I don’t know if it will work with DVR-MS, but I use AVIsynth to cut out commercials from TV shows I’ve recorded on my ATI TV Tuner wonder before encoding to watch on my iPod. Here’s what my AVS script looks like: Code: # Load the required plugins.
loadplugin("C:\Program Files\AVIsynth 2.5\Plugins\Decomb522.dll")
# Define the input audio/video stream.
DirectShowSource("MOVIE.MPG")
# Since this movie came from standard cable TV, it's 480i@30fps.
# We want to watch the end result on an iPod, so we want a it to be
# progressive rather than interlaced. So we'll do a full blend
# deinterlace and resize the movie to 320x240.
FieldDeinterlace(blend=true, full=true)
LanczosResize(320,240)
# This defines two seconds of dead air which we'll put in the place
# of the commercials we're cutting out.
twoSecondPause = BlankClip(last, length=60, color=$000000, width=320, height=240)
# These define the segments of the show. Part1 is the opening theme and
# the first part of the show. Part2 is between the first and second
# commercials. Part3 is between the second and third commercials, etc.
# The numbers are frame numbers as you would see them in video editing
# software like VirtualDub.
part1 = Trim(6898, 25211)
part2 = Trim(29807, 44880)
part3 = Trim(49474, 60214)
part4 = Trim(65149, 75902)
part5 = Trim(81392, 96339)
part6 = Trim(101860, 114447)
# Once we've defined the segments of the show, we string them back
# together again, putting those two seconds of dead air between each
# segment where the commercials were before.
AlignedSplice(part1,twoSecondPause, part2,twoSecondPause, part3,twoSecondPause, part4,twoSecondPause, part5,twoSecondPause, part6) Originally I loaded the audio and video using the MPEG2Source and WAVSource commands (I had demuxed the audio, played around with it a bit and remuxed it), but I figure DirectShowSource is more universal and easier for you to use.
__________________ Scientology Last edited by NRen2k5; 27-06-2007 at 22:48. |
| | |
| | #7 (permalink) |
| CDFreaks Resident Join Date: Sep 2003 Location: West Texas
Posts: 2,531
| Re: Cut out commercials and convert If you are going to try DVRMSToolbox, you'll soon find out that the user interface is, to put it politely, primitive. You can't just point it at your files, or drag and drop. You have to type out the input and output files very accurately, down to the correct file extensions. It does work to change dvr-ms to mpeg2. Never had any problems with that. But the commercial cutting function in the tool slows things down, and is nowhere near as accurate as manual cuts in VideoReDo. Of course, you may already have another mpeg editing tool you prefer. Been a while since I've used it...until I read this thread, I didn't even know they had made a version for Vista. Here is a guide for its use: http://bluwiki.com/go/DVRMSToolbox_User_Guide And you'll find more info at the forums at thegreenbutton.com |
| | |
| | #8 (permalink) |
| New on Forum Join Date: Jun 2007
Posts: 25
| Re: Cut out commercials and convert hey...i found this on the internet, perhaps it could help? i dont record tv, because although i have media center, the cable is not long enough...anyways, yeah the link http://forum.videohelp.com/topic301015.html
__________________ My Computer: -Dell Dimension E521 (2007) -Vista Home Premium -1GB RAM -Sony DVD RW drive -1 TSSTcorp (Samsung) DVD RW LightScribe drive -225GB Hard Drive (only 154GB left from movies, pics, etc) |
| | |
| |
| |
![]() |
| If you can't find where you are looking for, then become a member and get an answer fast! We have thousands of people online every moment of the day to help you! Click here |
| Can't find where you are looking for? Search our knowledgebase! | |
| | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cutting Out Commercials | ToraScotia | DVDFab / DVD Region+CSS Free | 1 | 08-08-2007 15:21 |
| some commercials... | SoDuff | CD Freaks Living Room | 0 | 29-03-2007 10:25 |
| Captured motorola comcast dvr video to pc. how do i cut commercials???? | mikej3131 | Video Edit Software | 35 | 02-06-2006 14:49 |
| Cut out commercials using Vegas? | bigphill911 | Video Edit Software | 5 | 24-11-2005 20:50 |
| DVD cut out few segments and convert to real | ellie_new | Newbie Forum | 1 | 02-05-2004 15:30 |