RafaMar added / fixed Shell Commands usage + Andrea ffmpeg/mp4 default for batch...
[goodguy/cinelerra.git] / cinelerra-5.1 / doc / ShellCmds_en.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4         <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
5         <title>Cinelerra GG Configure Shell Command</title>
6
7         <style type="text/css">
8 .xflip {
9  -moz-transform: scaleX(-1);
10  -webkit-transform: scaleX(-1);
11  -o-transform: scaleX(-1);
12  transform: scaleX(-1);
13  filter: fliph;
14 }
15 .yflip {
16  -moz-transform: scaleY(-1);
17  -webkit-transform: scaleY(-1);
18  -o-transform: scaleY(-1);
19  transform: scaleY(-1);
20  filter: flipv;
21 }
22 .xyflip {
23  -moz-transform: scaleX(-1) scaleY(-1);
24  -webkit-transform: scaleX(-1) scaleY(-1);
25  -o-transform: scaleX(-1) scaleY(-1);
26  transform: scaleX(-1) scaleY(-1);
27  filter: fliph + flipv;
28 }
29 body { 
30  margin-top:0;
31  margin-left: 10px;
32  font-family: Verdana, Arial, Helvetica, sans-serif;
33 }
34 h1 {
35  margin-top:0;
36  margin-bottom:0;
37  font-size: 1.5em;
38  color: #3d77d5;
39 }
40 h2{
41  margin-top:0;
42  margin-bottom:8px;
43  font-size: 1.2em;
44  color: gray;
45  text-decoration: underline black;
46 }
47 p { 
48  margin-top:0;
49  margin-bottom: 12px;
50  line-height: 100%;
51  font-size: 1em;
52 }
53 li {
54  line-height:100%;  
55 }
56 li p {
57  line-height:100%;  
58 }
59
60         </style>
61 </head>
62 <body lang="en">
63 <h1>Cinelerra GG</h1>
64 <h2>Shell menu commands</h2>
65 <p>The Shell Cmds popup menu items are configured in:</p>
66 <p><b>Settings-&gt;Preferences-&gt;Interface-&gt;Shell Commands</b></p>
67 <p>This runs a dialog that lets you Add/Del/Edit the items in the main menu popup.  Possible options are:</p>
68
69 <ol>
70         <li/>
71 <p><b>Add a new menu item/script: </b></p>
72 <p>click Add</p>
73 <p>in the Label box, change the word &#34;new&#34; to the desired menu label</p>
74 <p>in the Commands box, type the command lines to be included in the script</p>
75 <p><i>(for example: Label =&gt; gimp; Commands =&gt; gimp)</i></p>
76 <p>check-OK in the Commands window</p>
77 <p>check-OK in the Shell window</p>
78 <p>click on OK or Apply in the Preferences window (WILL NOT TAKE EFFECT UNTIL CLICK)</p>
79         <li/>
80 <p><b>Del to delete an existing menu item (for example manual):</b></p>
81 <p> select to highlight an entry in the Cinelerra: Shell listbox</p>
82 <p> click Del </p>
83 <p> check-OK in the Shell window</p>
84 <p> click on OK or Apply in the Preferences window (the entry is destroyed)</p>
85         <li/>
86 <p><b>Edit an existing menu item:</b></p>
87 <p>click Edit</p>
88 <p>select to highlight an entry in the Cinelerra: Shell listbox</p>
89 <p>click edit (the edit dialog appears)</p>
90 <p>set the label and/or commands to the new desired values</p>
91 <p>check-OK in the Shell window</p>
92 <p>click on OK or Apply in the Preferences window</p>
93 </body>
94 </html>