aharmer / pathtrackr

An R package for video tracking and analysing animal movement
29 stars 8 forks source link

splitVideo not working with .tif videos created with imagej #16

Closed hummuscience closed 5 years ago

hummuscience commented 5 years ago

Using a .tif video/stack created with imagej does not work. Turning that video into an .avi file works. Not sure if it is a problem with R or ffmprg

aharmer commented 5 years ago

splitVideo is looking for a video codec via FFmpeg. I'm not sure if tif stacks have a codec associated with them so it throws an error. You can use the avi option as you say, or of you already have individual image files, convert them to a compressed form for speed and skip the splitVideo step.