{
  "1": {
    "class_type": "VHS_LoadVideoPath",
    "inputs": {
      "video": "E:\\repos\\h3-upscaling\\inputs\\frozen\\S01.mp4",
      "force_rate": 0,
      "custom_width": 0,
      "custom_height": 0,
      "frame_load_cap": 0,
      "skip_first_frames": 0,
      "select_every_nth": 1
    }
  },
  "2": {
    "class_type": "UpscaleModelLoader",
    "inputs": {
      "model_name": "RealESRGAN_x2plus.pth"
    }
  },
  "3": {
    "class_type": "ImageUpscaleWithModelBatched",
    "inputs": {
      "upscale_model": ["2", 0],
      "images": ["1", 0],
      "per_batch": 1,
      "downscale_ratio": 1.0,
      "downscale_method": "lanczos",
      "precision": "float16"
    }
  },
  "4": {
    "class_type": "VHS_VideoCombine",
    "inputs": {
      "images": ["3", 0],
      "frame_rate": 24.0,
      "loop_count": 0,
      "filename_prefix": "h3-upscaling-pilot/M01-S01-native",
      "format": "video/ffv1-mkv",
      "pingpong": false,
      "save_output": true,
      "level": "3",
      "coder": "1",
      "context": "1",
      "gop_size": 1,
      "slices": "16",
      "slicecrc": "1",
      "pix_fmt": "yuv444p",
      "save_metadata": true,
      "trim_to_audio": false
    }
  }
}
