Code Monkey home page Code Monkey logo

dashcam's Introduction

EasyDashCamEditor (EDCE) by SOJA

If you have a sport camera and want to create timelapse, remove sound and audio, and easily Speed up/down your DashCam videos taken by any Sport/DSLR/Mobile Camera, you are on the right rep.

Inputs:

[fileType= mp4] [ speed= 4 ] [ frameRate= 30 ] [ Threads= 0 ]

To Start:

  1. make sure you have ffmpeg installed on your system

  2. Download the DashCamPipeline.sh and copy it in a folder of your choice (we call it DC_Home)

  3. Open terminal in that folder, ctrl+alt+t and cd to DC_Home, Now run these commands: -- chmod +x DashCamPipeline.sh
    mkdir 1.DO

  4. Put all your Video files in ./DO folder, pass the file extension as the first parameter and desirable speed rate as the second input and Run it:

  • ./DashCamPipeline.sh mp4 1 to just simply remove the audio and concatenate all videos with mp4 format

  • ./DashCamPipeline.sh mp4 5
    to remove the audio and speed up (5X) and concatenate all videos with mp4 format

  • ./DashCamPipeline.sh avi 5
    to remove the audio and speed up (5X) and concatenate all videos with avi format

  • ./DashCamPipeline.sh avi 5 60
    to remove the audio and speed up (5X) and original FrameRate is 60 fps and concatenate all videos with avi format

  • ./DashCamPipeline.sh to remove the audio and speed up (4X) and assume videos are 30fps and concatenate all videos with mp4 format - Default

  • ./DashCamPipeline.sh avi 5 60 0 To set multi-threading to optimal setting use 0 or set the number of threads to desired value to utilize the CPU cores proportionally.

Enjoy your output file in ./Final...

dashcam's People

Contributors

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