id}"),
            'POST',
            false,
            "",
            //"return transcodeSubmit()"
        )."
                
                
                ".$this->get_transcode_picker_html($options)."
				
			
		";
        return $html;
    }
    public function get_transcode_picker_html(array $options)
    {
        $html = "";
    }
    public function display_transcode_error(Page $page, string $title, string $message)
    {
        $page->set_title("Transcode Video");
        $page->set_heading("Transcode Video");
        $page->add_block(new NavBlock());
        $page->add_block(new Block($title, $message));
    }
}