cbusillo
cbusillo
My switch is a normally closed switch. When polling the API it shows 0 when the filament is loaded and 1 when it is not loaded. Is there a variable...
I love this server. It works perfectly. It would be great if I could see the percentage complete and layer level. As a separate comment, do you have issues with...
The color depth parameter has been added to the SpatialVideoMerger constructors and used to determine the profile level in SpatialVideoMerger. This option is also added to the SpatialMediaKitTool for user...
Is it possible to use piped input for the spatial-media-kit-tool? Currently I am splitting with FRIMDecode64 and piping to ffmpeg. After ffmpeg I create a temporary file before spatial-media-tool-kit runs...
I noticed that the output always seems to be in Main 10 format (10 bit color) even when the input files are in Main (8 bit color). I don't see...
Hi! When using pgsrip with a BD3D, Walk, the output files are 0 bytes. After a bit of digging, it appears the PgsImage class is creating an object of all...
Is it possible to specify the output folder of the srts from the API? I couldn't figure out the correct way to do it if possible.
### Discussed in https://github.com/cbusillo/BD_to_AVP/discussions/43 Originally posted by **pbn312** July 14, 2024 Selection of subtitles and languages (I'm Dutch and see most movies in original spoken language and Dutch subtitles). Peter
* Simple ZPL2 version: 0.3.0 * Python version: 3.13 * Operating System: macOS ### Description simple_zpl2/zpl_document.py:1300: DeprecationWarning: invalid escape sequence '\&' ### What I Did added escape backslash and turned...
Using Python 3.13 caused warnings about incorrectly escaped \&. Added a \ to escape the \. Also converted docstrings to raw where they included escaped characters. Will test soon. If...