Giter VIP home page Giter VIP logo

filetovideo's Introduction

ko-fi

FileToVideo

A command-line tool designed to convert various file formats into video presentations. It supports decoding existing videos and generating new ones from images or other multimedia files, providing flexibility for users to create engaging video content from static sources.

ko-fi

Table of Contents

Installation

To install FileToVideo, ensure you have C++ and CMake installed on your system. Clone this repository and build the project using the provided build.sh script.

git clone https://github.com/DarekParodia/FileToVideo.git
cd FileToVideo
./build.sh

Usage

FileToVideo is operated via command-line arguments. Navigate to the project directory and execute the binary with the desired options.

Arguments Guide

  • -i, --input-file: Specifies the input file path. (Required)
  • -o, --output-file: Defines the output video file path. (Required)
  • -f, --ffmpeg-path: Path to the FFmpeg executable. (Required unless FFmpeg is in PATH)
  • -d, --decode: Decode mode flag. When set, the tool operates in decode mode.
  • -w, --width: Set the width of the generated video.
  • -h, --height: Set the height of the generated video.
  • -f, --fps: Frames per second (FPS) for the generated video.
  • -p, --pixel-size: Size of a pixel in the generated video.
  • -c, --use-color: Enables color usage in the video generation process.
  • -i, --input-file: Path to the input file. (Required)
  • -o, --output-file: Specifies the output file path. (Required)

Examples

bash ./FileToVideo -i=/path/to/input.jpg -o=/path/to/output.mp4 -w=1920 -h=1080 -f=30

Contributing

All contributions are welcome! Just create a pull request with your changes.

filetovideo's People

Contributors

darekparodia avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.