pixelflux 1.3.1__cp312-cp312-musllinux_1_2_x86_64.whl → 1.3.3__cp312-cp312-musllinux_1_2_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pixelflux might be problematic. Click here for more details.
- pixelflux/__init__.py +3 -0
- pixelflux/screen_capture_module.so +0 -0
- {pixelflux-1.3.1.dist-info → pixelflux-1.3.3.dist-info}/METADATA +10 -5
- {pixelflux-1.3.1.dist-info → pixelflux-1.3.3.dist-info}/RECORD +7 -7
- {pixelflux-1.3.1.dist-info → pixelflux-1.3.3.dist-info}/WHEEL +0 -0
- {pixelflux-1.3.1.dist-info → pixelflux-1.3.3.dist-info}/licenses/LICENSE +0 -0
- {pixelflux-1.3.1.dist-info → pixelflux-1.3.3.dist-info}/top_level.txt +0 -0
pixelflux/__init__.py
CHANGED
|
@@ -16,6 +16,8 @@ class CaptureSettings(ctypes.Structure):
|
|
|
16
16
|
("damage_block_duration", ctypes.c_int),
|
|
17
17
|
("output_mode", ctypes.c_int),
|
|
18
18
|
("h264_crf", ctypes.c_int),
|
|
19
|
+
("h264_paintover_crf", ctypes.c_int),
|
|
20
|
+
("h264_paintover_burst_frames", ctypes.c_int),
|
|
19
21
|
("h264_fullcolor", ctypes.c_bool),
|
|
20
22
|
("h264_fullframe", ctypes.c_bool),
|
|
21
23
|
("h264_streaming_mode", ctypes.c_bool),
|
|
@@ -24,6 +26,7 @@ class CaptureSettings(ctypes.Structure):
|
|
|
24
26
|
("watermark_location_enum", ctypes.c_int),
|
|
25
27
|
("vaapi_render_node_index", ctypes.c_int),
|
|
26
28
|
("use_cpu", ctypes.c_bool),
|
|
29
|
+
("debug_logging", ctypes.c_bool),
|
|
27
30
|
]
|
|
28
31
|
|
|
29
32
|
WATERMARK_LOCATION_NONE = 0
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pixelflux
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.3
|
|
4
4
|
Summary: A performant web native pixel delivery pipeline for diverse sources, blending VNC-inspired parallel processing of pixel buffers with flexible modern encoding formats.
|
|
5
5
|
Home-page: https://github.com/linuxserver/pixelflux
|
|
6
6
|
Author: Linuxserver.io
|
|
@@ -97,15 +97,20 @@ settings.output_mode = 1
|
|
|
97
97
|
# Force CPU encoding and ignore hardware encoders
|
|
98
98
|
capture_settings.use_cpu = False
|
|
99
99
|
|
|
100
|
+
# --- Debugging ---
|
|
101
|
+
settings.debug_logging = False # Enable/disable the continuous FPS and settings log to the console.
|
|
102
|
+
|
|
100
103
|
# --- JPEG Settings ---
|
|
101
104
|
settings.jpeg_quality = 75 # Quality for changed stripes (0-100)
|
|
102
105
|
settings.paint_over_jpeg_quality = 90 # Quality for static "paint-over" stripes (0-100)
|
|
103
106
|
|
|
104
107
|
# --- H.264 Settings ---
|
|
105
|
-
settings.h264_crf =
|
|
106
|
-
settings.
|
|
107
|
-
settings.
|
|
108
|
-
settings.
|
|
108
|
+
settings.h264_crf = 25 # CRF value (0-51, lower is better quality/higher bitrate)
|
|
109
|
+
settings.h264_paintover_crf = 18 # CRF for H.264 paintover on static content. Must be lower than h264_crf to activate.
|
|
110
|
+
settings.h264_paintover_burst_frames = 5 # Number of high-quality frames to send in a burst when a paintover is triggered.
|
|
111
|
+
settings.h264_fullcolor = False # Use I444 (full color) instead of I420 for software encoding
|
|
112
|
+
settings.h264_fullframe = True # Encode full frames (required for HW accel) instead of just changed stripes
|
|
113
|
+
settings.h264_streaming_mode = False # Bypass all VNC logic and work like a normal video encoder, higher constant CPU usage for fullscreen gaming/videos
|
|
109
114
|
|
|
110
115
|
# --- Hardware Acceleration ---
|
|
111
116
|
# Set to >= 0 to enable VA-API on a specific /dev/dri/renderD* node.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
pixelflux/__init__.py,sha256=
|
|
2
|
-
pixelflux/screen_capture_module.so,sha256=
|
|
1
|
+
pixelflux/__init__.py,sha256=c7dicyTT9jSjuJLumpv9m5J0RQgk8Sl-wpx7T3re4Uc,4421
|
|
2
|
+
pixelflux/screen_capture_module.so,sha256=YtaDv5JJMcVqtzTl9YVl0-FNq0aKVZ9jDbvM5Lifxyw,526617
|
|
3
3
|
pixelflux.libs/libX11-07308cf9.so.6.4.0,sha256=MpwQ_sHT81eMedB_ApHbdJQkXXbydBu1wfwS5YJjXw0,1227137
|
|
4
4
|
pixelflux.libs/libXau-d5d7809a.so.6.0.0,sha256=1wP_sS7qLwRSCUqS8ztywobNBBPI7R6QbjmHVXwNphk,17089
|
|
5
5
|
pixelflux.libs/libXdmcp-a00f29b9.so.6.0.0,sha256=3LdTsdj44uHOty3NA2-Oq66Nn7L-xKnFWZ_3snfZ0ao,33841
|
|
@@ -13,8 +13,8 @@ pixelflux.libs/libstdc++-5d72f927.so.6.0.33,sha256=fogxHsmB1_D6C-a_-uHh8Ei_6Qh52
|
|
|
13
13
|
pixelflux.libs/libx264-2f6b0260.so.164,sha256=cTiInRlBGjMVAFLyX_1ZZ6w2j1yHltiHvoATUbu8SGg,2313121
|
|
14
14
|
pixelflux.libs/libxcb-d7c721d4.so.1.1.0,sha256=CBI73DBzH-oWS4qkp_kUWaIJf-gjnrvSnepDF9-7_zQ,202329
|
|
15
15
|
pixelflux.libs/libyuv-a22998fd.so,sha256=TpkI0CS7GYK-UdIvsl238hU2X5CSNEmt4joaBZLmuwM,1229689
|
|
16
|
-
pixelflux-1.3.
|
|
17
|
-
pixelflux-1.3.
|
|
18
|
-
pixelflux-1.3.
|
|
19
|
-
pixelflux-1.3.
|
|
20
|
-
pixelflux-1.3.
|
|
16
|
+
pixelflux-1.3.3.dist-info/METADATA,sha256=CkKiDJB9-PcvvV0KPGcY7lvMnUnhgDLGhBT7506qJlk,9290
|
|
17
|
+
pixelflux-1.3.3.dist-info/WHEEL,sha256=AwHYJA1Do1jwgPIoLQR4DiHSeYY_vU6Ht9Vljq5Yt_M,112
|
|
18
|
+
pixelflux-1.3.3.dist-info/top_level.txt,sha256=qFojlw7Q8mxa-8CJ_NqmgfQtjUaYLVMI9RUuAPoX8Yg,10
|
|
19
|
+
pixelflux-1.3.3.dist-info/RECORD,,
|
|
20
|
+
pixelflux-1.3.3.dist-info/licenses/LICENSE,sha256=HyVuytGSiAUQ6ErWBHTqt1iSGHhLmlC8fO7jTCuR8dU,16725
|
|
File without changes
|
|
File without changes
|
|
File without changes
|