Quote:Like this?your are missing a '}' at the end
Smooth: {rate:{num:12,den:5},algo:13,gpuid:0,mask:{area:0},scene:{mode:3}
{rate:{num:12,den:5},algo:13,gpuid:0,mask:{area:0},scene:{mode:3}}
{
rate:
{
num: 12,
den: 5
},
algo: 13,
gpuid: 0,
mask:
{
area: 0
},
scene:
{
mode:3
}
}
Quote: gpuid: 0,source: https://www.svp-team.com/wiki/Manual:SVPflow
Defines which video card should be used for rendering, only works with GPU rendering enabled:
0 - default (use 1st available GPU),
11 - use 1st GPU device on 1st OpenCL platfrom,
12 - use 2nd GPU device on 1st OpenCL platfrom,
21 - use 1st GPU device on 2nd OpenCL platfrom an so on.
since 0 is already the default and you probably need 12 or 22.
(got no second gpu, so I can't test it here)
Quote:You think using the gpu for frame rendering speed things up. Or is just lame?it might, especially if you cpu isn't that fast and already reaches 90%+ when just using the encoder.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.