Giter Site home page Giter Site logo

toastymallows / ffmpegsplit Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 3.05 MB

A simple utility to calculate the command needed for ffmpeg to split a video into multiple files.

License: Apache License 2.0

JavaScript 10.45% TypeScript 67.28% CSS 1.71% HTML 20.56%
ffmpeg tool utility nwjs-application angular8

ffmpegsplit's Introduction

ffmpegSplit

A small tool to help generate ffmpeg commands for splitting a video file into multiple files.

Ex:

ffmpeg -i 'test.avi' -vcodec copy -acodec copy -ss 00:00:01.123 -t 00:00:02.567 output1.avi -vcodec copy -acodec copy -ss 00:00:03.890 -to 00:01:00.123 output2.avi 

Requirements

ffmpeg installed and on your PATH.

Building Locally

Local Build Requirements

  • Node.js and NPM
  • Angular CLI v8.1.x or higher

Steps

  1. Clone Git repository
  2. npm install
  3. Two options for building and running
    1. npm run build:{OS TYPE} or npm run build:all (Note this command will take a long time).
      • OS TYPE values: win64, win86, linux64, linux86, mac64
    2. npm run start to quickly run the program in a browser tab at http://localhost:4200

Releases

  • 1.0.0
    • Initial major release
    • Supports generating ffmpeg video file splitting commands for use in a terminal of your choice.
    • Binaries and installers have been prebuilt for v1.0.0, and are listed up in the Releases tab.

Quesitons?

Create an issue or send a pull request :)

Notes

This project was generated with Angular CLI version 8.1.2.

ffmpegsplit's People

Contributors

dependabot[bot] avatar toastymallows avatar

Stargazers

 avatar

Watchers

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