Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timelens/timelens
Timelens command-line client
https://github.com/timelens/timelens
art navigation rust user-interface video visualization
Last synced: 3 months ago
JSON representation
Timelens command-line client
- Host: GitHub
- URL: https://github.com/timelens/timelens
- Owner: timelens
- License: other
- Created: 2018-06-18T12:01:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-02T16:04:02.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T22:22:51.771Z (7 months ago)
- Topics: art, navigation, rust, user-interface, video, visualization
- Language: Rust
- Homepage: https://timelens.blinry.org
- Size: 132 KB
- Stars: 53
- Watchers: 4
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-github-repos - timelens/timelens - Timelens command-line client (Rust)
README
# Timelens
**Timelens** creates visual timelines from video files. For a general introduction, please visit .
## Building from source
Timelens is written in the Rust programming language, so you'll need a working [Rust installation](https://www.rust-lang.org). You'll probably want to run these commands:
$ curl -f https://sh.rustup.rs > rust.sh
$ sh rust.sh
$ source ~/.cargo/envThen, compiling Timelens is as easy as this:
$ git clone https://github.com/timelens/timelens
$ cd timelens
$ cargo build --releaseThis will create the binary `target/release/timelens`:
$ ./target/release/timelens my_favorite_movie.mp4
To run the test suite, run `cargo test`.
## Contributing
Development of *Timelens* happens on GitHub. Please report any bugs or ideas to the [issue tracker](https://github.com/timelens/timelens/issues). To contribute code, fork the repository and submit a pull request.
You can also help by packaging the software for your favorite operating system, or writing an integration for your favorite video player.
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
## License: GPLv2+
See [LICENSE.md](LICENSE.md) for details.