@@ -149,22 +149,21 @@ Volumetric video compression involves a trade-off between speed, quality, and bi
149149For the best visual quality, at the expense of slower encoding and higher bitrate:
150150
151151- Set ` presetName=slow ` .
152- - Use low QP values, e.g., ` rate=16-22-2 ` .
153- - For best quality with lossy encoding, use ` rate=1-1-2 ` .
152+ - Use low QP values, e.g., ` rate=16-22-2 ` (down to ` rate=1-1-2 ` ).
154153
155154- Enable lossless video encoding:
156155 - ` geometryEncodingIsLossless=true `
157156 - ` attributeEncodingIsLossless=true `
158157
159- Notice that full V-PCC lossless is not supported (some 3D points may still be lost due to 2D projection).
158+ Notice that full V-PCC lossless is not supported (some 3D points will still be lost due to 2D projection).
160159
161160
162161#### Achieving High Encoding Speed (High FPS)
163162
164163If you want to maximize encoding speed and can trade off some compression efficiency:
165164
166165- Set ` presetName=fast ` .
167- - Use high QP values, e.g., ` rate=32-42-4 ` or up to ` rate=51-51-4 ` .
166+ - Use high QP values, e.g., ` rate=32-42-4 ` ( up to ` rate=51-51-4 ` ) .
168167- Disable double layer: ` doubleLayer=false ` .
169168- Lower internal geometry bit depth:
170169 - ` geoBitDepthVoxelized=8 `
@@ -176,7 +175,7 @@ If you want to maximize encoding speed and can trade off some compression effici
176175To reduce the bitrate while keeping quality and speed acceptable:
177176
178177- Set ` presetName=slow ` .
179- - Use higher QP values, e.g., ` rate=32-42-4 ` .
178+ - Use high QP values, e.g., ` rate=32-42-4 ` .
180179- Reduce the number of encoded points:
181180 - Disable double layer: ` doubleLayer=false `
182181
0 commit comments