Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arp242/wtff
frontend for some ffmpeg operations
https://github.com/arp242/wtff
Last synced: about 1 month ago
JSON representation
frontend for some ffmpeg operations
- Host: GitHub
- URL: https://github.com/arp242/wtff
- Owner: arp242
- License: mit
- Created: 2024-04-22T12:32:34.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-19T15:36:54.000Z (5 months ago)
- Last Synced: 2024-06-20T12:15:11.846Z (5 months ago)
- Language: Go
- Homepage:
- Size: 33.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
wtff is a frontend for some ffmpeg operations. ffmpeg is really neat and
powerfull, but some incatations of the CLI are obscure enough that I can never
be quite sure if it will do what I want to do, or will spawn a demon from the
darkest depths of hell. Who knows? It's possible.It's not intended to be a flexible tool to solve every problem; just some common
things for common usage. Basically: stuff I wanted to do with ffmpeg at some
point, with a bit of work to make it *slightly* generic.Install with:
go install zgo.at/wtff/cmd/wtff@latest
Commands ("wtff" or "wtff help" for more info):
info Show file information.
meta Edit metadata in $EDITOR
mb Load metadata from MusicBrainz
cat Join one or more files.
cut Cut a part from a file.
sub add Add subtitle.
sub rm Remove subtitle.
sub save Save subtitle to file.
sub print Print subtitle to stdout.
audio add Add audio track.
audio rm Remove audio track
audio save Save audio track to file.