video not converting
Using Jamroom
https://www.jamroom.net/the-jamroom-network/forum/installation-and-configuration/5224/this-video-file-is-currently-being-processed
$_options = array(
'show' => 'show',
'hide' => 'hide'
);
$_tmp = array(
'name' => 'mymodule_show_hide',
'label' => 'show or hide the checkbox field',
'help' => 'help!',
'type' => 'select',
'options' => $_options,
'required' => false
);
jrCore_form_field_create($_tmp);
// Checkbox shown or hidden depending on above
$_tmp = array(
'name' => 'mymodule_target',
'label' => 'check this',//777
'help' => 'check this help',//777
'type' => 'checkbox',
'default' => 'off',
'validate' => 'onoff'
);
jrCore_form_field_create($_tmp);
$_tmp = array('
if ($("#mymodule_show_hide").val() == "hide") {
$("#mymodule_target").parent().parent().hide();
$("#mymodule_target").val("off");
}
$("#mymodule_show_hide").change(function(){
if ($(this).val() == "hide") {
$("#mymodule_target").parent().parent().hide();
$("#mymodule_target").val("off");
} else {
$("#mymodule_target").parent().parent().show();
}
});
');
jrCore_create_page_element('javascript_ready_function',$_tmp);
page=$_post.p
youtube.com/v/{$youtube_id}&hl=en&fs=1&autoplay={$params.auto_play}&rel=0