Nobody

Results 11 comments of Nobody

I also met the same problem!!sad!

``` final_clip = CompositeAudioClip(arr) final_clip.fps = 44100 final_clip.write_audiofile('res.mp3') ``` maybe this is a workaround :)

hi,do you hava a plan for this package to make it support GPU?

@tburrows13 thanks for your reply,I also checked #790 and I will test ffmpeg which compiled with gpu library later,I will post the result when I finish testing.

@tburrows13 hi,I modify the ffmpeg_reader.py as follows: ![image](https://user-images.githubusercontent.com/10702423/77058268-2c17ce00-6a10-11ea-99c6-785e8138e917.png) I execute one python script to process mp4 video,then I do see two processors by nvidia-smi,as follows: ![image](https://user-images.githubusercontent.com/10702423/77058321-3e920780-6a10-11ea-8479-f4b0a8efcb7a.png) it seems to worked,but...

@MaxYYYYY for me,it doesn't work,because re-mount the components need some time,so I change the code like this: ``` this.parentShow = false; let _this = this; setTimeout(() => { _this.parentShow =...

请问你配置成功了吗,我也试了好久,均未成功,好郁闷

> This feature is implemented in this forked version: https://github.com/Lujo5/pm2-logrotate-ext > You just need to set config property _forced_ to **false** and then the rotation will only occur when max_size...

> I had the same problem - log rotation didn't occur at all, until [I read again the docs](https://github.com/keymetrics/pm2-logrotate), and reinstalled properly the module with this command: > > `pm2...

请问你解决了吗,我同样也用nginx-http-flv-module搭建,同样也是VLC正常,页面中无法播放,排除跨域问题