Skip to main content

Tips

Justin62628About 3 min

  1. Don't panic when encountering software error. First, read the Software User Guide and FAQ: The tutorial can also be accessed by clicking the button on the software's homepage.

  2. Where it is possible to contact the software developer, for error reports of SVFI (tasks terminate directly): Upload the most recent error log file in the log folder of the software installation folder
    (e.g., 2023-05-19.error.log)
    In addition, FluentSVFI log is the UI log file, which generally cannot be used to solve software error reporting problems; CLI log is the log file for the normal operation of CLI and cannot provide complete error information. Only error log is the log that can best help troubleshoot and solve software error reporting problems.

For playback issues of SVFI output videos (blurred, black screen, flickering, color cast, audio and video out of sync, etc.) and other software not working as expected: Export the current settings as a settings.ini file under the advanced settings and upload it (e.g., 2023-05-21.settings.ini).
If possible, right-click in the task entry area of the task list, click "Info" in the pop-up window, and copy and upload the video information content.

Tips

Do not discuss versions of the software prior to 6.x. Do not ask the developer questions about model effect comparisons. The priorities of all models are equal. Different inputs and settings of the same model have different effects. Please read the tutorials frequently, try more, and communicate more.

warning

For professional version users: It is recommended to be familiar with the release version before trying the beta version of the public test.

Sharing or Importing Software Settings

Sharing My Settings

Click to show advanced settings, and after opening the advanced settings panel, click the Export current settings to text file below.

img
img

The "Date.settings.ini" file in the pop up folder is your settings file.

It is recommended that you rename the exported settings file and keep it properly. You are welcome to upload your favorite settings to the Tutorial column of the Steam Workshop.

Importing Settings

Simply drag the settings file into the software to complete the settings loading, and a successful loading will pop up the following reminder.

img
img

Warning

Importing settings from the community version to the professional version, or importing settings from different versions of SVFI may cause task execution errors (reason: loading unavailable functions).
If this happens, please click the Restore default settings below the advanced settings.

Transparent Channel Processing

Since SVFI does not natively support transparent channel input (or other non-three-channel input data), here is an alternative solution:

  • First, determine if the input video has a transparent channel. In cmd, enter:
ffmpeg -v error -i 123.mp4 -vf "select='eq(n,0)', alpha.extract" -f null /dev/null

If the result is not

[Parsed_alpha.extract_1 @ 0x7fe8f5208100] Requested planes not available.
[Parsed_alpha.extract_1 @ 0x7fe8f5208100] Failed to configure input pad on Parsed_alpha.extract_1
[vf#0:0 @ 0x7fe8f5005f40] Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while filtering: Invalid argument
[out#0/null @ 0x7fe8f5004900] Nothing was written into output file, because at least one of its streams received no packets.

then the input video may have a transparent channel.

  • Use other software (such as AE, PR, etc.) to export the transparent channel as a 3-channel RGB black and white PNG separately.
  • Drag and drop the output video from SVFI for processing.
  • In the original software, use the output video as a mask to build a transparent channel.

Other Usage Tips

  • In SVFI, most options are not "the higher the number, the better the effect" (such as transition parameters, duplicate removal parameters, CRF, optical flow scale, frame interpolation model). If you don't understand, it is recommended to strictly follow the instructions or default.

  • General suggestions:

    • If you only have 1 graphics card available for super-resolution frame interpolation, it is recommended to close other software that may occupy video memory before starting the task.
    • Since the Windows desktop itself will also occupy a certain amount of video memory, if your computer has an integrated graphics card, you can restart the computer into the BIOS settings to output the integrated graphics card, and plug the monitor signal plug into the motherboard, and then start using SVFI. In this way, you can obtain the maximum available video memory, and the processing speed of super-resolution frame interpolation will be a little faster.
Last update:
Contributors: Justin62628,DAMNCRAB