Skip to content

shanksxz/trimmify

Repository files navigation

Trimmify

Trimmify is a simple web application that allows users to trim their videos. The application is built using FFmpeg

Features

  • Trim videos
  • Download trimmed videos
  • Preview trimmed videos

Directory Structure

src/
├── app/
├── components/
│   ├── layout/
│   └── ui/
├── features/
│   ├── drag-drop/
│   │   ├── components/
│   │   ├── utils/
│   │   └── constants.ts
│   ├── uploads/
│   │   └── components/
│   └── video/
│       ├── components/
│       ├── hooks/
│       ├── state/
│       ├── utils/
│       ├── constants.ts
│       └── types.ts
├── hooks/
├── lib/
├── types/
└── utils/

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

About

An online tool to trim/down-scale your videos, built using FFmpeg

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors