[mythtv-users] keyframes in cut list editor off by one frame

Thomas Boehm mythtv-users at lists.boehmi.net
Fri Aug 22 19:44:16 UTC 2014


On 22/08/14 16:35, John Pilkington wrote:
> Hi:  MythDVBcut already incorporates an offset for this, and I find that
> it usually gives the right result with DVB-T SD in the UK.  I rarely
> record HD material, but I have a small amendment to this version for that.

Thanks John. But as I wrote I solved it already in my script by adding a
"- 1"

SELECT offset FROM recordedseek WHERE chanid=$3 AND starttime='$4' AND
type=9 and mark >= ($i - 1) and mark < ($i + 100) order by offset;
-----------------------^^^

I still think it's a bug in the cutlist editor. Or are you saying that
it only happens with DVB-T in the UK?


More information about the mythtv-users mailing list