This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Need help whit encoding (Interframe parameters)
#4
Quote:Like this?

Smooth: {rate:{num:12,den:5},algo:13,gpuid:0,mask:{area:0},scene:{mode:3}
your are missing a '}' at the end
{rate:{num:12,den:5},algo:13,gpuid:0,mask:{area:0},scene:{mode:3}}
a bit more readable:
{
  rate:
  {
    num: 12,
    den: 5
  },
  algo: 13,
  gpuid: 0,
  mask:
  {
    area: 0
  },
  scene:
  {
    mode:3
  }
}
also the guid parameter is probably wrong:
Quote:    gpuid: 0,

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.
source: https://www.svp-team.com/wiki/Manual:SVPflow
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.
Reply


Messages In This Thread
RE: Need help whit encoding - by Selur - 26.10.2020, 17:28
RE: Need help whit encoding (Interframe parameters) - by Selur - 26.10.2020, 18:49

Forum Jump:


Users browsing this thread: 1 Guest(s)