Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JokerQyou/vtools
Simple GUI wrapping some of my frequently used ffmpeg commands.
https://github.com/JokerQyou/vtools
ffmpeg gui svelte tauri tauri-app
Last synced: 2 days ago
JSON representation
Simple GUI wrapping some of my frequently used ffmpeg commands.
- Host: GitHub
- URL: https://github.com/JokerQyou/vtools
- Owner: JokerQyou
- License: gpl-3.0
- Created: 2023-01-08T16:34:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-25T16:52:36.000Z (over 1 year ago)
- Last Synced: 2024-04-23T05:26:18.936Z (7 months ago)
- Topics: ffmpeg, gui, svelte, tauri, tauri-app
- Language: Rust
- Homepage:
- Size: 522 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vtools
Simple GUI wrapping some of my frequently used ffmpeg commands.
I'm just getting tired of typing commands into terminal when doing simple video cutting tasks.
This is not a full-featured ffmpeg wrapper, it's tailored specifically to my own needs.# Project structure
This is a pretty standard tauri app based on the official Tauri + Svelte + Typescript template.
- `src` contains the UI code. It's Svelte + Typescript
- `src-tauri` contains the native part. It's a standard Rust project.# Dev & release
- Just `yarn tauri dev` to launch development instance.
- `yarn tauri build` to build a release.# Notice
I don't use Windows anymore, so it's unlikely to work (or even compile) on Windows. PRs are welcomed, though.