Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kmcclive/tricycle
Video transcoding... easier than riding a bike.
https://github.com/kmcclive/tricycle
4k csharp ffmpeg hdr mkv mp4 video-transcoding x264 x265 xamarin-forms
Last synced: about 1 month ago
JSON representation
Video transcoding... easier than riding a bike.
- Host: GitHub
- URL: https://github.com/kmcclive/tricycle
- Owner: kmcclive
- License: other
- Created: 2019-06-07T21:34:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:25:25.000Z (about 2 years ago)
- Last Synced: 2024-08-03T01:26:19.407Z (4 months ago)
- Topics: 4k, csharp, ffmpeg, hdr, mkv, mp4, video-transcoding, x264, x265, xamarin-forms
- Language: C#
- Size: 2.88 MB
- Stars: 89
- Watchers: 3
- Forks: 7
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
- awesome-repositories - kmcclive/tricycle - Video transcoding... easier than riding a bike. (C# #)
README
# Tricycle
Tricycle is an open-source video transcoder for macOS and Windows. It takes the guesswork out of converting videos by using layman's terms and providing a reasonable default configuration. Tricycle is powered by other open-source projects such as [FFmpeg](https://ffmpeg.org), [x264](https://www.videolan.org/developers/x264.html), and [x265](http://www.x265.org/).![Tricycle Screenshot](/images/screenshot.png)
## Download
### Latest Version (2.6.1)
* [macOS](https://github.com/kmcclive/tricycle/releases/download/v2.6.1/Tricycle-macOS.dmg)
* [Windows](https://github.com/kmcclive/tricycle/releases/download/v2.6.1/Tricycle-Windows.msi)
### [All Versions](https://github.com/kmcclive/tricycle/releases)## Features
* Reads/decodes most video and audio formats
* Writes/encodes to the following formats
* Container formats:
* MP4
* MKV
* Video formats:
* AVC (H.264)
* HEVC (H.265)
* Audio formats:
* AAC
* Dolby Digital (AC-3)
* Dolby TrueHD (copy/passthru to MKV only)
* DTS (copy/passthru only)
* DTS Master Audio (copy/passthru to MKV only)
* Supports 4K resolution and HDR (HDR10)
* Tonemaps HDR to SDR
* Scales video to standard resolutions
* Detects and crops black bars
* Crops to a selected aspect ratio
* Reduces noise in video
* Overlays subtitles (all or forced only)
* Supports mutliple audio tracks in mono, stereo, 5.1 surround, or 7.1 surround (copy/passthru to MKV only)## System Requirements
### macOS
* macOS High Sierra (10.13) or later
### Windows
* Windows 7 or later (64-bit)
* .NET Framework 4.6.1 or later## License
Tricycle is licensed under the [GNU General Public License (GPL) Version 2](COPYING.txt). Please see the [LICENSE file](LICENSE.txt) for more information.## Help
If you uncover a bug or have a feature request, please create an issue.## Contributing
Most contributions are welcome, but those not meeting the project's goals or standards may be rejected.This project makes us of [Git LFS](https://git-lfs.github.com/) for storing images and third-party executables. Please ensure that this is installed before cloning.
To begin, create a branch from `master` for the issue you are working on. Please use the following naming convention.
> \/\-\If an issue does not exist for the improvement you would like to make, please create one. Once work is complete, create a pull request to have the branch merged into `master`.