There is a lot of conversion between a frames timestamp to its index and vice versa.
There might even be some bugs present that make it impossible to tell if the selected frames are actually the ones getting included into the final frame.
This should be unified so that we either always use timestamps or indices. Always using the index might be the correct way to go as it would eliminate any rounding / off by one errors.
There is a lot of conversion between a frames timestamp to its index and vice versa.
There might even be some bugs present that make it impossible to tell if the selected frames are actually the ones getting included into the final frame.
This should be unified so that we either always use timestamps or indices. Always using the index might be the correct way to go as it would eliminate any rounding / off by one errors.