decoder
This commit is contained in:
parent
f5774f9214
commit
d86d488ab1
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/venv
|
|
@ -99,5 +99,5 @@ assert list(equations)[0] == 'T=(-1.665884e-08)*X^4+(1.347094e-05)*X^3+(-4.39626
|
|||
assert df.shape[0] == 6372
|
||||
|
||||
# produce a video
|
||||
system('ffmpeg -f image2 -framerate 25 -i %04d.png -s 288x384 thermal.avi')
|
||||
print('to play: ffplay thermal.avi')
|
||||
system('ffmpeg -f image2 -framerate 25 -i %04d.png -s 288x384 thermal.mp4')
|
||||
print('to play: ffplay thermal.mp4')
|
||||
|
|
BIN
thermal.avi
Normal file
BIN
thermal.avi
Normal file
Binary file not shown.
BIN
thermal.mp4
Normal file
BIN
thermal.mp4
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user