()
| 212 | } |
| 213 | |
| 214 | function isGpuProbeDebugEnabled(): boolean { |
| 215 | const value = process.env.HYPERFRAMES_DEBUG_GPU_PROBE; |
| 216 | return value === "1" || value === "true"; |
| 217 | } |
| 218 | |
| 219 | // libx264 preset names (ultrafast/superfast/.../placebo) mapped to the |
| 220 | // equivalent NVENC p1..p7 preset. NVENC rejects libx264 names with |
no outgoing calls
no test coverage detected