Feel free to contact me at [email protected] or tweet at me @statisticsftw
This is a rough outline of how we utilize next.js and S3/Cloudfront. Hope it helps!
It assumes some knowledge of AWS.
Feel free to contact me at [email protected] or tweet at me @statisticsftw
This is a rough outline of how we utilize next.js and S3/Cloudfront. Hope it helps!
It assumes some knowledge of AWS.
| import subprocess | |
| import datetime | |
| import numpy as np | |
| THREAD_NUM=4 | |
| def get_video_info(fileloc) : | |
| command = ['ffprobe', | |
| '-v', 'fatal', | |
| '-show_entries', 'stream=width,height,r_frame_rate,duration', |