ks-mp4s-wrapper - Wrapper for ks-mp4s to create graphical interfaces. =================================================================== ### TRACKS/CONFIG DETECT: ```shell $ ks-mp4s-wrapper --show-info $ ks-mp4s-wrapper --show-video-default $ ks-mp4s-wrapper --show-audio-default $ ks-mp4s-wrapper --show-subtitle-default $ ks-mp4s-wrapper --show-resolution-default ``` ### METADATA DETECT: ```shell $ ks-mp4s-wrapper --show-name-title-default $ ks-mp4s-wrapper --show-year-default $ ks-mp4s-wrapper --show-genre-default ``` ### CONVERT: ```shell $ ks-mp4s-wrapper --conv "" "" [patch] $ ks-mp4s-wrapper --conv-with-sub "" "" [patch] ``` ### CONVERT WITH DEFAULT DETECTION (NOT RECOMMENDED): ```shell $ ks-mp4s-wrapper --conv $ ks-mp4s-wrapper --conv-with-sub ``` ### EXAMPLES: ```shell $ ks-mp4s-wrapper --conv /tmp/video.mkv /tmp/output 0:0 0:1 720x404 "My video" 2018 "Comedy" $ ks-mp4s-wrapper --conv-with-sub /tmp/video.mkv /tmp/output 0:0 0:1 0:3 1280x720 "My video" 2018 "Comedy" $ ks-mp4s-wrapper --conv /tmp/video.mkv /tmp/output 0:0 0:1 720x480 "My video" 2018 "Comedy" patch ``` ### Notes: * 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. ### Back to README.md * [Go back](../README.md)