Giter VIP home page Giter VIP logo

1-1-content-aware-video-crop's Introduction

1:1 Content-Aware Video Crop

This tool is designed to crop videos into a square format optimized for hologram projection. It uses content-aware cropping to ensure that important content remains visible after cropping.

Sample Output

Usage

Command-Line Flags

The tool accepts the following command-line flags:

  • -i: A string flag indicating the input video file(s) to be cropped. Multiple input videos can be provided by providing a folder instead. No default value; this flag is required.
  • -o: A string flag indicating the output directory for the cropped videos. Default is current working directory.
  • -s: An integer flag indicating the size of the square output video. Default is 256.
  • --play: A boolean flag indicating whether to enable player-only mode, does not save videos, just displays a preview of the result. Default is false.
  • --ui: A boolean flag indicating whether to draw a user interface during processing. Default is false.
  • --rt: A boolean flag indicating whether to process the video in real-time. Default is false.

Example Usage

Algorithm Display Mode
go run . -i input.mp4 -o output_dir -s 256 --ui --rt

Player-Only Mode
go run . -i input.mp4 -s 256 --play

Headless Mode (default)
go run . -i input.mp4 -o output_dir-s 256

Providing folder of videos as input
go run . -i input_dir -o output_dir

1-1-content-aware-video-crop's People

Contributors

luigi-pizzolito avatar

Watchers

 avatar

1-1-content-aware-video-crop's Issues

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.