2006-11-29, 11:53 AM
Hi,
I'm trying to clean up some recordings (cut out commercials/padding) to put them on dvd. Some of my recordings with my Nova-t (9002) seem to have the wrong timestamps so that I have to fix the timestamp before I can run comskip -- otherwise comskip recognises the commercials, but they are in the wrong place when playing the file in GBPVR.
I downloaded "retime" from the wiki and set up a batch file to manually start it:
move "%~dpn1.mpg" "%~dpn1_faulty.mpg"
cd "path\to\retime" (yes, I have the correct path here :-))
call retime "%~dpn1_faulty.mpg" "%~dpn1.mpg"
del "%~dpn1_faulty.mpg"
For whatever reason, the audio is slightly out of synch when I play the retimed file.
I then tried mencoder -- also starting from a batch file:
move "%~dpn1.mpg" "%~dpn1_faulty.mpg"
"C:\Programme\devnz\Tools\mplayer\mencoder.exe" -idx -of mpeg -ovc copy -oac copy "%~dpn1_faulty.mpg" -o "%~dpn1.mpg"
When I play the file in GBPVR, I can't skip and the timeline shows "0:00:00" at both ends.
I have no idea which tool is better (retime or mencoder) so any suggestions would be appreciated as to which to use and how to use it (please keep it simple)
the_e
I'm trying to clean up some recordings (cut out commercials/padding) to put them on dvd. Some of my recordings with my Nova-t (9002) seem to have the wrong timestamps so that I have to fix the timestamp before I can run comskip -- otherwise comskip recognises the commercials, but they are in the wrong place when playing the file in GBPVR.
I downloaded "retime" from the wiki and set up a batch file to manually start it:
move "%~dpn1.mpg" "%~dpn1_faulty.mpg"
cd "path\to\retime" (yes, I have the correct path here :-))
call retime "%~dpn1_faulty.mpg" "%~dpn1.mpg"
del "%~dpn1_faulty.mpg"
For whatever reason, the audio is slightly out of synch when I play the retimed file.
I then tried mencoder -- also starting from a batch file:
move "%~dpn1.mpg" "%~dpn1_faulty.mpg"
"C:\Programme\devnz\Tools\mplayer\mencoder.exe" -idx -of mpeg -ovc copy -oac copy "%~dpn1_faulty.mpg" -o "%~dpn1.mpg"
When I play the file in GBPVR, I can't skip and the timeline shows "0:00:00" at both ends.
I have no idea which tool is better (retime or mencoder) so any suggestions would be appreciated as to which to use and how to use it (please keep it simple)
the_e
Asus Pundit-R, PVR250, Nova-T (9002), latest GB-PVR