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

56 lines
1.4 KiB
Markdown
Raw Normal View History

2021-03-07 20:10:48 +01:00
ks-mp4s-folder - Convert videos from folder to MP4 format (Series).
===================================================================
2021-03-22 18:43:19 +01:00
### Syntax:
2021-03-07 20:10:48 +01:00
2021-04-18 00:21:59 +02:00
```shell
$ ks-mp4s-folder </path/folder> [subs]
```
2021-03-07 20:10:48 +01:00
### Examples:
* Convert without subtitles:
2021-04-18 00:21:59 +02:00
```shell
$ ks-mp4s-folder /data/Westworld
````
2021-03-07 20:10:48 +01:00
* Convert with subtitles:
2021-04-18 00:21:59 +02:00
```shell
$ ks-mp4s-folder /data/Daredevil subs
````
2021-03-07 20:10:48 +01:00
* When executing the command you will see the following wizard:
2021-04-18 00:21:59 +02:00
```shell
* Scanning /data/Westworld
+ Video file(s) in .mkv found!
* Files to convert (/data/Westworld):
2022-01-18 20:56:36 +01:00
+ 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)
2021-04-18 00:21:59 +02:00
* The output folder will be '/data/Westworld/to-mp4'
2021-03-07 20:10:48 +01:00
2021-04-18 00:21:59 +02:00
* (Default: y) Do you want run the conversion? (y/n): n
````
2021-03-07 20:10:48 +01:00
### Notes:
* The option `subs` apply detection & rendering the forced subtitles.
* You must not use spaces in folders and video files.
### Back to README.md
* [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)
2021-03-22 18:43:19 +01:00