2007-01-06, 04:07 PM
What I am trying to do is have recorded live TV shows without commercials, start to finish, with an accurate timeline, renamed, etc...
I figure padding the recording by 1 min at the start and finish while recording, then using comskip, comclean, retime and rename would do the trick. But...
The doc's for retime show an example of:
move â%~dpn1.mpgâ â%~dpn1_faulty.mpgâ
retime â%~dpn1_faulty.mpgâ â%~dpn1.mpgâ
comskip %1
rectracker %1 > rectracker.log
Wouldn't this "retime" the video prior to removing commercials? That is fine as long as I can run it again after removing the commercials to again correct the timeline.
What I "think" will work is:
comskip %1
call comclean %1
move â%~dpn1.mpgâ â%~dpn1_faulty.mpgâ
retime â%~dpn1_faulty.mpgâ â%~dpn1.mpgâ
RenameRecording.exe -t %1 > rename.log
OR even
move â%~dpn1.mpgâ â%~dpn1_faulty.mpgâ
retime â%~dpn1_faulty.mpgâ â%~dpn1.mpgâ
comskip %1
call comclean %1
move â%~dpn1.mpgâ â%~dpn1_faulty.mpgâ
retime â%~dpn1_faulty.mpgâ â%~dpn1.mpgâ
RenameRecording.exe -t %1 > rename.log
The example's "%~dpn1.mpg" part confuses me, as the video files do not have "dpn1" in the file name. So I am not sure what that will do.
Any of you knowledgeable/guru's have an example for me to cut and paste?
Or direct me to a more favorable way to accomplish my desired results?
Or even direct me to a thread where this has been covered?
I am a GBPVR noob. Yes I did some searches but didn't really find what I was looking for.
Thanks in advance!
PS - I'm an infrastructure guy, not a programmer... be gentle with me.
I figure padding the recording by 1 min at the start and finish while recording, then using comskip, comclean, retime and rename would do the trick. But...
The doc's for retime show an example of:
move â%~dpn1.mpgâ â%~dpn1_faulty.mpgâ
retime â%~dpn1_faulty.mpgâ â%~dpn1.mpgâ
comskip %1
rectracker %1 > rectracker.log
Wouldn't this "retime" the video prior to removing commercials? That is fine as long as I can run it again after removing the commercials to again correct the timeline.
What I "think" will work is:
comskip %1
call comclean %1
move â%~dpn1.mpgâ â%~dpn1_faulty.mpgâ
retime â%~dpn1_faulty.mpgâ â%~dpn1.mpgâ
RenameRecording.exe -t %1 > rename.log
OR even
move â%~dpn1.mpgâ â%~dpn1_faulty.mpgâ
retime â%~dpn1_faulty.mpgâ â%~dpn1.mpgâ
comskip %1
call comclean %1
move â%~dpn1.mpgâ â%~dpn1_faulty.mpgâ
retime â%~dpn1_faulty.mpgâ â%~dpn1.mpgâ
RenameRecording.exe -t %1 > rename.log
The example's "%~dpn1.mpg" part confuses me, as the video files do not have "dpn1" in the file name. So I am not sure what that will do.
Any of you knowledgeable/guru's have an example for me to cut and paste?
Or direct me to a more favorable way to accomplish my desired results?
Or even direct me to a thread where this has been covered?
I am a GBPVR noob. Yes I did some searches but didn't really find what I was looking for.
Thanks in advance!
PS - I'm an infrastructure guy, not a programmer... be gentle with me.