The video converter module converts non-browser-supported video types for preview. It run as a background process after the user tries to preview the video file.
Parameter | Information |
---|---|
FFmpeg Path | FFmpeg binary path. Place FFmpeg binary on the server and set this value as full path of the binary. |
Encoding Speed | Slower encoding speed provides better quality but convert speed is slower and converted file size is bigger than faster encoding speeds. |
Thread Limit | Single FFmpeg instance thread count. 0 is default and uses all available cores. Set low thread limit like 1 for minimum CPU usage. But lower values increase the conversion time. |
Maximum Concurrent Convert Count | Maximum concurrent running FFmpeg binary count. Other convert requests waits for running convert operations finished. |
File System | Store for converted videos. All converted videos saved to this file system. Default uses system temp directory. |