Skip to content

rootgithubbeta/MyVidCoRe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyVidCoRe - My Video Converter Build Status Codacy Badge

Converts Videos from hotfolder to output directory with given settings.

Getting Started

This Project requires at least Java 8 and Maven 3 to build.

Build Project with this command:

$ mvn clean install

You also need to install FFMpeg and FFProbe, please visit the FFMpeg download page.

Overview

Running Server

Run Server with:

# run with default settings
$ java -jar myvidcore.jar
# run with custom settings
$ java -jar myvidcore.jar --watchDir convert/input --outputDir convert/output

Now you should be able to access the WEB-Interface on http://localhost:8085/.

Access Server

REST-API:

http://localhost:8085/application.wadl

WEB-Interface:

http://localhost:8085/

Commandline Options

For a help and/or overview about default settings run:

$ java -jar myvidcore.jar -h
  • -h, --help

    Print help message

  • --host

    Set host to listen on

  • -p, --port
    Default: 8085

    Set port to listen on

  • -ct, --converterThreads

    Set the number of parallel converters

  • --watchDir

    Set directory to watch for incomming videos

  • --outputDir

    Set directory to output converted videos

  • --tempDir

    Set directory for temporary files

  • -cd, --configDir

    Set configuration dir

About

My Video Converter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 73.5%
  • TypeScript 14.5%
  • HTML 7.2%
  • SCSS 3.9%
  • JavaScript 0.9%