w-okada / ffmpeg-cli-gen-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Movie Editor and Ffmpeg CLI Generator

This is an application to edit videos.

You can edit the start and end time to cut out the video.

And you can also crop and add blurring.

It also generates a CLI for ffmpeg. You can copy and paste the CLI and run it when processing is slow on the browser.

No addtional application is required!

This software records the screen with your browser. Safari is not supported. Chrome is supported in both Windows and MacOS. ezgif-1-eedd9a0541

Demo

https://w-okada.github.io/ffmpeg-cli-gen-js/

Usage

(1) push Load File button and select the movie file.

(2) then, you can set params to edit movie.

(2-1) Remove audio. image

(2-2) set start time and end time to cut out. image

(2-3) set area and push set button to add crop param. image

(2-4) set area and push add button to add blur param. image

(3) then push convert button to generate new movie file.

image

About


Languages

Language:TypeScript 95.8%Language:CSS 2.9%Language:JavaScript 1.2%Language:HTML 0.1%