Like the title says, I'd like to know of a way to configure the Media Converter Plugin to get the screenshot based from the percentage of the video's total duration (e.g. 50%), instead of having an absolute number of seconds (e.g. 15 seconds).
Is there a way for the convert.php to read and know the the video's total duration with/without encoding it
Is there a way for the convert.php to read and know the the video's total duration with/without encoding it
define("SCREENSHOT_SECONDS", '24'); <--- change this to percentage of video duration instead
define("SCREENSHOT_ONLY", true); <--- no conversion of video/audio to happen