Recherche avancée

Médias (1)

Mot : - Tags -/portrait

Autres articles (99)

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

  • Les sons

    15 mai 2013, par
  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (16060)

  • Revision 190c2b4591 : Using stride (# of elements) instead of pitch (bytes) in fdct4x4. Just making f

    22 octobre 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /test/fdct4x4_test.cc


     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/encoder/vp9_dct.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/x86/vp9_dct_sse2.c



    Using stride (# of elements) instead of pitch (bytes) in fdct4x4.

    Just making fdct consistent with iht/idct/fht functions which all use
    stride (# of elements) as input argument.

    Change-Id : I0ba3c52513a5fdd194f1e7e2901092671398985b

  • Revision db0d603b1c : Making functions read_{inter, intra}_segment_id more similar. Change-Id : I51f9a

    12 juillet 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/decoder/vp9_decodemv.c



    Making functions read_inter, intra_segment_id more similar.

    Change-Id : I51f9ac910834f2d7aba2be4f7ffbce597e61a144

  • how much time ffmpeg take on an average of making video 15 sec

    24 mars 2016, par sumit saini

    I am doing coding in ffmpeg in android for making a () video using ffmpeg. In which I am take one background image + one tom +.wav then try to make video like talking tom but problem is that it take lot of time in 15 sec video = 1 minute. please tell how to minimise time.

    my code is below

    commandText = "-loop 1 -r "+frameRate+" -i /sdcard/emoj/bg.png -r "
                       + frameRate
    + " -f concat -i /sdcard/emoj/images.txt -i /sdcard/emoj/final.wav -filter_complex [1:v]scale="+mitiWidth+":"+mitiHeight+"[ovrl];[0:v][ovrl]overlay=(main_w-overlay_w)/2:(main_h-overlay_h) -s "+deviceWidth +"x"+deviceHeight+" -preset ultrafast -codec:v libx264 -c:a aac -pix_fmt yuv420p -strict experimental -b:a 32k -t 00:00:"+ time +" /sdcard/emoj/myPetVideo.mp4";

    image.txt is tom images .

    please tell me if any buddy know or tell which library is used in talking tom.

    Thanks