This commit is contained in:
2025-12-27 14:13:29 +01:00
parent 13a4810cbf
commit d77781d81d
3 changed files with 542 additions and 0 deletions

30
pixelpwnr.json Normal file
View File

@@ -0,0 +1,30 @@
{
"host": "127.0.0.1:1337",
"threads": null,
"binary": true,
"flush": false,
"entries": [
{
"name": "Bad Apple",
"source": "/home/ditin2/Projects/pixelpwnr/video/badapple/*.png",
"fps": 30,
"width": 150,
"height": 150,
"x": 0,
"y": 0,
"threads": 8,
"enabled": true
},
{
"name": "Bad Apple but bigger",
"source": "/home/ditin2/Projects/pixelpwnr/video/badapple/*.png",
"fps": 30,
"width": 256,
"height": 256,
"x": 200,
"y": 200,
"threads": 8,
"enabled": true
}
]
}