flowframes icon indicating copy to clipboard operation
flowframes copied to clipboard

Command line arguments are unusable

Open Keshav-GS opened this issue 10 months ago • 2 comments
trafficstars

I wanted to automate flowframes interpolation for a large number of samples. But the command line interface seems to be broken. Some of the commands I have tried using are:

flowframes "input\path\to\my\framesfolder" -factor=2 -start -ai=0 -output-mode=0 -model=0 flowframes "input\path\to\my\video" -factor=2 -start -ai=0 -output-mode=0 -model=0 flowframes "input\path\to\my\framesfolder" -factor=2 -ai=0 -output-mode=0 -model=0 flowframes input\path\to\my\video -factor=2 -ai=0 -output-mode=0 -model=0

Upon running this command,

  • The flowframes app opens and nothing happens
  • On going onto the interpolation tab, all settings would be set as input in the command line (factor, ai, model) except the input and output folders

I am not sure on how to get this working.

Can you please look into this?

Keshav-GS avatar Jan 08 '25 20:01 Keshav-GS