Update documentation

This commit is contained in:
q3aql 2022-01-18 20:56:36 +01:00
parent a255c296bf
commit 21520f4b83
6 changed files with 15 additions and 15 deletions

View File

@ -43,7 +43,7 @@ $ ks-avi-wrapper --conv /tmp/video.mkv /tmp/output 0:0 0:1 720x404 "My video" 20
### Notes: ### Notes:
* The option `patch` apply the `-thread_queue_size 2048` patch to ffmpeg. * The option `patch` apply the `-max_muxing_queue_size 9999` patch to ffmpeg.
* If you specify a path or file with spaces, you must use quotes. * If you specify a path or file with spaces, you must use quotes.
### Back to README.md ### Back to README.md

View File

@ -43,7 +43,7 @@ $ ks-mp4-wrapper --conv /tmp/video.mkv /tmp/output 0:0 0:1 1280x720 "My video" 2
### Notes: ### Notes:
* The option `patch` apply the `-thread_queue_size 2048` patch to ffmpeg. * The option `patch` apply the `-max_muxing_queue_size 9999` patch to ffmpeg.
* If you specify a path or file with spaces, you must use quotes. * If you specify a path or file with spaces, you must use quotes.
### Back to README.md ### Back to README.md

View File

@ -43,7 +43,7 @@ $ ks-mp4k-wrapper --conv /tmp/video.mkv /tmp/output 0:0 0:1 3840x2160 "My video"
### Notes: ### Notes:
* The option `patch` apply the `-thread_queue_size 2048` patch to ffmpeg. * The option `patch` apply the `-max_muxing_queue_size 9999` patch to ffmpeg.
* If you specify a path or file with spaces, you must use quotes. * If you specify a path or file with spaces, you must use quotes.
### Back to README.md ### Back to README.md

View File

@ -28,16 +28,16 @@ $ ks-mp4s-folder </path/folder> [subs]
+ Video file(s) in .mkv found! + Video file(s) in .mkv found!
* Files to convert (/data/Westworld): * Files to convert (/data/Westworld):
+ Westworl-1x01.mkv (without subtitles) + Westworld-1x01.mkv (without subtitles)
+ Westworl-1x02.mkv (without subtitles) + Westworld-1x02.mkv (without subtitles)
+ Westworl-1x03.mkv (without subtitles) + Westworld-1x03.mkv (without subtitles)
+ Westworl-1x04.mkv (without subtitles) + Westworld-1x04.mkv (without subtitles)
+ Westworl-1x05.mkv (without subtitles) + Westworld-1x05.mkv (without subtitles)
+ Westworl-1x06.mkv (without subtitles) + Westworld-1x06.mkv (without subtitles)
+ Westworl-1x07.mkv (without subtitles) + Westworld-1x07.mkv (without subtitles)
+ Westworl-1x08.mkv (without subtitles) + Westworld-1x08.mkv (without subtitles)
+ Westworl-1x09.mkv (without subtitles) + Westworld-1x09.mkv (without subtitles)
+ Westworl-1x10.mkv (without subtitles) + Westworld-1x10.mkv (without subtitles)
* The output folder will be '/data/Westworld/to-mp4' * The output folder will be '/data/Westworld/to-mp4'

View File

@ -43,7 +43,7 @@ $ ks-mp4s-wrapper --conv /tmp/video.mkv /tmp/output 0:0 0:1 720x480 "My video" 2
### Notes: ### Notes:
* The option `patch` apply the `-thread_queue_size 2048` patch to ffmpeg. * The option `patch` apply the `-max_muxing_queue_size 9999` patch to ffmpeg.
* If you specify a path or file with spaces, you must use quotes. * If you specify a path or file with spaces, you must use quotes.
### Back to README.md ### Back to README.md

View File

@ -38,7 +38,7 @@ $ ks-vob-wrapper --conv /tmp/video.mkv /tmp/output 0:0 0:1 720x576 patch
### Notes: ### Notes:
* The option `patch` apply the `-thread_queue_size 2048` patch to ffmpeg. * The option `patch` apply the `-max_muxing_queue_size 9999` patch to ffmpeg.
* If you specify a path or file with spaces, you must use quotes. * If you specify a path or file with spaces, you must use quotes.
### Back to README.md ### Back to README.md