Le dimanche 15 d?cembre 2013, 11:27:50 Henrikki Almusa a ?crit :

> No problem. I'm trying to learn c++ so best way to do that is code and I
> do use kdenlive.
kdenlive "stable" is not always designed with the most modern trends & 
language features due to its now quite long history, but it is not worse than 
many projects ;-)

> The return formats assume 2 numbers for frames, so I might have to
> change that to accommodate the larger numbers, here's hoping nothing
> breaks. Is there a preference to float or fraction?
I think fraction is better understandable (1 image every 3 secs)... in some 
cases, but not in general :-/ the best would be a clever display, but is it 
worth the effort?

If you find it too long to handle framerate<1, you can temporarily fix the bug 
by clamping the allowed value to >=1, and add a note in the bug without 
closing it to improve the solution later?



Reply via email to