linene Wrote:I unchecked the "run during recording" checkbox in gbpvr (per discussion above). Have completed 2 recordings, neither started comskip after they were done recording (and no comskip logs). Any ideas?
It'll only run comskip itself if you havnt created a PostProcessing.bat file. If you have created a PostProcesing.bat, then it assumes you'll need to sequence your custom operations correctly and leaves it up to you to run comskip from your batch file.
afaik I have not created a postprocessing.bat file (I have never tried to)...comskip is still not working for me. I plan to try an earlier version of comskip, though I think this version is working for others. Thanks.
stustunz Wrote:what was the version you last had working
have you upgraded since then ?
This is a new install (motherboard died on old comp). I have to dig into the old comps hard drive to find what version that was. I may try that version again.
I did not realize, but when I installed comskip (version 111), it put in a demo postprocessing file. Check if there is a postprocessing.bat in your gbpvr directory. If so, rename it to something like postprocessing_example.bat and see if that fixes. If not, try making a parallelprocessing.bat to run comskip.
afaik I have not created a postprocessing.bat file (I have never tried to)...comskip is still not working for me. I plan to try an earlier version of comskip, though I think this version is working for others. Thanks.
Did you check if you have this file? Some plugins create it when you install them.
Otherwise, do a recording then zip and attach the logs and I'll take a look.
sub Wrote:I can see an error in your logs. I'm not 100% sure of the cause, but using a tool like SQLiteSpy, try executing the following SQL:
DELETE FROM TRANSCODE_QUEUE;
Hopefully it'll fix the problem.
sub,
tried what you said...not sure if I did it right...used sqlitespy and selected the gbpvr.db3 file. I then put "DELETE FROM TRANSCODE_QUEUE" in then selected execute sql line from the drop down menu. Comskip still not running. Is there something I can view in sqlitespy that will tell me if I executed the code correctly?