ginwakeup
ginwakeup
Hello, I am exporting video essence from SourceMobs. Everything works fine exception for a little detail. The startTime between the SourceMob and the SourceClip is different, therefore their length is...
Hello, I am having issues installing pywin32 in a custom location to be used in a software python environment. I can correctly create a whl for pywin32 v.227 (the software...
Hello, I am using the following snippet to convert a video to bytes: ``` process = ( ffmpeg .input(INPUT) .output('-', format='h264') .run_async(pipe_stdout=True) ) while True: packet = process.stdout.read(4096) if not...
Hey, I have a problem creating the server. server = liblo.Server(9001) the script ends the execution exactly on this line, without giving me any error. I tried encapsulating it in...
Description =========== From today, Kafka started removing consumers because of a heartbeat error. The error specifically is: ``` 2023-10-05 15:07:20,881 INFO [GroupCoordinator 3]: Dynamic Member with unknown member id joins...
Describe the bug here. **Environment** * OS - Linux 20.04 * Rez version 3.2.1 **To Reproduce** 1. Run the install.py script on a Network Drive mounted using CIFS on a...
Hello, I have a process that reads an AAF which contains embedded BWF timecode, but it disappears when I write the Mob Essence this disk like this: ``` wav_output =...