Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://robertsanseries.github.io/ciano/
A multimedia file converter focused on simplicity.
https://robertsanseries.github.io/ciano/
application ciano converter curlew desktop-application elementary-apps elementary-os elementaryos ff-multi-converter ffmpeg ffmpeg-gui format-factory granite gtk3 imagemagick meson multimedia multimedia-converter selene vala
Last synced: 28 days ago
JSON representation
A multimedia file converter focused on simplicity.
- Host: GitHub
- URL: https://robertsanseries.github.io/ciano/
- Owner: robertsanseries
- License: gpl-3.0
- Created: 2017-05-27T01:56:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T17:13:41.000Z (8 months ago)
- Last Synced: 2024-11-08T01:37:11.272Z (about 1 month ago)
- Topics: application, ciano, converter, curlew, desktop-application, elementary-apps, elementary-os, elementaryos, ff-multi-converter, ffmpeg, ffmpeg-gui, format-factory, granite, gtk3, imagemagick, meson, multimedia, multimedia-converter, selene, vala
- Language: Vala
- Homepage: https://robertsanseries.github.io/ciano
- Size: 3.98 MB
- Stars: 147
- Watchers: 8
- Forks: 23
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-elementaryos - Ciano - A multimedia file converter [:white_check_mark:](https://appcenter.elementary.io/com.github.robertsanseries.ciano.desktop) (Applications / Graphics)
README
Ciano
A multimedia file converter focused on simplicity.
Informations
### Description
Convert videos, music and pictures with the best possible experience.
### Links
- [Website](https://robertsanseries.github.io/ciano)
- [Report a problem](https://github.com/robertsanseries/ciano/issues/new?template=bug_report.md)
- [Feature request](https://github.com/robertsanseries/ciano/issues/new?template=feature_request.md)### Installation
#### Hit the button to get Ciano!
On elementary OS?
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.robertsanseries.ciano)
On debian, ubuntu and derivatives
[![Get the .Deb](https://robertsanseries.github.io/ciano/img/badge.svg)](https://github.com/robertsanseries/ciano/releases/download/0.1.4/com.github.robertsanseries.ciano_0.1.4_amd64.deb)
#### Hit the link to get Ciano!
- [Get the Flatpak](https://flathub.org/repo/appstream/com.github.robertsanseries.ciano.flatpakref)
- [Get the Source Code](https://github.com/robertsanseries/ciano/archive/master.zip)
### Installation from the source code
#### Application Dependencies
These dependencies must be present before building
- `meson (>=0.40)`
- `valac (>=0.16)`
- `debhelper (>= 9)`
- `libgranite-dev`
- `libgtk-3-dev`
- `ffmpeg`
- `imagemMagick`
#### Building```
git clone https://github.com/robertsanseries/ciano.git && cd ciano
meson build && cd build
meson configure -Dprefix=/usr
ninja
```#### Installation & executing
```
sudo ninja install
com.github.robertsanseries.ciano
```#### Uninstalling
```
sudo ninja uninstall
```### Contributing
#### Donations
- If you like Ciano and you want to support its development, consider donating via [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=S698J2TUEMT3C).- Brasil: Se você gosta de Ciano e quer apoiar seu desenvolvimento, considere doar via [PayPal Brasil](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FJ2EVELMCFPU6)
#### Development
To help, access the links below:- [Guide on Code Style](https://github.com/robertsanseries/ciano/wiki/Guide-on-code-style)
- [Proposing Design Changes](https://github.com/robertsanseries/ciano/wiki/Proposing-Design-Changes)
- [Reporting Bugs](https://github.com/robertsanseries/ciano/wiki/Reporting-Bugs)
- [How to Translate Ciano](https://github.com/robertsanseries/ciano/wiki/Translate)