Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NotZoeyDev/QuickEdit
Quickly crop videos using ffmpeg
https://github.com/NotZoeyDev/QuickEdit
Last synced: 9 days ago
JSON representation
Quickly crop videos using ffmpeg
- Host: GitHub
- URL: https://github.com/NotZoeyDev/QuickEdit
- Owner: NotZoeyDev
- Created: 2018-12-05T05:20:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:31:02.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T13:28:24.083Z (3 months ago)
- Language: JavaScript
- Size: 335 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### QuickEdit
Simple app to split videos using FFMPEG.
Probably filled with bugs, it just works.### Usage
* You'll need ffmpeg added to your path.
* Most of the UI is controlled via key presses.
* Q will set the start time of the output video.
* E will set the end time of the output video.
* W will reload the app.
* S will render your video.
* C will open the concat window, shortcuts below.
* Left arrow will go to the previous frame.
* Right arrow will go to the next frame.
* Up arrow will go forward by one second.
* Down arrow will go backward by one second.### Concat window
* Still requires ffmpeg.
* W will reset/clear the interface.
* A will let you add videos.
* D will concat your videos.
* Hovering on a video will play it silently.
* Pressing right or left while hovering on a video will let you change its position.
* Clicking on a video will remove it.### Why
This is basically the easiest and fastest way to split a video without re-encoding, it's almost instant!