mosaic
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:6k
源码类别:

midi

开发平台:

Unix_Linux

  1. <?vlc --[[
  2. vim:syntax=html
  3. <!--  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
  4. <  mosaic: VLC media player web interface - mosaic wizard
  5. < - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
  6. <  Copyright (C) 2005-2006 the VideoLAN team
  7. <  $Id$
  8. <  Authors: Antoine Cellerier <dionoea -at- videolan -dot- org>
  9. <  This program is free software; you can redistribute it and/or modify
  10. <  it under the terms of the GNU General Public License as published by
  11. <  the Free Software Foundation; either version 2 of the License, or
  12. <  (at your option) any later version.
  13. <  This program is distributed in the hope that it will be useful,
  14. <  but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. <  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  16. <  GNU General Public License for more details.
  17. <  You should have received a copy of the GNU General Public License
  18. <  along with this program; if not, write to the Free Software
  19. <  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  20. < - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
  21. This dialog needs the following dialogs to be fully functional: input and
  22. sout.
  23. ]]?>
  24. <div id="mosaic" class="dialog">
  25.   <div class="title">
  26.     VLC media player - Mosaic wizard
  27.     <button id="btn_toggle_text" onclick="toggle_btn_text();">
  28.       <img src="images/help.png" alt="Help" />
  29.       Help
  30.     </button>
  31.   </div>
  32.   <div class="controls">
  33.     <b>Mosaic dimensions:</b><br/>
  34.     <table style="text-align: right;">
  35.       <tr>
  36.         <td>
  37.           <label for="bg_width">Background width*:</label> <input class="mosaic_bg" type="text" id="bg_width" value="400" size="8" onchange="mosaic_size_change();" />
  38.         </td>
  39.         <td>
  40.           <label for="bg_height">Background height*:</label> <input class="mosaic_bg" type="text" id="bg_height" value="300" size="8" onchange="mosaic_size_change();" />
  41.         </td>
  42.       </tr>
  43.       <tr>
  44.         <td>
  45.           <label for="mosaic_width">Width:</label> <input class="mosaic_tbl" type="text" id="mosaic_width" value="200" size="8" onchange="mosaic_size_change();" />
  46.         </td>
  47.         <td>
  48.           <label for="mosaic_height">Height:</label> <input class="mosaic_tbl" type="text" id="mosaic_height" value="200" size="8" onchange="mosaic_size_change();" />
  49.         </td>
  50.       </tr>
  51.       <tr>
  52.         <td>
  53.           <label for="mosaic_xoffset">X offset (left):</label> <input class="mosaic_tbl" type="text" id="mosaic_xoffset" value="10" size="8" onchange="mosaic_size_change();" />
  54.         </td>
  55.         <td>
  56.           <label for="mosaic_yoffset">Y offset (top):</label> <input class="mosaic_tbl" type="text" id="mosaic_yoffset" value="10" size="8" onchange="mosaic_size_change();" />
  57.         </td>
  58.       </tr>
  59.       <tr>
  60.         <td>
  61.           <label for="mosaic_cols">Columns:</label> <input class="mosaic_itm" type="text" id="mosaic_cols" value="2" size="8" onchange="mosaic_size_change();" />
  62.         </td>
  63.         <td>
  64.           <label for="mosaic_rows">Rows:</label> <input class="mosaic_itm" type="text" id="mosaic_rows" value="2" size="8" onchange="mosaic_size_change();" />
  65.         </td>
  66.       </tr>
  67.       <tr>
  68.         <td>
  69.           <label for="mosaic_hborder">Horizontal border:</label> <input class="mosaic_itm" type="text" id="mosaic_hborder" value="10" size="8" onchange="mosaic_size_change();" />
  70.         </td>
  71.         <td>
  72.           <label for="mosaic_vborder">Vertical border:</label> <input class="mosaic_itm" type="text" id="mosaic_vborder" value="5" size="8" onchange="mosaic_size_change();" />
  73.         </td>
  74.       </tr>
  75.       <tr>
  76.         <td colspan="2">
  77.         *: these values aren't used by the mosaic code.<br/> They're only here to adapt the preview's size.
  78.         </td>
  79.       </tr>
  80.     </table>
  81.     <b>Background:</b><br/>
  82.     <label for="mosaic_bg_input">Input:<label> <input type="text" id="mosaic_bg_input" class="mosaic_bg" value="" size="60" onblur="mosaic_code_update();" /> <input type="button" value="Edit" onclick="vlm_input_edit( 'mosaic_bg_input' );" /><br/>
  83.     <b>Item:</b><br/>
  84.     <label for="mosaic_input_name">Name:</label> <input type="text" id="mosaic_input_name" value="" class="mosaic_itm" />
  85.     <label for="mosaic_input">Input:</label> <input type="text" id="mosaic_input" value="" class="mosaic_itm" /> <input type="button" value="Edit" onclick="vlm_input_edit( 'mosaic_input' );" /> <input type="button" value="Add to input list" onclick="mosaic_add_input();" /><br/>
  86.     <b>Stream:</b> (leave this empty to display locally)<br/>
  87.     <label for="mosaic_output">Output:</label> <input type="text" id="mosaic_output" value="" size="60" onblur="mosaic_code_update();" /> <input type="button" value="Edit" onclick="vlm_output_edit( 'mosaic_output' );" /><br/>
  88.     <div id="mosaic_feedback"></div>
  89.   </div>
  90.   <div  id="mosaic_list" class="popup">[<a href="javascript:hide('mosaic_list');">hide</a>] - Select a stream:<br/><div id="mosaic_list_content"></div></div>
  91.   <div class="controls">
  92.     Click on each of the cells to assign inputs. (<a href="javascript:document.getElementById('mosaic_list').value='';show('mosaic_list');">Show input list</a>)
  93.   </div>
  94. </div>
  95. <div id="mosaic_layout" class="mosaic_bg"></div>
  96. <div class="dialog" style="overflow:visible;">
  97.   <div class="controls">
  98.     <input type="button" value="Let's go!" onclick="mosaic_batch(document.getElementById('mosaic_code').value);" />
  99.     <input type="button" value="Stop" onclick="mosaic_stop()" />
  100.     <input type="button" id="mosaic_code_show" value="Show VLM code" onclick="show('mosaic_code_div');hide('mosaic_code_show');showinline('mosaic_code_hide');" />
  101.     <input type="button" id="mosaic_code_hide" style="display:none" value="Hide VLM code" onclick="hide('mosaic_code_div');hide('mosaic_code_hide');showinline('mosaic_code_show');" />
  102.     <br/><br/>
  103.   </div>
  104.   <div id="mosaic_code_div" style="display:none;" >
  105.     Edit the following VLM command batch if you want to fine tune your mosaic settings:
  106.   <textarea id="mosaic_code" cols="80" rows="30"></textarea>
  107.   </div>
  108. </div>