SainsburyWellcomeCentre / WAZP

Wasp Animal-tracking Zoo project with Pose estimation
https://sainsburywellcomecentre.github.io/WAZP/
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

add video (re)-encoding option #21

Open sfmig opened 2 years ago

sfmig commented 2 years ago

The user may want to compress the video data or re-encode them (see the comment here). This could be part of the uploading/metadata addition stage.

adamltyson commented 2 years ago

A very common issue is that videos are not reliably seekable, meaning that you may not get the same data when trying to read a particular frame index.

Well that's terrifying

sfmig commented 2 years ago

I know, I was not aware of this potential issue

niksirbi commented 2 years ago

I like having this option. It means that ffmpeg would be a dependency, but you would anyway need that in most cases when working with videos.