Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leaysgur/movie-slicer
Slice your favorite scenes from movie file.
https://github.com/leaysgur/movie-slicer
Last synced: 10 days ago
JSON representation
Slice your favorite scenes from movie file.
- Host: GitHub
- URL: https://github.com/leaysgur/movie-slicer
- Owner: leaysgur
- Created: 2018-02-22T09:13:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T12:27:09.000Z (over 6 years ago)
- Last Synced: 2024-10-14T19:14:33.080Z (23 days ago)
- Language: JavaScript
- Homepage:
- Size: 1.6 MB
- Stars: 37
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# movie-slicer
![MovieSlicer](./assets/img/app.png)
## Usage
- Drop your video
- Select ranges to slice with preview
- Slice it!## Limitations
- Output codecs are limited
- video: H.264
- audio: AAC## Build
```
npm run build
npm run package:mac # or build your own
```### Requirements
- `ffmpeg` and `ffprobe`
- with `--enable-gpl --enable-libx264 --enable-libfdk-aac`