Viktor G
Viktor G
**Describe the bug** The current version doesn't work without some server settings.
Hello. This command is not working: `-i video.mp4 -vf fps=1 img%03d.png` `[NULL @ 0x7541f0] Unable to find a suitable output format for 'img%03d.png'`
Hi. Performing operations such as Cut on several dozen Shapes takes significantly longer (~10-20 times) than when using CAD Builder (an application using the C ++ core) where the same...
Hi. I am trying to create an edge from an arc: ``` let arc_curve = new oc.GC_MakeArcOfCircle(p1, p2, p3).Value(); let arc1 = new oc.BRepBuilderAPI_MakeEdge(arc_curve).Edge(); sceneShapes.push(arc1); ``` but I get the...