tacheometry
tacheometry
```lua remodel.getRawProperty(myInstance, "Source") ```
I get the same issue as well, and I'm using bash. After running `rojo serve` I have to run `pkill rojo` to be able to run the command again.
If anybody is willing to contribute some code, go to #412
Managed to get full transcoding working. It doesn't provide as much of a speed up as accelerated encoding and decoding, but for long videos it'll definitely be super useful.
# Benchmarks **Note:** when writing `ffmpeg.exe`, it refers to `FileConverter\Application\FileConverter\bin\x64\Debug\ffmpeg.exe`, I'm not using the system ffmpeg. ## Commands Instead of modifying the program and testing every single time, I modified...
@Tichau Can I get a review on this?
Should be good to go @CLEMENTINATOR
Regarding getting more attention on this, engagement from affected users might help
There is no CLI at the moment. _However_, the VS Code extension and the Roblox Studio plugin are separate. If you are interested in building something of the sort, you...
Terminology: - Extension: always refers to the VSCode extension (or your cli) - Server: HTTP server periodically hosted by the extension - Plugin: always refers to the Roblox Studio plugin...