lyman icon indicating copy to clipboard operation
lyman copied to clipboard

Add option to write time series qc movies as mp4

Open mwaskom opened this issue 5 years ago • 1 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.

mwaskom avatar Apr 26 '19 18:04 mwaskom

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.

mwaskom avatar May 29 '19 01:05 mwaskom