Sam Baker

Results 8 issues of Sam Baker

``` import os from moviepy.editor import * dir = os.getcwd() + '/static' file = dir + '/videofile.mp4' clip = VideoFileClip(file).subclip(5,10) clip.write_videofile(f"{os.getcwd()}/static/newfile.mp4") clip.close() ``` When I run this code outside of...

bug
video
lib-FFmpeg

**Describe the bug** I'm receiving an error when passing in a base64 encoded image as the input, here are what I think are the relevant parts of the logs: `Invalid...

### Use case Trying to capture parent div containing image with overlaying text in variable position within viewport. [jsfiddle](https://jsfiddle.net/ebp5jrd3/) ### Expected behaviour Produces PNG with speech bubble, overlaying text and...

I've made my own button that toggles the rotation to either start or stop, I've also included a mutation observer that checks if the pano is being dragged so it...

enhancement

Is it possible to pass in a % value for the position and dimensions of overlay images?

I've got my extension appending a DOM element when a thread is opened, but I'm trying to have it be removed when the user exits the thread view, so if...

I installed the Algolia x Strapi plugin today, everything went really smoothly except for one field. Here's my setup: On Strapi, I have 2 collection types: - Guide - Category...

Is it possible to install this package without using Composer? Just hosting the local files via FTP?