World Conquest Chronicles

World Conquest Chronicles

FPS Fixer, v1.0.0

The utility for fixing FPS in videos.

The major version.

Features

  • search of videos:
    • filtering by a video file extension;
    • skipping videos with near target FPS;
  • fixing FPS in videos that have FPS less than or greater than the specified FPS;
  • automatic directory creation for fixed videos;
  • logging:
    • logging of a video name and FPS at the beginning of processing;
    • logging of a fixed video path at the end of processing.

Requirements

Usage

$ fps_fixer.bash

Environment variables:

  • VIDEO_EXTENSION — video file extension (default: mp4);
  • FIXED_VIDEO_BASE_PATH — base path for fixed videos (default: ./fixed-videos);
  • TARGET_FPS — target FPS (default: 60);
  • FPS_EPSILON — allowable error when comparing FPS (default: 2).

Repository

Link: https://github.com/thewizardplusplus/fps-fixer/tree/v1.0.0.

Content: code.

License: MIT.