Hi,<br><br>Thx for your explanation.<br><br><div class="gmail_quote"><div>So a video source at 1080i uses as much bandwith as a video source at 1080p.<br>I believed there was black lines in one interlaced frame and so 1080i was used for lower bandwith.<br>
<br>So I do not understand why 1080i still exist because interlacing was iniatilly used for CRT tv to avoid flickering.<br>So what are the reasons to use interlace mode in a full numeric chain ? (source, transport, visual)<br>
<br>Then &quot;the NTSC system delivers the rate of 30 frames/s or 60 fields/s&quot;, so using deinterlace2, I will get a 60 FPS if fields property is &quot;all&quot;, and 30 FPS if &quot;bottom or top&quot;. So usually a FULL HD Televisons do deinterlacing using only top/bottom ?<br>
<br>What&#39;s the most usual deinterlacing method used in FULL HD screens ?<br><br>Sincerely<br><br>Julien<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div class="Wj3C7c">
<br>
</div></div>It doesn&#39;t depend on the deinterlacing method (but some produce a<br>
jumping picture if outputting the doubled framerate).<br>
<br>
The fields property can be used for this, if it&#39;s set to all you will<br>
get the doubled framerate, top/bottom will only output the interpolated<br>
top or bottom field.<br>
<br>
Let&#39;s assume you have a interlaced video (with both fields weaved into<br>
one frame) with 30fps. Taking every even line corresponds to one field,<br>
every odd line corresponds to the other field then. Now these two fields<br>
don&#39;t have the exact same timestamp but the second field is 1/2 frame<br>
after the first one, i.e. 1/60 second in our example. The fields=all<br>
deinterlacing will now output a frame every 1/60 seconds, where every<br>
frame is created from the corresponding field and the missing lines are<br>
interpolated by some method (which you can choose with the method<br>
property). This method could of course be to simply take the missing<br>
lines from the previous or following field but there are also some more<br>
complex methods ;)<br>
<br>------------------------------------------------------------------------------<br>
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.<br>
The future of the web can&#39;t happen without you. &nbsp;Join us at MIX09 to help<br>
pave the way to the Next Web now. Learn more and register at<br>
<a href="http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/" target="_blank">http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/</a><br>_______________________________________________<br>

gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br>