Skip to content

Commit 6acc1c1

Browse files
committed
README: Wrap to 80-col, copyright => 2020
1 parent 006fb8e commit 6acc1c1

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

README.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
OpenShot Video Library (libopenshot) is a free, open-source C++ library dedicated to
2-
delivering high quality video editing, animation, and playback solutions to the
3-
world.
1+
OpenShot Video Library (libopenshot) is a free, open-source C++ library
2+
dedicated to delivering high quality video editing, animation, and playback
3+
solutions to the world.
44

55
## Build Status
66

@@ -15,7 +15,8 @@ world.
1515
* Time Mapping (Curve-based Slow Down, Speed Up, Reverse)
1616
* Audio Mixing & Resampling (Curve-based)
1717
* Audio Plug-ins (VST & AU)
18-
* Audio Drivers (ASIO, WASAPI, DirectSound, CoreAudio, iPhone Audio, ALSA, JACK, and Android)
18+
* Audio Drivers (ASIO, WASAPI, DirectSound, CoreAudio, iPhone Audio,
19+
ALSA, JACK, and Android)
1920
* Telecine and Inverse Telecine (Film to TV, TV to Film)
2021
* Frame Rate Conversions
2122
* Multi-Processor Support (Performance)
@@ -27,19 +28,21 @@ world.
2728

2829
## Install
2930

30-
Detailed instructions for building libopenshot and libopenshot-audio for each OS. These instructions
31-
are also available in the /docs/ source folder.
31+
Detailed instructions for building libopenshot and libopenshot-audio for
32+
each OS. These instructions are also available in the `/docs/` source folder.
3233

3334
* [Linux](https://github.com/OpenShot/libopenshot/wiki/Linux-Build-Instructions)
3435
* [Mac](https://github.com/OpenShot/libopenshot/wiki/Mac-Build-Instructions)
3536
* [Windows](https://github.com/OpenShot/libopenshot/wiki/Windows-Build-Instructions)
3637

3738
## Hardware Acceleration
3839

39-
OpenShot now supports experimental hardware acceleration, both for encoding and
40-
decoding videos. When enabled, this can either speed up those operations or slow
41-
them down, depending on the power and features supported by your graphics card.
42-
Please see [doc/HW-ACCELL.md](doc/HW-ACCEL.md) for more information.
40+
OpenShot now supports experimental hardware acceleration, both for encoding
41+
and decoding videos. When enabled, this can either speed up those operations
42+
or slow them down, depending on the power and features supported by your
43+
graphics card.
44+
45+
Please see [`doc/HW-ACCEL.md`](doc/HW-ACCEL.md) for more information.
4346

4447
## Documentation
4548

@@ -51,10 +54,11 @@ make doc
5154

5255
## Developers
5356

54-
Are you interested in becoming more involved in the development of
55-
OpenShot? Build exciting new features, fix bugs, make friends, and become a hero!
56-
Please read the [step-by-step](https://github.com/OpenShot/openshot-qt/wiki/Become-a-Developer)
57-
instructions for getting source code, configuring dependencies, and building OpenShot.
57+
Are you interested in becoming more involved in the development of OpenShot?
58+
Build exciting new features, fix bugs, make friends, and become a hero!
59+
Please read the [step-by-step](https://github.com/OpenShot/openshot-qt/wiki/Become-a-Developer)
60+
instructions for getting source code, configuring dependencies, and building
61+
OpenShot.
5862

5963
## Report a bug
6064

@@ -72,7 +76,7 @@ https://github.com/OpenShot/libopenshot/issues
7276

7377
### License
7478

75-
Copyright (c) 2008-2019 OpenShot Studios, LLC.
79+
Copyright (c) 2008-2020 OpenShot Studios, LLC.
7680

7781
OpenShot Library (libopenshot) is free software: you can redistribute it
7882
and/or modify it under the terms of the GNU Lesser General Public License

0 commit comments

Comments
 (0)