mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-03 15:27:45 +02:00
video: added video editing sotwares
This commit is contained in:
parent
295c33ddb4
commit
730a0d312b
@ -11,6 +11,14 @@ your needs.
|
|||||||
In general you need to consider if you want the video directly on your pc or
|
In general you need to consider if you want the video directly on your pc or
|
||||||
access a server for it.
|
access a server for it.
|
||||||
|
|
||||||
|
## Video Editing
|
||||||
|
|
||||||
|
There are various programs that can be used to edit videos.
|
||||||
|
The following is a list of programs that are deemed useful by this guide.
|
||||||
|
|
||||||
|
- [Kdenlive](https://kdenlive.org/) is a is a free and open-source video editing software that is
|
||||||
|
available on [Windows](/wiki/windows.md), Mac and [Linux-based Systems](/wiki/linux.md).
|
||||||
|
|
||||||
## Players
|
## Players
|
||||||
|
|
||||||
If you want to keep your system clean of much data, you can use this kind of setup.
|
If you want to keep your system clean of much data, you can use this kind of setup.
|
||||||
@ -34,7 +42,7 @@ This way you don't have to search for your discs all the time.
|
|||||||
On Linux it is possible that the drive is not detected in MakeMKV.
|
On Linux it is possible that the drive is not detected in MakeMKV.
|
||||||
To fix this issue run the following lines and reboot afterwards.
|
To fix this issue run the following lines and reboot afterwards.
|
||||||
|
|
||||||
```
|
```sh
|
||||||
su
|
su
|
||||||
echo sg > /etc/modules-load.d/sg.conf
|
echo sg > /etc/modules-load.d/sg.conf
|
||||||
```
|
```
|
||||||
@ -124,7 +132,7 @@ expressions for extras from the [extras section](#naming-extras).
|
|||||||
The `movies` folder is a folder containing all movies.
|
The `movies` folder is a folder containing all movies.
|
||||||
An example looks like the following:
|
An example looks like the following:
|
||||||
|
|
||||||
```
|
```txt
|
||||||
movies
|
movies
|
||||||
└── best_movie_ever_(2019)
|
└── best_movie_ever_(2019)
|
||||||
├── best_movie_ever_(2019)-brd_uu.mp4
|
├── best_movie_ever_(2019)-brd_uu.mp4
|
||||||
@ -159,7 +167,7 @@ Specify the extras inside the `season_0` folder with the expressions from
|
|||||||
The `shows` folder is a folder containing all tv shows.
|
The `shows` folder is a folder containing all tv shows.
|
||||||
An example looks like the following.
|
An example looks like the following.
|
||||||
|
|
||||||
```
|
```txt
|
||||||
shows
|
shows
|
||||||
└── series_(2010)
|
└── series_(2010)
|
||||||
├── season_0
|
├── season_0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user