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 6 7 8 9 10 125 Next »
How to use VideoReDo to AUTOMATICALLY remove commercials

 
  • 0 Vote(s) - 0 Average
How to use VideoReDo to AUTOMATICALLY remove commercials
ydekmekji
Offline

Posting Freak

Posts: 824
Threads: 275
Joined: Jan 2005
#31
2006-02-08, 01:10 AM
it should
If you want to know why nPVR is the bomb, ask my wife!
reboot
Offline

Posting Freak

Posts: 1,426
Threads: 89
Joined: Mar 2005
#32
2006-02-08, 05:20 PM
Yes, VideoReDo outputs a properly timecoded mpg.
I demux in PVAStrumento, then author in DVDLab, burn with Nero.
You can never have enough tuners!
Pentium Quad / 4Gb Dual Channel RAM / XPSP3 / 2 x PVR-500, PVR-250 / GB-PVR
theredbaron
Offline

Member

Posts: 69
Threads: 16
Joined: Feb 2006
#33
2006-02-08, 06:19 PM
So, should I take the cleaned (commercial-stripped) mpegs i got from videoredo, demux them in pvastrumento, use dvdlab (free?), and burn? Easy as that?
pcostanza
Offline

Posting Freak

Posts: 3,778
Threads: 270
Joined: Oct 2004
#34
2006-02-08, 06:35 PM
theredbaron Wrote:So, should I take the cleaned (commercial-stripped) mpegs i got from videoredo, demux them in pvastrumento, use dvdlab (free?), and burn? Easy as that?
I've taken my comskip/VideoReDo mpegs and used Nero, Roxio, and DVDiT and have had no problems at all. DVDLab works fine too and I would think, demux on it's own.


Paul


Custom ASUS Maximus X Hero, 16 GB Memory-ASUS GeForce 1050 Ti, H115i Pro AIO, 850W PS, CM H500P case, Corsair Vengeance RGB Ram, Samsung 970 EVO, HDHomerun Prime & Extend  Tuners- running Windows 10 (and other goodies)
reboot
Offline

Posting Freak

Posts: 1,426
Threads: 89
Joined: Mar 2005
#35
2006-02-09, 05:10 PM
DVDLab's demuxer does work, although maybe not as consistently as PVAS.
It's just a habit/sequence that I have always used with excellent results. YMMV.
Comclean's mpg's don't always demux properly in dvdlab. PVAS does it properly (and faster than dvdlab).
There should be no problems with videoredo's mpg's though.
You can never have enough tuners!
Pentium Quad / 4Gb Dual Channel RAM / XPSP3 / 2 x PVR-500, PVR-250 / GB-PVR
theredbaron
Offline

Member

Posts: 69
Threads: 16
Joined: Feb 2006
#36
2006-02-10, 10:51 PM (This post was last modified: 2006-02-11, 12:02 AM by theredbaron.)
Hey, are there any options/settings for PVAS? Do I just do demux and it's good to go? And what might I do to automatically demux my video files (say every few days or something)? Is there a .bat i can configure (i'm not very adept at making them, but I can edit them)? Also, is it possible to edit the demuxed files in videoredo or is it best to edit them pre-demux? Sorry about all the questions, but I want to get this right.
Jim_
Offline

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#37
2006-02-11, 12:00 AM
I use DVD Movie Factory.
DVDMF authors VideoReDo edits without any additional steps or sync problems, without re-encoding the file.
[SIZE="1"]HP e9240f| Phenom II X4-945| Radeon HD4650 1-gig | 8 gig ram | Blu-Ray
Windows 7 64bit | 1TB system | 1.5TB Recordings | 3-TB Library
HDMI >> Sony 40" 1080p LCD TV
HVR-2250 | HVR-1290 | WinTV PVR USB2 | WinTV HD-PVR | GBPVR 1.4.7[/SIZE]
Projects: I-xmltv (Unsupported at this time) |
theredbaron
Offline

Member

Posts: 69
Threads: 16
Joined: Feb 2006
#38
2006-02-11, 04:33 AM
I'm wondering, is there a line I can add to postprocessing that deletes the comskip text/log files after the cuts are made? Also, just to know, is there a way to delete the original file rather than renaming it original?
dgeezer
Offline

Senior Member

Posts: 324
Threads: 9
Joined: Feb 2005
#39
2006-02-11, 09:06 AM
Look back at post 18 in this thread. This works for me almost every time. It failed to cleanup the directory once since I have been using this. Otherwise no problems.

This method works well enough for me that I am considering modifying my script to send the files directly to the windows recycle bin rather than keeping them in the temporary originals folder. I could always restore them from there if I needed to fix a segment.
Server: Windows 10 - ASrock N3150DC -ITX Fanless Celeron
Clients: Shield TV with X-newa on Kodi, Asus chromebox - openelec - X-newa on Kodi
dgeezer
Offline

Senior Member

Posts: 324
Threads: 9
Joined: Feb 2005
#40
2006-03-05, 10:57 PM
I realised that I had made a typo in the postprocessing.bat file that I had modified and posted here. The last line had an extra s on the renamerecording command. I realized that the actual files were not being renamed.

Here is the corrected file:

REM If you use Showanalyzer, unREM the next line
REM "C:\Program Files\Dragon Global\ShowAnalyzer\ShowAnalyzer.exe" %1
REM If you use comskip, unREM the next line
"C:\Program Files\devnz\gbpvr\comskip.exe" %1
cscript //nologo "C:\Program Files\VideoReDoPlus\vp.vbs" "%~dpn1.VPrj" "%~dpn1_Cleaned.mpg" /t1 /q
Rem RENAME the old .mpg file and rename the new one to the old name
move "%~dpn1.mpg" "%~dpn1_original.mpg"
move "%~dpn1_cleaned.mpg" "%~dpn1.mpg"
REM The following lines cleanup the directory.
move "%~dpn1_original.mpg" "G:\videos\originals\"
move "%~dpn1.txt" "G:\videos\originals\"
move "%~dpn1.log" "G:\videos\originals\"
move "%~dpn1.VPrj" "G:\videos\originals\"
RenameRecording %1 > "G:\videos\originals\renamerecordings.log"


Reboot - thanks again for posting this. It has been a great upgrade to my system.
Server: Windows 10 - ASrock N3150DC -ITX Fanless Celeron
Clients: Shield TV with X-newa on Kodi, Asus chromebox - openelec - X-newa on Kodi
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (7): « Previous 1 2 3 4 5 6 7 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  How do I get SHowanalyzer to run automatically from the postprocessing linfor 2 1,541 2007-12-21, 08:05 PM
Last Post: linfor
  Semi-Automatic commercial removal with VideoRedo dgeezer 9 6,374 2007-12-21, 03:19 PM
Last Post: dgeezer
  Existing mpeg files with commercials bimmer16 7 2,408 2007-11-07, 08:51 AM
Last Post: zehd
  Blue Skin - completely remove preview screen Taajuus 2 1,641 2007-05-21, 10:48 AM
Last Post: Taajuus
  xrecord shows all channels in guide, can't remove channels from list Wakalaka 1 1,260 2007-03-01, 01:38 AM
Last Post: Wakalaka
  XRecord, Reoccuring, and crash when remove a schedule Wakalaka 3 1,689 2007-02-28, 01:04 AM
Last Post: fla
  comclean deleting file after it removes commercials. ram4x4nut 12 4,155 2006-10-06, 04:00 AM
Last Post: zehd
  Comskip won't run automatically. decon1313 21 5,577 2006-08-29, 02:45 AM
Last Post: decon1313
  I-xmltv: TV GuideSupercharger & Zap2It EPG remove channels swfx 6 2,459 2006-08-24, 08:03 PM
Last Post: Jim_
  comskip doesnt find commercials fldavem 1 1,458 2006-06-26, 09:22 PM
Last Post: erik

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

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

Linear Mode
Threaded Mode