| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| curlew-0.2.5 | 2018-05-26 | ||
| curlew-0.2.4 | 2017-07-07 | ||
| curlew-0.2.3 | 2017-04-21 | ||
| curlew-0.2.2 | 2016-03-14 | ||
| curlew-0.2.1 | 2016-02-27 | ||
| curlew-0.2.0 | 2016-02-26 | ||
| curlew-0.2.0_beta | 2015-06-02 | ||
| curlew-0.1.22.3 | 2014-06-21 | ||
| curlew-0.1.22.2 | 2014-02-27 | ||
| curlew-0.1.22.1 | 2014-02-17 | ||
| curlew-0.1.22 | 2014-01-22 | ||
| curlew-0.1.21 | 2014-01-02 | ||
| curlew-0.1.20.6 | 2013-12-07 | ||
| curlew-0.1.20.5 | 2013-10-04 | ||
| curlew-0.1.20.4 | 2013-10-01 | ||
| curlew-0.1.20.3 | 2013-08-15 | ||
| curlew-0.1.20.2 | 2013-08-13 | ||
| curlew-0.1.20.1 | 2013-08-07 | ||
| curlew-0.1.20 | 2013-07-30 | ||
| curlew-0.1.19.2 | 2013-07-25 | ||
| curlew-0.1.19.1 | 2013-07-07 | ||
| curlew-0.1.19 | 2013-06-23 | ||
| curlew-0.1.18.4 | 2013-06-08 | ||
| curlew-0.1.18.3 | 2013-03-12 | ||
| curlew-0.1.18.2 | 2013-03-09 | ||
| curlew-0.1.18.1 | 2013-03-08 | ||
| curlew-0.1.18 | 2013-03-08 | ||
| curlew-0.1.17-1 | 2013-02-17 | ||
| curlew-0.1.17 | 2013-02-12 | ||
| curlew-0.1.16.1 | 2013-02-04 | ||
| curlew-0.1.16 | 2013-02-04 | ||
| README | 2016-03-14 | 1.9 kB | |
| Totals: 32 Items | 1.9 kB | 61 |
Curlew Multimedia Converter:
----------------------------
Description:
------------
Easy to use, Free and Open-Source Multimedia converter for Linux.
Curlew written in python and GTK3 and it depends on (ffmpeg/avconv).
Main Features:
- Easy to use and clean user interface.
- Hide the advanced options with the ability to show them.
- Convert to more than 100 different formats.
- Allow to edit formats.
- Shutdown or suspend PC afer a conversion process.
- Show file informations (duration, remaining time, estimated size, progress value).
- Show file details using mediainfo.
- Allow to skip or remove file during conversion process.
- Preview file before conversion.
- Show video thumbnail.
- Convert a specified portion of file.
- Combine subtitle with video.
- Allow to crop and pad video.
- Show error details if exist.
- And more ...
Dependencies:
-------------
For Curlew:
- python >= 3.3
- python3-gi >= 3.12
- python3-dbus
- gir1.2-gtk-3.0 >> 3.12
- libav-tools >= 0.8 (or ffmpeg)
- libavcodec-extra (Ubuntu/Debian)
- xdg-utils
- mediainfo
- gnome-icon-theme-symbolic
For installer (setup.py):
- librsvg2-bin (or something similar) to convert .svg to .png.
- intltool-debian (or intltool) to compile translations files.
NB: This dependencies names may change if you are using another distribution than Ubuntu/Debian or its sons.
License:
--------
Waqf public license.
Please see: LICENSE-ar.txt/LICENSE-en.txt files for more informations.
Installation:
-------------
In terminal, run the following (as root):
> python3 setup.py install --prefix=/usr
Or run script (as root):
> ./install
Remove (Uninstall):
-------------------
In terminal run the following (as root):
> python3 setup.py uninstall
Or run script (as root):
> ./uninstall
Clean Project:
--------------
> sudo python3 setup.py clean