[mythtv] Re:Transcoding pvr-250 files
Vinton Coffman
vintonc at redzone.com
Thu Aug 28 10:07:04 EDT 2003
> I'm not near my TV, so I can't actually make sure it works, but can
> someone with a PVR250 try making this one line change, and see if it
> fixes the seeking problems on transcoded files? (Note, this isn't what
> the final patch would look like, as it breaks the force-key-frames
> option, but if you are using 'X' from mythfrontend, you're not using
that
> option anyway.
>
> in NuppelVideoPlayer.cpp
> @@ -3218,7 +3221,7 @@
> else
> writekeyframe = decoder->isLastFrameKey();
> - nvr->WriteVideo(&frame, true, writekeyframe);
> + nvr->WriteVideo(&frame, false, writekeyframe);
> }
>
> if (QDateTime::currentDateTime() > curtime)
>
>Thanks,
> .Geoff
I tried the above suggestion with night's CVS (Aug 28 11:00 p.m. EDT)
and it seems to work. Skipping and scanning work correctly.
I didn't check the elapse time before transcoding but the hour long
show claims to be 21:28 long. Its seems that something in the cvs
update may have changed the way elapse time is calculated. Its late
and I don't have time to time the length of this show but 21:28 seems
like the amount of time that would be cut out of an hour long show due
to commercials. So this calculation may be reversed. Was this
something that was in the verbose patch Issac committed earlier tonight?
The audio seems lower pitched after transcoding too. I'm using native
alsa support. Should I start a new thread for that one? Or, is it
normal? The file was transcoded with uncompressed audio @ 48000
sampling rate.
Thanks for the quick work around, Geoff. Will CVS overwrite the
changes to NuppleVideoPlayer.cpp with the next update to it?
Have a relaxing Labor Day.
Vinton
Vinton Coffman
Mobot Robotics, LLC.
484 West 7th Avenue
West Homestead, PA 15120
Phone (412) 476-8980 ext 226
Cell (412) 877-9869
Fax (412) 476-8981
More information about the mythtv-dev
mailing list