2009-05-07, 08:27 PM
I've been using GBPVR since version 97.
And for the most part I've been able to browse the forums and find what I want.
Now I'm in a quandry. I've done reconfiguration, database vaccuuming, XML updates numerous ways... and finally I want to ask:
What's the simplest way to use GBPVR to simply record a show, comskip/clean, rename the file to season/episode name, and convert it to xvid format around 350mb per 1h episode?
I've manually called Comskip and Comclean from the postprocessing.bat. That worked well but I was using ffmpeg command line that didn't make the cleanest video copy.
I've downloaded Statics Autotranscodecut utility and that really seems to work well. The problem I'm having with it is I can't seem to get the files to rename season/episode#
I've gotten sick of going in and making adjustments and tweaks, so I uninstalled GBPVR, and reinstalled it from scratch. Right now I have the UpdateEPG.bat working just fine. I'm also using Zehd's UltraXML2 to bring in more show data.
What I'm stuck on is getting the shows to comskip/clean/transcoded, then renamed.
I've tried renaming first but I'm not familiar enough with the coding to understand where I'm going wrong. Hopefully someone here can explain to me the simple mistake I'm making.
Here is a listing of my postprocessing.bat
And the postprocess.bat I'm calling is directly from Stattik’s Mencoder Automation Script at http://gbpvr.com/pmwiki/pmwiki.php/Utili...anscodeCut
That works really well in my opinion and I'd like to keep it. I just can't figure out the logic on when/where I should rename the file and when/where I should comskip/clean.
Anyway, lots of information up there but pretty much what I'm looking for is:
How is everyone else doing this? I'd like it to be as automated as possible for the simple fact that I just want to set it up, and schedule shows, and then forget about it. Copy the avi's to my laptop once a week and watch my shows when I have time.
And for the most part I've been able to browse the forums and find what I want.
Now I'm in a quandry. I've done reconfiguration, database vaccuuming, XML updates numerous ways... and finally I want to ask:
What's the simplest way to use GBPVR to simply record a show, comskip/clean, rename the file to season/episode name, and convert it to xvid format around 350mb per 1h episode?
I've manually called Comskip and Comclean from the postprocessing.bat. That worked well but I was using ffmpeg command line that didn't make the cleanest video copy.
I've downloaded Statics Autotranscodecut utility and that really seems to work well. The problem I'm having with it is I can't seem to get the files to rename season/episode#
I've gotten sick of going in and making adjustments and tweaks, so I uninstalled GBPVR, and reinstalled it from scratch. Right now I have the UpdateEPG.bat working just fine. I'm also using Zehd's UltraXML2 to bring in more show data.
What I'm stuck on is getting the shows to comskip/clean/transcoded, then renamed.
I've tried renaming first but I'm not familiar enough with the coding to understand where I'm going wrong. Hopefully someone here can explain to me the simple mistake I'm making.
Here is a listing of my postprocessing.bat
Code:
@echo off
echo "%~dpn1.mpg"
C:\EPG\UltraXMLTV\UltraXMLTV_Post.exe %1 %2
call "C:\Program Files\devnz\gbpvr\postprocess.bat" "%~dpn1.mpg"
And the postprocess.bat I'm calling is directly from Stattik’s Mencoder Automation Script at http://gbpvr.com/pmwiki/pmwiki.php/Utili...anscodeCut
That works really well in my opinion and I'd like to keep it. I just can't figure out the logic on when/where I should rename the file and when/where I should comskip/clean.
Anyway, lots of information up there but pretty much what I'm looking for is:
How is everyone else doing this? I'd like it to be as automated as possible for the simple fact that I just want to set it up, and schedule shows, and then forget about it. Copy the avi's to my laptop once a week and watch my shows when I have time.