DenoDDeno
Powered by
DNAD
Denoβ€’2y agoβ€’
2 replies
DNA

Setting Deno.Command priority and affinity (on windows)

Is it possible to set a tasks / commands priority and affinity directly?

Code:
await new Deno.Command("ffmpeg", {args: ["-i", filename, `${folder}/frame%08d.png`, "-threads", "1"]}).output();
await new Deno.Command("ffmpeg", {args: ["-i", filename, `${folder}/frame%08d.png`, "-threads", "1"]}).output();
image.png
image.png
image.png
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Deno.Command
TangJieHaoTTangJieHao / help
3y ago
Cant install deno on Windows.
loudsynthLloudsynth / help
8mo ago
Kill Deno.Command
DNADDNA / help
2y ago
Can't install Deno on Windows
banananasBbanananas / help
2y ago