<div dir="ltr"><div class="gmail_quote">2015-04-03 2:47 GMT+09:00 BugMaster <span dir="ltr"><<a href="mailto:BugMaster@narod.ru" target="_blank">BugMaster@narod.ru</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid"><span>On Thu, 2 Apr 2015 18:35:26 +0100, Simon Horlick wrote:<br>> Hi Reshia,<br><br>> If you are able to, you could try changing the code to force all<br>> blocks to interlaced. In encoder/encoder.c:1476 change the line to:<br>>          h->mb.b_adaptive_mbaff = 0;<br><br>> Then try encoding again with interlace enabled. If that fixes your<br>> decoders then it might be possible to expose it as a command line setting.<br><br>> Thanks,<br><br>> Simon<br><br></span>Hi. It is possible to test this without recompile by trying to encode<br> with --subme 0. Yes, that is awful quality and wouldn't be exactly<br> what you get if we provide option but should be ok for test only if<br> recompile is not possible.<br><br> P.S. Top-posting is bad!<br><div><div class="h5"><br> _______________________________________________<br> x264-devel mailing list<br><a href="mailto:x264-devel@videolan.org">x264-devel@videolan.org</a><br><a href="https://mailman.videolan.org/listinfo/x264-devel" target="_blank">https://mailman.videolan.org/listinfo/x264-devel</a><br></div></div></blockquote></div><div><br></div><div>Thanks BugMaster and Simon,<br>Sorry for not replying sooner.</div><div><br></div><div>I tried changing the code to force all blocks to interlace, and encoding a stream.<br>But one of acTVira TV sets couldn't decode the stream.</div><div><br></div><div>I suppose that the decoder read a 'mb_adaptive_frame_field_flag' in a sequence parameter set.<br>So I try changing the code. In encoder/set.c:184 change the line to:<br>    sps->b_mb_adaptive_frame_field = 0; //param->b_interlaced;</div><div><br></div><div>Nevertheless, it still didn't work.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Thanks,<br>reshia<br></div></div>