https://github.com/aswinmurali-io/osumffmpeg
π’πππΊ πππ π£ππ is a πΉ media utility tool π οΈ that gives the normal users the power of FFMPEG πͺ to convert formatsβοΈ β’ loop video π β’ mute audio π and much more in a beautiful UI
https://github.com/aswinmurali-io/osumffmpeg
cross-platform dart ffmpeg flutter linux macos osumffmpeg windows
Last synced: 8 months ago
JSON representation
π’πππΊ πππ π£ππ is a πΉ media utility tool π οΈ that gives the normal users the power of FFMPEG πͺ to convert formatsβοΈ β’ loop video π β’ mute audio π and much more in a beautiful UI
- Host: GitHub
- URL: https://github.com/aswinmurali-io/osumffmpeg
- Owner: aswinmurali-io
- License: lgpl-2.1
- Created: 2022-06-04T17:03:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T04:20:20.000Z (over 1 year ago)
- Last Synced: 2024-11-10T04:29:51.431Z (over 1 year ago)
- Topics: cross-platform, dart, ffmpeg, flutter, linux, macos, osumffmpeg, windows
- Language: Dart
- Homepage: https://aswinmurali-io.github.io/osumffmpeg/
- Size: 261 KB
- Stars: 22
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**(Work in progress)**

## License
Osumffmpeg has a GNU Lesser General Public License v2.1, as found in the [LICENSE](https://github.com/aswinmurali-io/osumffmpeg/blob/main/LICENSE) file.
## Installing
`osumffmpeg` depends on `ffmpeg` as an external dependency.
### Snap
Or use the `snap` command line.
```sh
sudo snap install osumffmpeg
```
### Building from source via `Dockerfile`
```bash
docker build . -f Dockerfile -t osumffmpeg --squash
docker run -d --name osumffmpeg osumffmpeg
```
### Building from source
```bash
git clone https://github.com/aswinmurali-io/osumffmpeg.git
cd osumffmpeg
flutter pub get
flutter build
```