2005-12-08, 01:27 PM
Well, it sounds similar. I've found I can play the file fine but it's duration is shown completely wrong. For instance, I recorded a 3 hour movie but it's duration and time line in gbpvr and WMP shows as 6 minutes. If I attempt to skip, FF or anything, the position in the file gets completely screwed up because of the messed up timing. This happens due a bug in the pvr150 drivers, but only about 1 out of 4 recordings for me.
If this sounds about right but you can't play the entire file it might just be a difference with your decoder. The decoders I've tried keep playing it but can't position within the file correctly. If you're not sure, it certainly couldn't hurt to try one of the solutions posted here. I've found the easiest and fastest way to fix the file is to use mencoder. The following command line will re-write the file with the correct timestamps:
mencoder -of mpeg -ovc copy -oac copy input.mpg -o output.mpg
Good luck,
Tim
If this sounds about right but you can't play the entire file it might just be a difference with your decoder. The decoders I've tried keep playing it but can't position within the file correctly. If you're not sure, it certainly couldn't hurt to try one of the solutions posted here. I've found the easiest and fastest way to fix the file is to use mencoder. The following command line will re-write the file with the correct timestamps:
mencoder -of mpeg -ovc copy -oac copy input.mpg -o output.mpg
Good luck,
Tim