Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (91)

Sur d’autres sites (15828)

  • Use ffmpeg Windows batch script on OS X

    3 novembre 2015, par andisk

    I got an ffmpeg batch script written by someone. The script takes all video clips of a specific folder, cuts off first and last frame, converts the clips to ProRes and saves them in a new folder. I got it running under Windows (just have to double-click the *.bat file and it does what it’s supposed to do).
    But now I need that same script running on a mac. I’ve installed ffmpeg over homebrew. Then I tried to make a Automator-Service, but with no success. Best thing would be if I could just right click on the folder with the videos, go to services and click on convert. I’m not really into coding and scripting, but the people who should use the script are happy when they find the power switch of the computer..
    Can anyone help me with this ?
    Cheers andisk

    Edit : Here’s the code

       `@echo off


       mkdir tmp
       mkdir converted


       set pathtofind=%~dp0
       echo Searching for files in %pathtofind%%1\


       setlocal enableextensions
       setlocal ENABLEDELAYEDEXPANSION



       for %%f in (%pathtofind%%1\*) do (
               echo Handling file %%f
               ffmpeg -y -loglevel quiet -i %%f tmp\%%d.png
               set count=0
               for %%x in (tmp\*) do set /a count +=1
               echo Deleting frames 1 and !count!
               del tmp\1.png
               del tmp\!count!.png
               echo Saving %%~nf.mov
               ffmpeg -y -loglevel verbose -f image2 -r 24 -i tmp\%%d.png -vcodec prores -profile:v 1 -r 24 converted\%%~nf.mov
               del /q tmp\*.*

               echo ---------------------------
       )


       rd tmp`
  • Video processing to support different web players and qualities [closed]

    15 mai 2013, par Linas

    I am trying to accomplish something similar to youtube player.

    The biggest issues I'm facing now is how should I process user uploaded video file.

    For example since i want to switch between 240p, 360p, 480p and 720p I need to convert uploaded video file to 4 different files for each resolution, and because not all browsers can play mp4 i need ogg, mp4, webm, so that makes 12 video files, and say if it takes 10 minutes to process 1h video file it would take me about 2h just to process that file which is insane. I know that youtube is ussing cloud servers to process each video file and they have a lot of processing power but I think there some kind of trick to this.

    So my question is what can i do about this, and how does youtube deal with this ?

    My second question is ffmpeg suited for this kind of work, and if so why does this command takes pretty much for ever to finish, I ran this command on a 720p 3minutes long video file and after 15minutes of processing I just canceled the process.

    ffmpeg -i hd.webm a.mp4

    This one on the other hand took about 7 minutes to finish but it generated 200mb video file out of 25mb file

    ffmpeg -i hd.webm -c:v libx264 -preset ultrafast a.mp4

  • Looking for doing a small animation with gnuplot and ffmpeg

    17 octobre 2022, par youpilat13

    I am trying to do a small animations from multiples images (generated by the plot of input files test_matter_power_xxx.dat).

    


    Here the script :

    


    #!/bin/bash

for i in {1..398}; do
gnuplot -p <<-EOFMarker
set terminal jpeg;
set logscale x;
set title "Matter Abgular power spectrum";
set xlabel "scale (k)";
set ylabel "P(k)";
set key top left;
set grid;
set ytics out nomirror;
set xtics out nomirror;
set logscale x;
set format x "10^{%L}";
set yrange [0:30000];
plot "test_matterpower_$i.dat" u 1:2 w l > pic$i.jpeg;
EOFMarker
done

# Build movie with ffmpeg
ffmpeg -start_number 1 -i pic%d.jpeg  movie.mpeg


    


    But I get the following output at execution :

    


     ./script_movie_gnuplot.sh&#xA;����JFIF``��;CREATOR: gd-jpeg v1.0 (using IJG JPEG v90), quality = 90&#xA;��C&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;��C&#xA;�����&#xA;&#xA;���}!1AQa"q2��#B��R��$3br�&#xA;%&amp;&#x27;()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz���������������������������������������������������������������������������&#xA;&#xA;���w!1AQaq"2B����   #3R�br�&#xA;$4�%�&amp;&#x27;()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz��������������������������������������������������������������������������&#xA;                                       ?�S��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��1l�m��C�7����˟i�$�&lt;7���lW���He� ��@���@������7�o�hb�?�}�~�?���/w˿��lu�2��N�i/ڤ�&#x2B;}���7oT���l���s���(/ľ(Ѽ��k^!��t-���5;����&#xA;&#xA;��*�����CĚN����R���N�m,~�p��fVu�,��ʣ�U�!X��4h��(h:����V�u&#x2B;M_J�A-����.���|m�&#xA;            ~�����uY:e�i�Č��o"�&lt;�n����������y�Y���jZm޵&#x2B;�e��݅��JȬ��y�������f���ŏ�����n�ږ���-*&#x2B;{��D�>���h�[��d$��@&lt;��x�f�/e9Ϗ&lt;@�Mu�yR���yp,e�ć웊˴�,��;ld;J�vw_����0�n�]w�iZ�垍�]&#x2B;���f�ikt�2M��>Q��.#b��v��e�u�x���kq�;������!ӭ�.4�g�&#x27;��ip@�k&#x2B;X&#x2B;�T��5�#ž9�m�X��o�;wu&#x27;�&lt;i��^j�}��m�k�[���&#x2b;��s�@<ok�g�|y�w�w�m�[�#ƾ�o�{�cv�$��"�o�6�mkp�ᤳh�q*����p���㧏�k6�v��x��&#x2b;}�_�s���5{��&amp;�88�����0dpi��o�~)��ĝo��x�oӾ��*Ү������u]�uw��@�&gt;�M�>&amp;x���ޘ���/�_ͬE�E�����2��bB[�&#x2B;���q@��V��oٓ�t����}i�-�3�i��&#xA;!2M0ayrTGN���K���w��~O�rx"�T��,��p����aP�%�9�m����~.j���?ٿ�Z���q�M&#xA;                                                                   ��徵wo��0���3F��Yܠ����&#x2B;o��^�*ռc���m;ƶ��zj�����&amp;�-�=�D��&lt;@&#460388;&#x27;r�e�@�Wŏ��&#x27;�o�uǪXx��H���zi��gkg��q&#xA;                                                                              YU�h|��2H��\m\�r�(�~"xGG�n�.��z��_���>-�͖�9Ӧ�V(~�z�����q�Ϸ!B/�@�v?��7�����&#x27;���O��f/&#xA;                                                                  x��v�n�gw&#xA;                                                                           ,������[���J&amp;2�����6��S��4����.�mn�}���ޣ٘�\Lj64��V&#xA;>m���y&amp;�1�eg�����@��)�>"�q��|oc���2_i��G���{;;Ƕo����/���Sz�@&lt;&#x27;&#xB7;�&lt;�4�~!��&amp;��s��ˋ�&#xA;a2�[�>)�6��J�xQ�ƻ��xO�&lt;˻kx��K�Ȥ��Q��(��܅��xǀ�.�O��2/I�7��|Q6��Z�oq"�]D���4h�J!���m Pxs� �l�Ri�A��.��s�;ޗH\�8��3�h�j(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;N�T���?&amp;h�ڛhDp�l|���j�_̠�P]c�L��c���_I�����i�2�-���n,B�G٣���N   ���u����U�nj&lt;s�xi.!��x��1$3@���j�x�a1�\�a�a�&#xa;&gt;�]�z6٭q]n�E��nw۾����d\&#xA;.��I#01�dq��TG%��q�}�O�z_��i�_YOw%��.mn�����Ak�P@)���$����n��|O�G����[��,�$[�F����HR(PUY��s6Y�y�ğ���_�!O���hz���v���E&#xA;                                  f��m�>h���\�?6� ����s�Ӿ��W�g�|I5���歫�a��=��`hg�����h��$of�O�g���⯊�]��_˥j�>{_�6��2�^l����&#xA;                                        A@Q��r�̓�@;�    ~�:?�KDV(#���ܙ   Eː1@i?�W�|3��&#xA;�&#xDE;&amp;�7�5?i�h�~�a=�]�g&#x2B;#I&#xA;                       �[w�Դh���AR(��#��VV�b���-��nbr�X�3��8߄�e����f��kZ���Oi"�L��˸g��̐�s�>\j]���ZJ��9w��d�&#xA;                        xz����x��&#xBE;����ȟLӮ�DɈ�α3K&#x2B;�6����s�Q�?�|S�C^���k���:躴K2yQD!��.ϒVT�,Kd���&#xA;���l&lt;&#x27;�-#E�����kM#�zu�?�&#xA;                        ��_2&#x27;�_4�����`@�    ��ٓ&#xBA;u���������u&#x2B;��{�OR0�&#xA;                                                                       Ir�0T���@q��ҼG���mP�g�������t۩-nb&#xA;                     1�9c!��P�A�&lt;&#x27;�o��q�xǷ��|B�σuo�G�h-����a�t�4�尣.ho���e�����ֿ�-W&#xFA;H��4�n���s$&#x2B;���m���JҰL�l�x�P�LJ�t&#x2B;d������?������V1��T��㹸I�}"I/�|�X��BGݸ�@�~�^��.��6�Ն��x��]4�h��:���xy�ّ�?5z�P@P@P@P@P@P@��D��.�v��mzi"�l�De�Y�8��,�#�*���r�����7�#ӵ�/V�&amp;��iˬ�i�$H�����^  e��)��R�`������|y�-#G���"���匚��6�i1��鴻&#xF2;We`��c�G&amp;����&#xA;v�]/F�]լK��wI��q0�ʻ��6&lt;��I��f����Ԟ�5�J�M#^���^�����-b:U��2&#x27;�#D�&#x2B;Ȉ�,M1�:�pc������{]����Gs�L�!Y&amp;�dԴ�F�Xӭo�g����$� �m�$l&#x2B;) ��@h��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��&#xA;(��ߏt�~�%�^���5���eX���;W{�.p�X�    ��>������경�U�ŤI�u�9&#xA;�=�Z_��G��z����wK���R3XI�[E�&lt;��M��)^�쿳>���k�r�[�����c�}2��A�k�6{�(>1|g��9�j�����x���V�.��k$�o�mJ�*����VeH�a#`C  9��.O�  �������&lt;]�D&#x27;��x{������w�������Z��&#xA;                                                                          ����B~ �w���k@�.O�    �������&lt;]�D&#x27;��x{������w�������Z��&#xA;                                                  ����B~ �w���k@�.O�    ������G����$�{#��$U�&lt;:J6��o�pp�p{{���&lt;]�D&#x27;��x{������w�������Z��&#xA;                                                      ����B~ �w���k@�.O�    �������&lt;]�D&#x27;��x{������w�������Z��&#xA;                               ����B~ �w���k@�.O�   ������F�R�  ���;�:�u�eR?��@,�=�Z��&#x27;����@����ր�\�.�����=��Z?�rx���O�����-h������!??�;����&#x27;����@����ր�\�.�����=��Z?�rx���O�����-h������!??�;������T7��ą�I�xuAf`�9պ�@� P��&lt;]�D&#x27;��x{������w�������Z��&#xA;       ����B~ �w���k@�.O�   �������&lt;]�D&#x27;��x{������w�������Z��&#xA;                                                                  ����B~ �w���k@�.O�    �������&lt;]�D&#x27;��x{���St�����P3!h��&#xA;                                     �U��PAv ���&#x27;����@����ր�\�.�����=��Z?�rx���O�����-h������!??�;����&#x27;����@����ր�\�.�����=��Z?�rx���O�����-h������!??�;���&#xA;�����jY/�߈��g����S��\rc��P��\�.�����=��Z?�rx���O�����-h������!??�;����&#x27;����@����ր�\�.�����=��Z?�rx���O�����-h������!??�;����&#x27;����@����ր&#x2B;�|s�>�&#xA;�s�7�q����|>r�:�5^��?h��.O� �������&lt;]�D&#x27;��x{������w�������Z��&#xA;                                                                  ����B~ �w���k@�.O�    �������&lt;]�D&#x27;��x{������w�������Z��&#xA;                                       ����B~ �w���k@�%��_��5���(�^�{�]궒�r��0���W^&#221933;�kn���t�n&amp;�9�bwR�s��Ett�_�����O�5��!��=V�&#xA;(��&#xA;~.�?V��čdzM����Ş�s�\�ڝ D)��b�I�X�$!ʳ6����We�������/��hK��c�:Z%�0�d���kr�[͇(���$*&#xA;�8�N���V��v:Uռ�#�m|��S�l�m�9�[~��H�n#,��]��(w�/����                           .@&#xA;                             �r.��n�>�B�p�� �|�����5����O&#xD8;��0^k���i����퍼^C���3"��C��Z���x���:�,�?��VM"���^Q�$W�A0[��j4��&#xA;                          w�x�K�-�S&#xA;1U��&amp;�ܣ���I:���4���\�2�sf3���|O�Dk������&lt;[c���߼�Wlgh�mf��L�C�&#x2B;�&#xA;                                                                              �9��?�ޡ��.��xG�V�^ғL��ķz����O��&amp;��@ŝD�Y���$�Pg���u������~��|��t{][�en�-&#x27;��E�!1o$ʈ$n9Fh�t��?k&#x2B;�/��>}C�g��)��C�#T   z�o1������"X#�d��ȍ��� �&amp;��V�&#xA;                                                            ~�A�߅$���SCU��Z��&#x2B;��W��6�&lt;�v��]��6->�O��� $�#��[i��&#x2B;�`��\����,��&lt;��*ֵ�~Κ��˯��z�Z��>e��V��d�P��Pp��(�������&#x27;��7�~�X��n�=������;�.���&#x2B;e���9"v-$X&#x27;&#xA;Y�(-7㞹�|/�sk�e��/�t�kP��5���SAv���]F��ѵ����?�o��)x��q�|eio�/��6�ey�4N�E%F���Y8w��V�>X��w���/�M�׼I���hr[k&amp;�>�q:)�U7rlq�tv�����E��@ݷ���uԾfm���|A���� �|��m�>�۹ߌ&#xA;                                                                             d�~(����_����3��A��_h��*�H~���|��tc8��%��,~�پ.֬���׃u;�/�z;�m�X��wly�&#xA;                                                             ��;B�  U�Y���a�x�����k]^^Ov��k:\������^8�3��yW&#xA;                             ��[��{�&#xA;                                    ��>"�G�u�w�>��3ް�ީ>��=��#K���V���v�v�6wr�M�Z�HbH��9X�(,�Y��$�ܒhJ(��&#xA;(��3�ݯ�[��k�c��nyG���������P�P@P@����,��}�7V��W��tȾ^;o���&#xFB;=�B�&#xA;(��&#xA;(�*��?���&lt;k���z�p@p@p@�_�����o�5��!��=v�&#xa;(��&#xa;(��&gt;5�&#x27;��:��V��ۛ9]�3,L�����Z�u�h    �={�>�O�|�������F�jR%Y�i-Y��L&#xA;���$��>b��g������F��/���}f]CS�h�c�}��$v�K&#xA;                                         gM���x$g���r6���|)�:S�gG���՟�l&lt;)��hzl0"��Epa.��$��C>`s@��e�P†_�_VR�z��l����2?&#xA;��?�ڟ�|5�E��zև�i�t�O^�t�A��d�Y%tB63����2��PK{�[\����^MF����~��&#x2B;��G�G�r,�rB6`��BK&lt;����xk�C���������|�M;Y���.��Ao)/$�ۏ*VV/6�rh�ֿf��7��&#x27;��4tv�����O��Z\�&#x27;;eC.쌢�&#xA;�;�n� x��:g��x��b�ݛ����B��&#xA;                          ����0�-d3C�-��=/���c�~&lt;�k�:�L�[�[%�&#xA;                                                               i�[�H�Q�P�`�|�H�:�>�������[E�n|?o�-6{q��f���n&lt;�{F��#�    =҉X��)9��5�B�Ή�i����m�-B�Q��,�U��on{�T��m�̩)�p��@6ϡ�mGDb�yu����e��%�Il�#�=@�h�μ>&#xA;x[O�]ׅ�c�&#xA;        F�����6�u��ʖ��-��>�?��$�� ?�>�{������j^ ԴI�to&#xA;                                                     i���Y���Cs&#x27;�w�S\� �U;�˱�|t�m��W]&#x2B;ş�&#x2B;�Q�YŎ��[ZNc$��$um���J��o�^�ף��3���M��t4-R&#xA;                                                ߳�ݳ������3�㡠C�&#xFF;����Z�-��y--���i�n.cV��wLG2�DM�&#xA;            �h����U�ŋ�מ����y5ˋ����d�KY��#��&#xBA;Ef�kg���0��f?�o�>נ�|�K�?��g���2ϳE��V\Y�o&#x27;�����,|���@�/�~xs�j���:߀���|˙�༵�ys4L!b%Uto(��w/�&#xA;                                                  @>���&#xCF;�|q�����G����~���X&lt;��&#x27;��6ٜ�ٛ�~��c����_Zjz���>��p�c%̲��#�F89#�-��MR���~ ��F����o�漵�X.ݻ�����|O�➭����~��Z7�$���=��$&#xA;  lvn��&#xA;       S�`&#xA;�Z8Y.����\���&#992730;�����34���U�&#xA;                         �=_P��S�����Hn"h]��xd&#xA;��RD!��ᔂ �WNn���k�}Rk��^MY�*2p�������q�|;�A��i��U{�����i���[�a�����!�&#xA;G&#xFF;������%Q��Z�&amp;�� �5���.��"�|;�A��i��U�����i��[�a�����!�&#xA;G&#xFF;������%Q��Z�&amp;�� �5���.��"�|;�A��i��U�����i��[�a�����&#x27;^!�P@�\���-�ٿ˵�O��X�&lt;����~�m����B�&#xA;(��&#xA;(�&#xA;  �r��Q��>&#xDB;�x��&#x2B;�ݺd_/��f��ݞ��@P@P�x��N����%���&#xA;�=V�&#xA;(��&#xA;(��&#xA;(��&#xA;����Mc�&#x27;�����@�@P@P@�eϟ{�&#x27;�>���,~W���������wo��M1�4�@P@P|�;u�;�l�-g��~V|ݯ�7�ٻ��Р�&#xA;(��&#xA;(?\��%�o�ϰ���?7��7n���m�ٻ�wg�hP@P@P~�s�)�n���~o����3����1�w�m�zР�&#xA;(��&#xA;(>&#xA;  �����7�v�I�?&#x2B;V�y���ۍ����hP@P@��\��7�g�suo��y��L�������;�ڀ4(��&#xA;(��&#xA;�����&lt;��3Ŀ�]�P��@P@P@P@U�X�ɬ|d��3Y����h��&#xA;(��&#xA;(?L���ud�gڼ�����}��17�������?��4(��&#xA;(��&#xA;Ϟ�n�go�͞e��}��ϛ��f��7co3?�@P@P@g�?d������[���^f��"�x�;7��&#xA;(��&#xA;(��&#xA;���~�e#��غ���&#774011;fu���f6n�-��@P@P@g�s�_���f�.�    >��c���3}�q�����&#xA;(��&#xA;(��3�˟�YF�l�n���|�3v�|�vߝ���v{P�P@P@U�?�:���&amp;x��K�*�Z(��&#xA;(��&#xA;(��&#xA;(ʿk�5����&amp;k?�C5z�P@P@g�>}l�W�t��^Vϳ��&amp;���yݿw�4����P@P@�������ٳ̵�O��Y�v�C���f�m��g�hB�&#xA;(��&#xA;(�&#xA;  �r��Q��>&#xDB;�x��&#x2B;�ݺd_/��f��ݞ��@P@P@�����}�W�W��lξ^;����ŷ=�B�&#xA;(��&#xA;(�&#xA;  �.wk��l����&#x27;��y[�Q�o�n6����T�@P@P~�s�K(��a�ռ~o��n�2/����w���jР�&#xA;(��&#xA;(ʼG�&#x27;O�������v�@�@P@P@P@yW�c�&amp;�����g�Hf�U��&#xA;(��&#xA;(�&#xA;  �2�ϽՓ�j�n�?&#x2B;������^�;������Р�&#xA;(��&#xA;hP@P@��\��7�g�suo��y��L�������;�ڀ4(��&#xA;(��&#xA;(?C��]���Ϸb��?7�������}�ٻ��hP@P@���~����X$���&#x2B;s�&lt;�������^��4(��&#xA;(��&#xA;��.~�e��9������ۦE���~vn���@P@P@yW�����ؙ�_�.Ш�h��&#xA;(��9����o�~��.�$ɧژ��m�i��E�(�A�;��=Xt�@Dž>=iZ��΅��&#x27;_Ӵ���|C�&#xA;                                                          U�#{y���[&#xA;�~�,��dP_&#xA;>7�|Z�еK_�~/�|;�Y&amp;�i���B&#xA;                        ��"-7�N�Ԯ� ��o8����I�k�5�ZF�i�k���z7��b]/S�M�����U��ɱ�M�#6Fg��Ɖ�jV�i����T��/�kҬoY�&lt;��%!^DF�bhюԃ�&#xA;�i�h�ȥէ�";��d)                       ?�/�����/&#x27;�mc��&#xA;��0�@# ���6�Ɲkc&lt;wvwq$�oni#`yopaz�?���mc�&#x27;�����@�@p@p@�eϟ{�&#x27;�&gt;���,~W���������wo��M1�4�@P@P|�;u�;�l�-g��~V|ݯ�7�ٻ��Р�&#xA;(��&#xA;(?\��%�o�ϰ���?7��7n���m�ٻ�wg�hP@P@P~�s�)�n���~o����3����1�w�m�zР�&#xA;(��&#xA;(>&#xA;  �����7�v�I�?&#x2B;V�y���ۍ����hP@P@��\��7�g�suo��y��L�������;�ڀ4(��&#xA;(��&#xA;�����&lt;��3Ŀ�]�P��@P@ax���    �^%�&amp;�����y�R�K31&#xA;�,�  P�7����O��Σ��;Q�ރa�YFd��47Y�Q$��VB��#"a�j�L��m㿃^�W�o�_����K�;Q�%ԭ�N�Of��5v&#x2B;m�U��F��������Yk�/���:h��#Oxj�����\���r&#xA;                                      Ko9|�;�&#xA;� ����~7x:�h����}{F6��&#x27;���e{0��H����*r8�z�������]��&#xA;                                                   {[��Y���&#xA;v�����������gg��uo5f��s�����)6T{����o?������������������ӹ��M��z��~��&lt;?�}�����w?�    ���_?������Ͽ��?۠�N���7������~����Y�����ti���&amp;��=|������>����n��;���ǯ��������g������s�@�������?�x����s�?���y��߇�������@���o?�����������������?L�.g�Փ췗^N�&lt;�����ɉ�˟3�s�~���o�hC�N���7������~����Y�����ti���&amp;��=|������>����n��;���ǯ��������g������s�@�������?�x����s�?���y��߇�������@���o?������������������ӹ��M��z��~��&lt;?�}�����w?�   ���_?������Ͽ��?۠&#xA;                       ��˕�����x�f�=����|�W�l��p����4?���y��߇�������@���o?������������������ӹ��M��z��~��&lt;?�}�����w?�   ���_?������Ͽ��?۠�N���7������~����Y�����ti���&amp;��=|������>����n��;���ǯ��������g������s�@�������?�x����s���5˛K(�췖9�&lt;�n�d��2/�q�p�����(C�N���7������~����Y�����ti���&amp;��=|������>����n��;���ǯ��������g������s�@�������?�x����s�?���y��߇�������@���o?������������������ӹ��M��z��~��&lt;?�}�����w?�  ���_?������Ͽ��?۠�N���7������~����Y�����t���7vR?�o/��&lt;ݰǵ�g_�����}�۝������o?������������������ӹ��M��z��~��&lt;?�}�����w?�    ���_?������Ͽ��?۠�N���7������~����Y�����ti���&amp;��=|������>����n��;���ǯ��������g������s�@�������?�x����s�?���y��߇�������@�k�-��[���2&#xA;          ���yN�(ٿ���n1����5hi���&amp;��=|������>����n��;���ǯ��������g������s�@�������?�x����s�?���y��߇�������@���o?������������������ӹ��M��z��~��&lt;?�}�����w?�  ���_?������Ͽ��?۠�N���7������~����Y�����t��k�6�Q��o,s�y&lt;ݰɹ�d_�����;7}�ݝ�P����o?������������������ӹ��M��z��~��&lt;?�}�����w?�    ���_?������Ͽ��?۠�N���7������~����Y�����ti���&amp;��=|������>����n��;���ǯ��������g������s�@�������?�x����s�?���y��߇�������@e���q�S�;�-&amp;�ρ�G!�J3_hyO��̸��&#xA;                           �=v�&#xA;(��&#xA;(��&#xA;M���M"GY�W���e9Rc�J� ���g��5Iu? |?��)aki/4]��g��cx�IRUI\�*=hxS��|}}{�   h^��9���t�md�9��5������>&#x2B;��E���[/�)[�f�O�;���`��p:��]|6���]υ�[�[�Hu�t�Z�5�0���8�4x�᷄|a��ڮ��m[�4��c{����Mjs��矔���ʿk�5����&amp;k?�C5z�P@P@g�>}l�W�t��^Vϳ��&amp;���yݿw�4����P@P@�������ٳ̵�O��Y�v�C���f�m��g�hB�&#xA;(��&#xA;(�&#xA;  �r��Q��>&#xDB;�x��&#x2B;�ݺd_/��f��ݞ��@P@P@�����}�W�W��lξ^;����ŷ=�B�&#xA;(��&#xA;(�&#xA;  �.wk��l����&#x27;��y[�Q�o�n6����T�@P@P~�s�K(��a�ռ~o��n�2/����w���jР�&#xA;(��&#xA;(ʼG�&#x27;O�������v�@�@P@P@P@yW�c�&amp;�����g�Hf�U��&#xA;(��&#xA;(�&#xA;  �2�ϽՓ�j�n�?&#x2B;������^�;������Р�&#xA;(��&#xA;hP@P@��\��7�g�suo��y��L�������;�ڀ4(��&#xA;(��&#xA;(?C��]���Ϸb��?7�������}�ٻ��hP@P@���~����X$���&#x2B;s�&lt;�������^��4(��&#xA;(��&#xA;��.~�e��9������ۦE���~vn���@P@P@yW�����ؙ�_�.Ш�h��&#xA;(��&#xA;(��&#xA;(�*���>2ؙ���&#xA;             ��P@P@��\��}��^M���y[>������v�����@P@P@g�s�_���f�2�y>��g���3m�������&#xA;(��&#xA;(��3�˟�YF�l�n���|�3v�|�vߝ���v{P�P@P@g�w?k������]\G��^^ݳ:�x���&#xA;(��&#xA;(��3�ݯ�[��k�c��nyG���������P�P@P@����,��}�7V��W��tȾ^;o���&#xFB;=�B�&#xA;(��&#xA;(�*��?���&lt;k���z�p@p@p@�_�����o�5��!��=v�&#xa;(��&#xa;...&#xa;<&gt;code>

    &#xA;

    Where is my error ?

    &#xA;