Pavan Yogi

Results 5 comments of Pavan Yogi

java --version java 12.0.2 2019-07-16 Java(TM) SE Runtime Environment (build 12.0.2+10) Java HotSpot(TM) 64-Bit Server VM (build 12.0.2+10, mixed mode, sharing) pavany@u-16:~/.../pdfsam$ ubuntu-16.04

not working for sublime text3 in ubuntu os. I tried all possible settings, still no luck.

Here are the steps: I removed the old birdtray using the following command: ```bash sudo apt-get purge --auto-remove birdtray ``` then installed the latest birdtray (compiled from source). ```bash sudo...

we are also getting the similar error during video write process: ```bash Processed clip: C:\Users\pavan\Downloads\difficult-word-in-hindi\english-hindi-beginner-words-translated\135_3_2.png (Index: 567) Traceback (most recent call last): File "C:\Users\pavan\Downloads\difficult-word-in-hindi\create_video_with_audio_from_images-working-sync-audio-pass6.py", line 99, in temp_clip = concatenate_videoclips(audio_video_clips,...

I believe, the optimization/fixes would go around these lines in the below files: ```bash moviepy\video\compositing\concatenate.py", line 98 moviepy\video\compositing\CompositeVideoClip.py", line 102 moviepy\video\VideoClip.py", line 1014 ```