ks-tools/doc/ks-av1s-folder.md

56 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2023-03-10 20:23:20 +01:00
ks-av1s-folder - Convert videos from folder to AV1 Codec (Series).
==================================================================
### Syntax:
```shell
$ ks-av1s-folder </path/folder> [subs]
```
### Examples:
* Convert without subtitles:
```shell
$ ks-av1s-folder /data/Westworld
````
* Convert with subtitles:
```shell
$ ks-av1s-folder /data/Daredevil subs
````
* When executing the command you will see the following wizard:
```shell
* Scanning /data/Westworld
+ Video file(s) in .mkv found!
* Files to convert (/data/Westworld):
+ Westworld-1x01.mkv (without subtitles)
+ Westworld-1x02.mkv (without subtitles)
+ Westworld-1x03.mkv (without subtitles)
+ Westworld-1x04.mkv (without subtitles)
+ Westworld-1x05.mkv (without subtitles)
+ Westworld-1x06.mkv (without subtitles)
+ Westworld-1x07.mkv (without subtitles)
+ Westworld-1x08.mkv (without subtitles)
+ Westworld-1x09.mkv (without subtitles)
+ Westworld-1x10.mkv (without subtitles)
* The output folder will be '/data/Westworld/to-mp4'
* (Default: y) Do you want run the conversion? (y/n): n
````
### Notes:
* The option `subs` apply detection & rendering the forced subtitles.
* You must not use spaces in folders and video files.
### Back to README.md
2024-05-01 11:26:47 +02:00
* [Go back](https://git.q3aql.dev/q3aql/ks-tools/src/branch/main/README.md)
2023-03-10 20:23:20 +01:00