<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jan 28, 2021 at 12:16 PM thông trần minh <<a href="mailto:minhthong494@gmail.com">minhthong494@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi everyone, <div><br></div><div>I'm trying to change v360 filter params such as roll, pitch at real-time speed. I'm using <span style="color:rgb(0,103,124)">avfilter_graph_send_command() </span>to make thing happen. The problem came when the image became larger (<span style="color:rgb(32,33,34);font-family:sans-serif;font-size:14px">4096 × 2160 or larger)</span>, it took more time to init a new filter graph. I found that most of the time it spent on running this callback v360_slice() . Firstly, I thought I could vectorize two for loops inside v360_slice() but I was unable to understand the algorithm in it. I tried to increase the number of threads processing the slices but it did not work.</div><div> I'm appreciated any advice to help me deal with it. </div><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><br></div><div><a href="https://github.com/FFmpeg/FFmpeg/search?q=static+av_always_inline+int+v360_slice" target="_blank">https://github.com/FFmpeg/FFmpeg/search?q=static+av_always_inline+int+v360_slice</a>\<br></div></div></div></div></div></div></blockquote><div><br></div><div>You are CPU limited. Changing parameters will need to recalculate bunch of stuff and on CPU this is pretty slow.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div></div><div><br></div><div>Regards, </div><div><br></div><div>thongtm2</div></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Vào Th 5, 28 thg 1, 2021 vào lúc 17:59 thông trần minh <<a href="mailto:minhthong494@gmail.com" target="_blank">minhthong494@gmail.com</a>> đã viết:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi everyone, <div><br></div><div>I'm trying to change v360 filter params such as roll, pitch at real-time speed. I'm using <span style="color:rgb(0,103,124)">avfilter_graph_send_command() </span>to make thing happen. The problem came when the image became larger, it took more time to init a new filter graph. I found that most of the time it spent on running this callback v360_slice() </div><div><div><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div><br></div><div>---------------------------------------</div><div><b>Full Name</b>: Trần Minh Thông </div><div><b>Phone</b>: (+84) 38 731 0304</div><div>--------------------------------------</div><div><br></div></div></div></div></div></div></div></div>
</blockquote></div>
_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org" target="_blank">Libav-user@ffmpeg.org</a><br>
<a href="https://ffmpeg.org/mailman/listinfo/libav-user" rel="noreferrer" target="_blank">https://ffmpeg.org/mailman/listinfo/libav-user</a><br>
<br>
To unsubscribe, visit link above, or email<br>
<a href="mailto:libav-user-request@ffmpeg.org" target="_blank">libav-user-request@ffmpeg.org</a> with subject "unsubscribe".</blockquote></div></div>