forked from chamfay/Curlew
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
executable file
·67 lines (46 loc) · 1.36 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
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, mencoder).
Main Features:
- Easy to use with simple user interface.
- Hide the advanced options with the ability to show them.
- Convert to more than 100 different formats.
- Show file informations (duration, remaining time, estimated size, progress value).
- Allow to skip or remove file during conversion process.
- Preview file before conversion.
- Convert a specified portion of file.
- Combine subtitle with video file.
- Show error details if exist.
- And more ...
Dependencies:
-------------
- python >= 2.7 << 3.0
- python-gobject >= 3.0
- gir1.2-gtk-3.0 >> 3.2
- ffmpeg >= 0.8 (or libav-tools >= 0.8)
- mencoder
- libavcodec-extra-53 (Ubuntu/Debian)
- xdg-utils
- mediainfo
Note:
-----
To install Curlew, you MUST have 'imagemagick' and 'intltool' installed in
your machine.
License:
--------
Waqf public license.
Please see LICENSE-ar.txt/LICENSE-en files for more informations.
Installation:
-------------
In terminal run the following (as root).
sudo python setup.py install
Remove (Uninstall):
-------------------
In terminal run the following (as root).
sudo python setup.py uninstall
Clean project:
--------------
sudo python setup.py clean