<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">пт, 12 янв. 2024 г., 00:40 Andrea paz <<a href="mailto:gamberucci.andrea@gmail.com">gamberucci.andrea@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Should the following note appear in Set Format? I don't see it.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">No, it just code comment</div><div dir="auto"><br></div><div dir="auto">you can put anything between /* and */ as human-readable note to future self (or anyone reading the file)</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
+/* W Ratio, H Ratio<br>
+Sets the ratio of the new canvas size (W, H) to the old (previous)<br>
canvas size (W, H).<br>
+The new canvas size is recalculated based upon a certain factor in the W Ratio,<br>
+H Ratio fields. A practical use-case: The current resolution is<br>
640x480, and for some reason<br>
+you want it to be 1.33 times wider. You don't have to calculate what<br>
640x1.33 is;<br>
+you type 1.33 into the "W" input instead, and Cinelerra calculates it<br>
for you. */<br>
<br>
<br>
I don't understand what 1024*1024 means. I don't seem to notice any variation.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">there is function av_reduce, in patch. You can see its last argument expressed as 1024*1024 - probably good for more exact result, but as Phyllis noticed can produce some ratios (m:n) we never saw before :)</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Here is an example of the "Detail" window:<br>
<a href="https://postimg.cc/cg8Q6zQ4" rel="noreferrer noreferrer" target="_blank">https://postimg.cc/cg8Q6zQ4</a><br>
</blockquote></div></div></div>