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) GB-PVR Support (legacy) v
« Previous 1 … 449 450 451 452 453 … 1231 Next »
Help Setting Up a Post-Processing Batch File

 
  • 0 Vote(s) - 0 Average
Help Setting Up a Post-Processing Batch File
SuperDinoYoshi
Offline

Junior Member

Posts: 19
Threads: 6
Joined: Jul 2006
#1
2007-10-09, 10:56 PM
Hi,
I've been reading around the wiki and forums, and have seen talk about how easy it can be to set up GBPVR to record videos, cut the commercials, and then transcode them to say, mp4. I've seen a few batch files to download, but I don't understand where they belong, and I don't know how to tweak them.

Is there any where for me to learn how to set these things up?
I want recordings to be cut of commericals, and then transcoded for an ipod, but still leave the original recording in tact, in case the commercial cutting messes up

Is this possible?

Thanks in advance for any replies, sorry about this topic being one that gets brought up a lot.
ApexHack
Offline

Member

Posts: 184
Threads: 34
Joined: Mar 2006
#2
2007-10-09, 11:31 PM
Quote:REM If you use comskip, unREM the next line
REM "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
echo %date% %time% renaming "%~dpn1.mpg" to "%~dpn1_original.mpg" >>postprocessing.log
move "%~dpn1.mpg" "%~dpn1_original.mpg"

echo %time% renaming "%~dpn1_cleaned.mpg" to "%~dpn1.mpg" >>postprocessing.log
move "%~dpn1_cleaned.mpg" "%~dpn1.mpg"

echo %time% moving "%~dpn1_original.mpg" to H:\Originals >>postprocessing.log
move "%~dpn1_original.mpg" H:\Originals

echo %time% deleting "%~dpn1.log" >>postprocessing.log
del "%~dpn1.log"

echo %time% deleting "%~dpn1.txt" >>postprocessing.log
del "%~dpn1.txt"

echo %time% deleting "%~dpn1.VPrj" >>postprocessing.log
del "%~dpn1.VPrj"

echo %time% deleting "%~dpn1.logo.txt" >>postprocessing.log
del "%~dpn1.logo.txt"

This is mine. I'm cutting commercials, renaming the cleaned file to what GB-PVR will recognize, moving the original file to another directory and then cleaning up the temp/log files.

Cheers
[SIZE="1"]1.3.11 / XP Pro SP2 / P5VD2-MX-SE {VIA P4M890 VT8237A} / E2200 / 2GB / 2.8TB / HVR1800 x 1, HVR1600 x 2 / 1 PCH[/SIZE]
SuperDinoYoshi
Offline

Junior Member

Posts: 19
Threads: 6
Joined: Jul 2006
#3
2007-10-10, 02:43 AM
Whats the easiest way to add transcoding to this?
ApexHack
Offline

Member

Posts: 184
Threads: 34
Joined: Mar 2006
#4
2007-10-10, 10:17 PM
That's a good question. I've never tried to automate transcoding.

I see options for transcoding in GB-PVR, but know nothing of how it works. Sorry I can't help more.

Cheers
[SIZE="1"]1.3.11 / XP Pro SP2 / P5VD2-MX-SE {VIA P4M890 VT8237A} / E2200 / 2GB / 2.8TB / HVR1800 x 1, HVR1600 x 2 / 1 PCH[/SIZE]
wake
Offline

Junior Member

Posts: 16
Threads: 2
Joined: Apr 2005
#5
2007-10-10, 10:47 PM
Very possible!

I am currently only an older version, but stattik's transcode script is excellent for this purpose. You can find info here:

http://gbpvr.com/pmwiki/pmwiki.php/Utili...anscodeCut

The main thing is it's going to use a combination of Mencoder, Comskip and XviD to produce the resulting file. This newer version has a lot of options and the wiki tells how to do most things.

For starters, grab the file under the Download section. It'll be a batch file (if it's a text file rename it to .bat). You can edit that batch file to your liking, and drag one of your recordings on it (after you follow the instructions to download the appropriate programs). It'll run through comskip and make the commercials, then transcode according to your settings in the file. You can even set it in test mode and it'll take a short clip from your recording so you can test the quality!

After you find it's doing its job, you can rename the batch file to PostProcessing.bat and place it in your main gbpvr directory. It'll then run after a recording is finished, and you will now have an automated transcoding solution.

Still have questions? Check out the huge thread. Smile

http://forums.nextpvr.com/showthread.php?t=10606
SuperDinoYoshi
Offline

Junior Member

Posts: 19
Threads: 6
Joined: Jul 2006
#6
2007-10-11, 12:55 AM
I've downloaded it, but in the instructions it says not to include spaces. If I just delete them out of the paths to the programs it needs will it work, or do they need to be replaced by something?

I also don't understand why it needs to keep running, it asks for a timeset to check if there are any new recordings, isn't it run automatically by GBPVR?
wake
Offline

Junior Member

Posts: 16
Threads: 2
Joined: Apr 2005
#7
2007-10-11, 02:47 AM
SuperDinoYoshi Wrote:I've downloaded it, but in the instructions it says not to include spaces. If I just delete them out of the paths to the programs it needs will it work, or do they need to be replaced by something?

I also don't understand why it needs to keep running, it asks for a timeset to check if there are any new recordings, isn't it run automatically by GBPVR?

yes deleting out the spaces is fine.

It runs automatically when a recording is done, so I'm not sure what to really answer here.
SuperDinoYoshi
Offline

Junior Member

Posts: 19
Threads: 6
Joined: Jul 2006
#8
2007-10-11, 03:15 AM
When I deleted the spaces, running the script caused errors saying that the programs couldn't be found...
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Conversion Processing paul1 1 2,861 2012-10-01, 10:07 AM
Last Post: Graham
  file types of recorded TV paul1 3 3,745 2012-09-30, 05:20 PM
Last Post: sub
  Setting for Numeric Channel Change Timeout? smajor 6 2,856 2011-03-16, 07:21 PM
Last Post: sub
  No Data In the Recorded File zb1 5 2,326 2010-08-24, 01:08 AM
Last Post: zb1
  Italian channels post and a question about compatibility with Seven 64 bit pinopallino 2 1,684 2010-08-18, 09:14 AM
Last Post: pinopallino
  Path to file being recorded. brianj 5 2,393 2010-08-08, 10:58 PM
Last Post: brianj
  error: failure playing back file yonu 4 2,095 2010-07-12, 12:52 AM
Last Post: yonu
  Setting up BDA.ini for new Kworld 450 T tuner mark_lt 2 1,864 2010-06-24, 06:37 AM
Last Post: mark_lt
  Hong Kong DMB-T Setting jeromekwok 16 10,896 2010-05-30, 03:33 PM
Last Post: jksmurf
  UK Freesat Scan.cache File jeffers 3 2,112 2010-05-25, 10:34 PM
Last Post: jeffers

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

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

Linear Mode
Threaded Mode