Recherche avancée

Médias (1)

Mot : - Tags -/livre électronique

Autres articles (111)

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (9872)

  • Imagemagick transitions between multiple images — need idea

    5 juillet 2015, par user3650185

    I am using Fred’s Imagemagick scripts, particularly, fxtransitions to create a transition effect between two images. I am creating jpeg image frames. Later, I will use ffmpeg to turn them into video. It is my third day with Imagemagick and currently I can successfully apply the transition effect between two images with the following script. However, I also need to meet two following criteria :

    $result = shell_exec("bash /cygdrive/path/to/fxtransitions -e  explode -f 50 -d 1 -p 1 -r first.jpg second.jpg output.jpg");
    echo $result;
    1. Each image must stay for some 9 seconds without distortion and then quickly transforms into the next image.

    2. Currently, Fred’s script allows two image inputs. Is it possible to use more than two images within the script ? How can I loop through multiple images with php ?

  • Revision fc82dbb434 : Consistent names for FDCT functions. Renames : fdct4_1d -> fdct4 fadst4_1d

    10 octobre 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/encoder/vp9_dct.c



    Consistent names for FDCT functions.

    Renames :
    fdct4_1d -> fdct4
    fadst4_1d -> fadst4
    fdct8_1d -> fdct8
    fadst8_1d -> fadst8
    fdct16_1d -> fdct16
    fadst16_1d -> fadst16

    "_1d" suffix is redundant, so removing it. The same will happen with idct
    in the next change sets.

    Change-Id : Ibf421cd2f569146c6079269df7a31819c098265e

  • Revision b6c75c5a8d : Improve motion detection for low complexity regions. Where there is very subtle

    11 décembre 2014, par Paul Wilkins

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c



    Improve motion detection for low complexity regions.

    Where there is very subtle motion, especially when combined
    with low spatial complexity, the codec sometimes fails to quickly
    pick up the ambient motion field.

    Once it has been established though the field propagates well using
    Nearest and Near MV.

    This patch looks specifically at the case where the Nearest and Near
    have not been established as non zero vectors and in this case
    discounts the cost of searching for a new vector in the rd code.

    This will almost certainly have some implications in terms of encode
    speed but it should be possible to mitigate the impact in a subsequent
    using first pass stats and the local spatial complexity.

    Average results for test sets approximately neutral.

    Change-Id : I44a29e20f11f7ab10f8c93ffbdc50183d9801524