Add tabs (doc)

This commit is contained in:
q3aql 2021-04-18 00:33:15 +02:00
parent 61c1e0e26a
commit 1767635a45
2 changed files with 49 additions and 49 deletions

View File

@ -53,11 +53,11 @@ _Dependencies: bash, coreutils, openssh-server, openssh-client, sshpass, rsync,
* Open the terminal and type the following commands: * Open the terminal and type the following commands:
```shell ```shell
$ tar zxvf ks-tools-7.2-300321-Linux-en.tar.gz $ tar zxvf ks-tools-7.2-300321-Linux-en.tar.gz
$ cd ks-tools $ cd ks-tools
$ sudo make install $ sudo make install
```` ````
* **Windows instruccions:** * **Windows instruccions:**
* Unzip the package with [7-zip](http://www.7-zip.org/) or [Winrar](http://www.rarlab.com/). * Unzip the package with [7-zip](http://www.7-zip.org/) or [Winrar](http://www.rarlab.com/).

View File

@ -50,50 +50,50 @@ $ ks-avi </absolute/path/video.mkv> </path/prefix_name>
* Executing the command, the file will be analyzed and a wizard will be shown to select the tracks, choose the settings and define the metadata: * Executing the command, the file will be analyzed and a wizard will be shown to select the tracks, choose the settings and define the metadata:
```shell ```shell
* Information of Example.mkv: * Information of Example.mkv:
+ Video Tracks: + Video Tracks:
Stream #0:0: Video: h264 (High) Stream #0:0: Video: h264 (High)
+ Audio Tracks: + Audio Tracks:
Stream #0:1(spa): Audio: ac3 Stream #0:1(spa): Audio: ac3
Stream #0:2(eng): Audio: ac3 Stream #0:2(eng): Audio: ac3
+ Subtitle Tracks: + Subtitle Tracks:
Stream #0:3(spa): Subtitle: subrip (default) (forced) Stream #0:3(spa): Subtitle: subrip (default) (forced)
Stream #0:4(spa): Subtitle: hdmv_pgs_subtitle Stream #0:4(spa): Subtitle: hdmv_pgs_subtitle
Stream #0:5(spa): Subtitle: subrip (forced) Stream #0:5(spa): Subtitle: subrip (forced)
Stream #0:6(eng): Subtitle: subrip Stream #0:6(eng): Subtitle: subrip
* (Default: 0:0) Type the number of video track: * (Default: 0:0) Type the number of video track:
* (Default: 0:1) Type the number of audio track: * (Default: 0:1) Type the number of audio track:
* (Default: n) Do you want include subtitles? (y/n): y * (Default: n) Do you want include subtitles? (y/n): y
* (Default: 0:3) Type the number of subtitle track: 0:5 * (Default: 0:3) Type the number of subtitle track: 0:5
* (Default: 720x480) Type the resolution: * (Default: 720x480) Type the resolution:
* (Default: n) Do you want apply '-max_muxing_queue_size 9999' patch? (y/n): n * (Default: n) Do you want apply '-max_muxing_queue_size 9999' patch? (y/n): n
* METADATA configuration: * METADATA configuration:
* (Default: Example) Type name of title: * (Default: Example) Type name of title:
* (Default: 2021) Type the year: 2016 * (Default: 2021) Type the year: 2016
* (Default: Unknown) Type the genre: Thriller * (Default: Unknown) Type the genre: Thriller
* COMMANDS THAT WILL BE EXECUTED: * COMMANDS THAT WILL BE EXECUTED:
# Extract subtitles from file Example.mkv # Extract subtitles from file Example.mkv
ffmpeg -i "Example.mkv" -map 0:5 "Example.srt" ffmpeg -i "Example.mkv" -map 0:5 "Example.srt"
# Convert the file 'Example.mkv' to AVI # Convert the file 'Example.mkv' to AVI
ffmpeg -i "Example.mkv" -vsync 1 -async 1 -map 0:0 -map 0:1 ffmpeg -i "Example.mkv" -vsync 1 -async 1 -map 0:0 -map 0:1
-vf subtitles="Example.srt" -s 720x480 -c:v libxvid -b:v 3000k -vf subtitles="Example.srt" -s 720x480 -c:v libxvid -b:v 3000k
-preset slow -c:a libmp3lame -b:a 192k -ac 2 -clev 3dB -preset slow -c:a libmp3lame -b:a 192k -ac 2 -clev 3dB
-slev -6dB -metadata title="Example (2016)" -metadata date="2016" -slev -6dB -metadata title="Example (2016)" -metadata date="2016"
-metadata genre="Thriller" -metadata:s:v:0 title="Example (2016)" -metadata genre="Thriller" -metadata:s:v:0 title="Example (2016)"
-metadata:s:a:0 title="libmp3lame Stereo Audio (192k)" "Example.avi" -metadata:s:a:0 title="libmp3lame Stereo Audio (192k)" "Example.avi"
* (Default: y) Do you want run the conversion? (y/n): n * (Default: y) Do you want run the conversion? (y/n): n
```` ````
### Back to README.md ### Back to README.md