<div dir="ltr"><div>Hi Andrew, I have tested these changes, I will give you an analysis below.</div><div><br></div><div>RESET: SUGGESTIONS<br></div><div><br></div>In file /cinelerra-5.1/plugins/titler/titler.C<br>I would change<br>outline_color = RED;<br>It doesn't make much sense that both colors are white. Red is a good starting color for an outline.<br><br>In file /cinelerra-5.1/plugins/titler/titlerwindow.C<br>The following parameters are missing<br><br>client->config.timecode = 0;<br>// it is important in a reset to turn off this option if it has been activated<br><br>client->config.timecode_format = 1;<br>// In audiovisual the default time code is HH:MM:SS:frames, that is hours, minutes, seconds and frames.<br><br>client->config.outline_color = RED;<br>// It doesn't make much sense that the font color and outline are the same<br><br>client->config.line_pitch = 0;<br>// VERY IMPORTANT THAT THIS VALUE MUST BE 0, ZERO INDICATES THAT IT IS DISABLED AND THE SPACING BETWEEN LINES WILL BE USED BY DEFAULT OF THE CHOSEN FONT, 24 IS A MISTAKE OVERLAPPING THE LINES.<br><br>client->config.background = 0;<br>// If the background has been activated, the reset must deactivate it.<br><br>client->config.background_path<br>// It would be good if this tex box was left blank in a reset.<br><br>The content of the box where we add the texts should also be emptied<br><br>One problem that I observe is precisely that the parameter:<br>line_pitch<br>it does not update the number, for example, if I have entered 50 and do a reset, it should be set to 0 (24 is not correct) and it actually sets to 0 internally, but this change is not reflected in the text box.<br><br>IMPORTANT:<br>The position of the button can cause confusion, normally in cinelerra this button should be in the lower left part of the window. Where it is now looks like a reset only for colors.<br><div>I can think of two solutions, or put it at the bottom left, or change the text "Reset" to "Reset All"</div><div><br></div><div>-------------------------------------------------------------------------------</div><div>TAGS HTML SUGGESTIONS</div><div><div><br></div><div>It would be very helpful for a person who works in a language other than English to see the drop-down in this way, if the user does not know what a label does when he sees his name because he does not know English, with the right button he can consult quickly.<br>Can this be done?</div><div><br></div><div>Example in Russian:</div><div><br></div><div><img src="cid:ii_kkbggzxb2" alt="imagen.png" style="margin-right: 0px;"><br><br></div><div>Line pith = Расстояние между линиями</div><div>or<br></div>Line pith = Space between lines = Межстрочный интервал</div><div><br></div><div>I don't know Russian, but I have a good friend who is and has given me these translations of 'Line Pith', It is a long text, I do not know if there will be an abbreviation for this term in Russian.</div><div><br></div><div>Example in Spanish:</div><div><br></div><div><img src="cid:ii_kkbfqaqu0" alt="imagen.png" style="margin-right: 0px;"></div><div><br></div><div>Thank you very much for your good work.</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El dom, 24 ene 2021 a las 16:50, Andrew Randrianasulu via Cin (<<a href="mailto:cin@lists.cinelerra-gg.org" target="_blank">cin@lists.cinelerra-gg.org</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I moved default title color to WHITE, removed few empty lines and debug printf ...<br>
tested with two plugins active, "Reset" thankfully works on per-plugin basis ...<br>
-- <br>
Cin mailing list<br>
<a href="mailto:Cin@lists.cinelerra-gg.org" target="_blank">Cin@lists.cinelerra-gg.org</a><br>
<a href="https://lists.cinelerra-gg.org/mailman/listinfo/cin" rel="noreferrer" target="_blank">https://lists.cinelerra-gg.org/mailman/listinfo/cin</a><br>
</blockquote></div>