bruvellu / cifonauta

Marine biology image database by CEBIMar/USP
http://cifonauta.cebimar.usp.br
GNU General Public License v3.0
21 stars 5 forks source link

Python libraries for video processing #280

Closed bruvellu closed 6 months ago

bruvellu commented 6 months ago

Currently, we use a subprocess call to run FFmpeg. Ideally, a native python library would be better. But I'm not sure if it exists. Most only wrap around FFmpeg, which is already useful, but maybe not worth it for our relatively simple use case (scale, convert, and extract frame).

bruvellu commented 6 months ago

Using FFmpeg. Working since 1b2726a9c5b6a7ec391bacef8d0e71038268c642