<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">сб, 20 янв. 2024 г., 01:10 Terje J. Hanssen via Cin <<a href="mailto:cin@lists.cinelerra-gg.org">cin@lists.cinelerra-gg.org</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
Den 19.01.2024 22:58, skrev Andrea paz:<br>
> Well, I would say that I just don't understand how CinGG works!<br>
> I was wrong in thinking that since Info-->Detail provided the same<br>
> information as ffmpeg, then CinGG and ffmpeg worked the same way with<br>
> non-square pixels. Instead we return to Raffaella Traniello's guide:<br>
> the definitions of PAR=pixel aspecrt ratio; SAR=Storage aspect ratio;<br>
> and DAR=display aspect ratio apply. And consequently the PAR=DAR/SAR<br>
> formula applies, and so does the wikipedia table.<br>
> However without knowing how to read the code of CinGG I am not able to<br>
> understand anything. I think I will sleep on it now...<br>
> My apologize.<br>
<br>
Maybe a reason is that FFmpeg became implementet (heavily) in Cinelerra <br>
by GG version 4.6mod or was it 5.0?<br>
<br>
But I want to ask Andrew here: How do the Set Format Presets take care <br>
of SAR, because selecting one I can't see it, or is it behind the scene <br>
somewhere?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Behind the scene in ffmpeg.C</div><div dir="auto"><br></div><div dir="auto">you can set SAR on encoding by going into ffmpeg parameters, it will be there as just aspect. We know DAR from preset, we can calculate Pixel Aspect Ratio themselves, and thus SAR ( I did this in recent bluray patches).</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>
-- <br>
Cin mailing list<br>
<a href="mailto:Cin@lists.cinelerra-gg.org" target="_blank" rel="noreferrer">Cin@lists.cinelerra-gg.org</a><br>
<a href="https://lists.cinelerra-gg.org/mailman/listinfo/cin" rel="noreferrer noreferrer" target="_blank">https://lists.cinelerra-gg.org/mailman/listinfo/cin</a><br>
</blockquote></div></div></div>