Hello Ralph and Michael,

Michael Riepe wrote:
> Okay...
> 
> I wrote:
> 
>>> Just change the declaration to
>>> int delta = 0;
>>> to get rid of the warning. :)
>> As soon as I'm convinced that that is the right thing to do. ;-)
> 
> I am convinced. :-)
> 
> I refactored the code a little, though. And, as a bonus, I made the
> mouse wheel work inside the video window (NOT the cursor keys, though).
> 
> Welcome to r142,

Thanks to both of you for adding the possibility to jump forward and 
backward with the right and left arrow keys.


However, I made a strange observation: the settings file contains
wheel/incr_normal=1500
which I assume corresponds to one minute of a PAL movie. But if I use 
the right arrow key to jump forward, it jumps a little less than 1 
minute, as the indicator with the milliseconds decreases (similar for 
the left arrow). Is this normal?
(It does the same when using the scroll wheel of the mouse.)


By the way, why don't you simply use the frame number in the most right 
field (milliseconds) of the time indicator? In other words, you leave 
the indicators for hours, minutes, seconds the way it is; you replace 
the indicator that shows 1/1000 seconds with integer numbers that go 
from 0 to 24 for PAL movies, from 0 to 29 for NTSC movies,... generally, 
it would go from 0 to (fps - 1). I think it would be easier to 
understand at what picture of the current second the movie has been 
stopped.


Finally, what is the correct way to compile the svn checkout of dvbcut? 
Do I simply have to run make without running configure?


Cheers,

Francesco

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
DVBCUT-user mailing list
DVBCUT-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to