Actions
Bug #555
closedmarks.vdr timestamps written in negative
Description
I'm using markad 0.0.9 with VDR 1.6.0-2 on a x86_64 machine. It seems to do something but there are two bad problems:
1) All the info in marks.vdr is written in negative numbers. For example, I get entries like:
0:-3:-11.14 detected logo start (4788)
...whereas they should look like this if I understand correctly:
0:03:11.14 detected logo start (4788)
2) It writes lots of "detected start/stop of horiz. borders" marks, making the result pretty much useless. Is there a way to disable the horiz. borders detection altogether?
Updated by Joe_D almost 14 years ago
- Assignee set to Joe_D
- % Done changed from 0 to 90
Can you please remove the sign in line 606 of command/streaminfo.cpp?
The line should read:
maContext->Video.Info.FramesPerSecond=fps
Updated by Joe_D over 13 years ago
- Status changed from New to Closed
- Target version changed from 0.0.9 to 0.1.0
- % Done changed from 90 to 100
Actions