Anamorphic usage hint for Aspect Ratio
authorGood Guy <good1.2guy@gmail.com>
Sat, 22 Apr 2023 16:08:37 +0000 (10:08 -0600)
committerGood Guy <good1.2guy@gmail.com>
Sat, 22 Apr 2023 16:08:37 +0000 (10:08 -0600)
parts/Windows.tex

index 6bbea8b9c933c3b622afcb06349ee4106a1b0b47..44933a769348266b5ee5ccd340c12d3bd94e90a1 100644 (file)
@@ -928,6 +928,14 @@ where:
 
 \textit{SAR}= Storage Aspect Ratio (i.e media file aspect ratio)
 
+In practice, there can be a problem with anamorphic format rendering as desired because it does
+not use square pixels.  So, for example, FFV1 format in the mkv container will ignore the DAR
+(Display Aspect Ratio).  You can check if your media is anamorphic format using the \textit{Mediainfo}
+program.  If the Width/Height is 720/576 (=1.25) and DAR is 16/9 (=1.777) then you have non-square
+pixels.  SAR (Storage Aspect Ratio) is different from DAR and you have to use a workaround as 
+described at the "Cinelerra for Grandma" site by Raffaella Traniello:
+{\small\url{http://www.g-raffa.eu/Cinelerra/HOWTO/anamorphic.html}} . 
+
 
 \subsection{Camera and Projector}%
 \label{sub:camera_and_projector}