You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+55-63Lines changed: 55 additions & 63 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,42 +7,62 @@
7
7
8
8
**VideoMorph** is a **video converter** based on [ffmpeg](http://ffmpeg.org), and written with [Python](https://python.org) 3, and [PyQt5](https://www.riverbankcomputing.com/static/Docs/PyQt5/introduction.html). With VideoMorph you can convert your favorite videos to the currently more popular video formats, like **MPG**, **MP4**, **AVI**, **WEBM**, **DVD**, **VCD**, **FLV**, **MOV**, **OGV**, **WMV**, **MKV** and also extract the audio to a file with **MP3** or **OGA** formats.
9
9
10
-
VideoMorph is a video converter, just that. Consists on a GUI wrapper for [Ffmpeg](http://ffmpeg.org), based on general ideas from [python-video-converter](https://github.com/senko/python-video-converter), and presets idea from [QWinFF](http://qwinff.github.io). If you're looking for a video editor, we really sorry but VideoMorph isn't for you.
10
+
VideoMorph is a video converter, just that. Consists on a GUI wrapper for [Ffmpeg](http://ffmpeg.org), based on general ideas from [python-video-converter](https://github.com/senko/python-video-converter), and presets idea from [QWinFF](http://qwinff.github.io). If you're looking for a video editor, we're sorry but VideoMorph isn't for you.
11
+
12
+
-[VideoMorph](#videomorph)
13
+
-[GUI Screenshot](#gui-screenshot)
14
+
-[Requirements](#requirements)
15
+
-[Installation](#installation)
16
+
-[Installing From the Binary Packages](#installing-from-the-binary-packages)
17
+
-[On GNU/Linux](#on-gnulinux)
18
+
-[On Windows](#on-windows)
19
+
-[Installing Form the Source Packages](#installing-form-the-source-packages)
You can install and use VideoMorph on GNU/Linux and on Windows systems. There are several ways you can use to install the application. Let's take a look at them. We haven't tried properly **yet** on MacO :-|
55
+
You can install and use VideoMorph on GNU/Linux and Windows systems. There are several ways you can use to install the application. Let's take a look at them. We haven't tried properly **yet** on MacO :-|
35
56
36
57
### Installing From the Binary Packages
37
58
38
-
If you're using GNU/Linux or Windows, then you can install VideoMorph by using the binary package for your current system.
59
+
If you're using GNU/Linux or Windows, then you can install VideoMorph by using the appropriate binary package for your system.
39
60
40
61
#### On GNU/Linux
41
62
42
63
You can install VideoMorph on Debian/Ubuntu and derivatives by running the following steps:
43
64
44
65
1. Download the `.deb` package
45
-
46
66
2. Open a terminal, and run the following commands as **root** or using **sudo**:
47
67
48
68
```bash
@@ -60,9 +80,7 @@ You can also install VideoMorph's `.deb` package, by using GDebi, which is a GUI
60
80
To install VideoMorph on your Windows system, you can:
61
81
62
82
1. Download the installer that corresponds to your architecture
63
-
64
-
2. Run the installer as `administrator`
65
-
83
+
2. Run the installer as an `administrator`
66
84
3. Follow on-screen instructions
67
85
68
86
### Installing Form the Source Packages
@@ -74,7 +92,6 @@ You can install VideoMorph from the source packages. Let's take a look at how to
74
92
To install the application from the source package on a GNU/Linux system, do the following:
75
93
76
94
1. Download the `.tar.gz` package
77
-
78
95
2. Open a terminal, and run the following commands as **root** or using **sudo **when specified (as in step 3 and 5):
79
96
80
97
```bash
@@ -96,7 +113,7 @@ $ which ffprobe
96
113
/usr/bin/ffprobe
97
114
```
98
115
99
-
If you don't get a similar output, then you need to check your Ffmpeg intallation.
116
+
If you don't get a similar output, then you need to check your Ffmpeg installation.
100
117
101
118
On Debian/Ubuntu derivatives, you can also install VideoMorph by using the `install.sh` script provided in the source package as **root** or using **sudo**:
102
119
@@ -106,15 +123,14 @@ $ cd videomorph-x.x
106
123
$ sudo ./install.sh
107
124
```
108
125
109
-
This command will install VideoMorph, and its dependencies, (Ffmpeg, and PyQt5), from your distro's current repository.
126
+
This command will install VideoMorph and its dependencies (Ffmpeg, and PyQt5) from your distro's current repository.
110
127
111
128
#### On Windows
112
129
113
-
To install VideoMorph from the source package on your Windows system, first ensure you have Python3 installed and then you need to:
130
+
To install VideoMorph from the source package on your Windows system, first, make sure you have Python3 installed, then run the following steps:
114
131
115
132
1. Download and decompress the `.zip` source package
116
-
117
-
3. Open your Windows' command-line (`cmd.exe`), and type the following commands:
133
+
2. Open your Windows' command-line (`cmd.exe`), and type the following commands:
118
134
119
135
```doscon
120
136
C:/> cd videomorph-x.x
@@ -123,18 +139,16 @@ C:/> python3 setup.py build
123
139
C:/> python3 setup.py install
124
140
```
125
141
126
-
This will install VideoMorph on your system, but you'll need to manually install Ffmpeg.
142
+
This will install VideoMorph on your system, but you'll need to install Ffmpeg manually.
127
143
128
-
**Note:** It's possible that you have to run the second, and the fourth command as an `administrator`.
144
+
**Note:** It's possible that you have to run the second and the fourth command as an `administrator`.
129
145
130
146
### Using Portable Editions (if available)
131
147
132
-
To use a Portable Edition (PE) of VideoMorph, you just need to:
148
+
To use a Portable Edition (PE) of VideoMorph, you need to:
133
149
134
150
1. Download the PE package that matches your current system
135
-
136
151
2. Decompress the `.tar.gz` or the `.zip` file (Linux and Windows respectively) in any directory
137
-
138
152
3. Double-click on VideoMorph's executable (`videomorph` or `videomorph.exe`)
139
153
140
154
## How to Contribute to the Source
@@ -144,17 +158,11 @@ If you want to contribute to VideoMorph's development cycle, you can follow the
144
158
Reach out to contribute with:
145
159
146
160
- Translations
147
-
148
161
- Artwork and GUI improvements
149
-
150
162
- Customized conversion profiles or presets
151
-
152
163
- Tutorials on how to use VideoMorph
153
-
154
164
- Documentation
155
-
156
165
- Feature requests
157
-
158
166
- Bug reports
159
167
160
168
Any other type of contributions are also welcome, even a report about a typo is very welcome, so it's your turn to talk, but remember: VideoMorph is just a video converter, not a video editor.
@@ -173,7 +181,7 @@ You also need to install the Ffmpeg library on your system.
173
181
174
182
### Commits
175
183
176
-
The members of the VideoMorph Development Team that have the capability to commit changes into the repo are:
184
+
The members of the VideoMorph Development Team that can commit changes into the repo are:
0 commit comments