Update documentation

This commit is contained in:
q3aql 2022-01-02 12:25:43 +01:00
parent 72c83f80e5
commit f6664328ec
7 changed files with 7 additions and 20 deletions

View File

@ -23,15 +23,12 @@ $ ks-avi </absolute/path/video.mkv> </path/prefix_name>
- Container: avi - Container: avi
```` ````
* If you want to change the settings, you need to edit the `ks-avi` file and change the following variables: * If you want to change the settings, you need to edit the `~/.ks-tools/ks-avi` file and change the following variables:
```shell ```shell
# Basic parameters
rel_size="720x480" rel_size="720x480"
vcodec="libxvid" vcodec="libxvid"
b_vcodec="3000k" b_vcodec="3000k"
# Presets: ultrafast, superfast, veryfast, faster,
# fast, medium (default), slow, slower, veryslow
v_preset="slow" v_preset="slow"
acodec="libmp3lame" acodec="libmp3lame"
b_acodec="192k" b_acodec="192k"

View File

@ -17,7 +17,7 @@ $ ks-mp3-album </absolute/path/album>
- Container: oga - Container: oga
```` ````
* If you want to change the settings, you need to edit the `ks-mp3-album` file and change the following variables: * If you want to change the settings, you need to edit the `~/.ks-tools/ks-mp3` file and change the following variables:
```shell ```shell
# Basic parameters # Basic parameters

View File

@ -17,7 +17,7 @@ $ ks-mp3 </absolute/path/song.ogg> </path/prefix_name>
- Container: mp3 - Container: mp3
```` ````
* If you want to change the settings, you need to edit the `ks-mp3` file and change the following variables: * If you want to change the settings, you need to edit the `~/.ks-tools/ks-mp3` file and change the following variables:
```shell ```shell
# Basic parameters # Basic parameters

View File

@ -23,15 +23,12 @@ $ ks-mp4 </absolute/path/video.mkv> </path/prefix_name>
- Container: mp4 - Container: mp4
```` ````
* If you want to change the settings, you need to edit the `ks-mp4` file and change the following variables: * If you want to change the settings, you need to edit the `~/.ks-tools/ks-mp4` file and change the following variables:
```shell ```shell
# Basic parameters
rel_size="1280x534" rel_size="1280x534"
vcodec="libx264" vcodec="libx264"
b_vcodec="2400k" b_vcodec="2400k"
# Presets: ultrafast, superfast, veryfast, faster,
# fast, medium (default), slow, slower, veryslow
v_preset="medium" v_preset="medium"
acodec="aac" acodec="aac"
b_acodec="256k" b_acodec="256k"

View File

@ -23,15 +23,12 @@ $ ks-mp4k </absolute/path/video.mkv> </path/prefix_name>
- Container: mp4 - Container: mp4
```` ````
* If you want to change the settings, you need to edit the `ks-mp4k` file and change the following variables: * If you want to change the settings, you need to edit the `~/.ks-tools/ks-mp4k` file and change the following variables:
```shell ```shell
# Basic parameters
rel_size="3840x2160" rel_size="3840x2160"
vcodec="libx264" vcodec="libx264"
b_vcodec="6000k" b_vcodec="6000k"
# Presets: ultrafast, superfast, veryfast, faster,
# fast, medium (default), slow, slower, veryslow
v_preset="medium" v_preset="medium"
acodec="aac" acodec="aac"
b_acodec="320k" b_acodec="320k"

View File

@ -23,15 +23,12 @@ $ ks-mp4s </absolute/path/video.mkv> </path/prefix_name>
- Container: mp4 - Container: mp4
```` ````
* If you want to change the settings, you need to edit the `ks-mp4s` file and change the following variables: * If you want to change the settings, you need to edit the `~/.ks-tools/ks-mp4s` file and change the following variables:
```shell ```shell
# Basic parameters
rel_size="720x480" rel_size="720x480"
vcodec="libx264" vcodec="libx264"
b_vcodec="950k" b_vcodec="950k"
# Presets: ultrafast, superfast, veryfast, faster,
# fast, medium (default), slow, slower, veryslow
v_preset="medium" v_preset="medium"
acodec="aac" acodec="aac"
b_acodec="128k" b_acodec="128k"

View File

@ -17,10 +17,9 @@ $ ks-oga </absolute/path/song.mp3> </path/prefix_name>
- Container: oga - Container: oga
```` ````
* If you want to change the settings, you need to edit the `ks-oga` file and change the following variables: * If you want to change the settings, you need to edit the `~/.ks-tools/ks-oga` file and change the following variables:
```shell ```shell
# Basic parameters
acodec="libvorbis" acodec="libvorbis"
b_acodec="130k" b_acodec="130k"
v_ext="oga" v_ext="oga"