Skip to content

Latest commit

 

History

History
129 lines (103 loc) · 3.62 KB

README.md

File metadata and controls

129 lines (103 loc) · 3.62 KB
Icon

Ciano

A simple multimedia file converter.

Get it on AppCenter

Screenshot
Report a problem!

Informations

Website

Description

Ciano is a simple multimedia file converter. Built from the ground up for elementary OS. The easiest way to convert your multimedia files to the most popular formats.

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.

  • Brasil: Se você gosta de Ciano e quer apoiar seu desenvolvimento, considere doar via PayPal Brasil

Development

To help, access the links below:

.
├── data
│   ├── css
│   └── images
│
├── debian
│
├── languages
│   ├── LINGUAS
│   └── com.github.robertsanseries.ciano.pot
│
├── src
│   ├── configs
│   │   ├── Constants.vala
│   │   └── Properties.vala
│   ├── controllers
│   │   └── ConverterController.vala
│   ├── enums
│   │   ├── ColumnEnum.vala
│   │   └── TypeItemEmum.vala
│   ├── interfaces
│   ├── objects
│   │   └── ItemConversion.vala
│   ├── services
│   │   └── Settings.vala
│   ├── utils
│   │   ├── ArrayUtil.vala
│   │   ├── FileUtil.vala
│   │   ├── StringUtil.vala
│   │   ├── TimeUtil.vala
│   │   └── WidgetUtil.vala
│   ├── view
│   │   └── ConverterView.vala
│   └── widgets
│       ├── DialogConvertFile.vala
│       ├── DialogPreferences.vala
│       ├── HeaderBar.vala
│       ├── ListConversion.vala
│       ├── RowConversion.vala
│       ├── SourceList.vala
│       └── SourceListSidebar.vala
│
├── com.github.robertsanseries.ciano.json
├── meson.build
└── post_install.py