Parissa Chilar
Results
2
comments of
Parissa Chilar
> ffmpeg-python 0.1.17 python 3.6.9 ubuntu 18.4 > > `inpath = '/home/project/demo/video/demo1.mp4'` `def read_frame_as_jpeg(inpath, frame_num):` > > ``` > out, err = ( > ffmpeg > .input(in_filename) > .filter('select', 'gte(n,{})'.format(frame_num))...
> Hi! Have you tried following the [setup](https://github.com/richardyc/Chrome-GPT#-setup-)? You need to have `Poetry` install first The Poetry was installed first and indeed followed the steps in the setup. The missing...