Giter Site home page Giter Site logo

couleurm / video-blender Goto Github PK

View Code? Open in Web Editor NEW

This project forked from unknownopponent/video-blender

0.0 0.0 0.0 139 KB

my fine tuning of video-blender for use on Windows with GCC and NASM

C 90.61% Assembly 6.33% CMake 1.00% PowerShell 2.06%

video-blender's Introduction

Video Blender

Command line video processing tool, weighted frame blending

Doc

format options

file options :
-i file(s) input(s) file(s)
-o folder output folder

output framerate options :
-fps int set framerate with integer
-timebase num/den set framerate with integer timebase ex:-timebase 1/60

codec options

-dec codec set decoder
-enc codec set encoder
-enc_opt name=value set encoder options, ex: see default parameters

blending options

weights options :
-blendweights int set the number of frames blended with integer weights 1 ex:-blendweights 2
-blendweights ints set integer weights ex:-blendweights 1 1
-blendweights floats set floating weights ex:-blendweights 1.0 1.0

processing options :
-blendthreads int set maximum number of threads for blending, 0 is auto
-interbits int set internal data bits, 32 or 64

default parameters

These arguments are the equivalent of default parameters:

-o ./output -enc libx264 -enc_opt preset=ultrafast crf=0 -fps 60 -blendweights 1 1 -blendthreads 0 -interbits 32

Performances infos

Internal data can be handled by 32/64 int/float variables. It will affect processing time and memory usage. You can choose the number of bits with "interbits" parameter. The floating variables are used when you specify floating in "blendweights" argument, integer is default.

If you see blend threads not maxed out, it is a decoder/encoder bottleneck, consider using hardware decoder/encoder.

planned

cpu optimisations/gpu compute library implementation

video-blender's People

Contributors

couleurm avatar unknownopponent 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.