mwaskom / lyman

Data pipelines and analysis library for functional MRI

Home Page:http://www.cns.nyu.edu/~mwaskom/software/lyman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to write time series qc movies as mp4

mwaskom opened this issue · comments

We should be able to call out to ffmpeg much like we do with convert to make gifs, but an mp4 will be smaller and easier to control to focus on specific artifacts.

Actually, this may be easier to do using matplotlib animation tools (which wrap ffmpeg). Look at the code I wrote for generating stimulus movies as an example.