ks-vob-wrapper - Wrapper for ks-vob to create graphical interfaces. =================================================================== ### TRACKS/CONFIG DETECT: ```shell $ ks-vob-wrapper --show-info $ ks-vob-wrapper --show-video-default $ ks-vob-wrapper --show-audio-default $ ks-vob-wrapper --show-resolution-default ``` ### CONVERT: ```shell $ ks-vob-wrapper --conv [patch] ``` ### CONVERT WITH DEFAULT DETECTION (NOT RECOMMENDED): ```shell $ ks-vob-wrapper --conv ``` ### CONVERT WITH DEFAULT DETECTION (NOT RECOMMENDED): ```shell $ ks-vob-wrapper --conv $ ks-vob-wrapper --conv-with-sub ``` ### EXAMPLES: ```shell $ ks-vob-wrapper --conv /tmp/video.mkv /tmp/output 0:0 0:1 720x480 $ ks-vob-wrapper --conv /tmp/video.mkv /tmp/output 0:0 0:1 720x576 patch ``` ### Notes: * The option `patch` apply the `-thread_queue_size 2048` patch to ffmpeg. * If you specify a path or file with spaces, you must use quotes. ### Back to README.md * [Go back](https://github.com/q3aql/ks-tools/blob/main/README.md)