Ashbee Morgado

Results 4 issues of Ashbee Morgado

I'm trying to convert an image to a video with a specific time. On using FFMPEG. ``` ffmpeg -loop 1 -i aa.png -c:v libx264 -t 3 -pix_fmt yuv420p output.mp4 ```...

needs more info

Is it possible to drag a schedule across days? Something like this. ![image](https://user-images.githubusercontent.com/11629214/141261437-0d98b1c5-982e-4027-9524-c3eaee045b16.png)

Feature request

I'm using drag and drop for creating event. Then after dropping from external source. It emits the event-change method. ``` ``` The methods ``` onEventCreate (event, deleteEventFunction) { this.delete_event_function =...

I'm using an Mac M1 and the inside the mounted volume the code does not reflect changes from the host machine. The file changes only reflects inside the container after...