Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (63)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (6642)

  • Creating personalized video from user submitted pictures and data

    18 décembre 2016, par Rajat Singhal

    Can someone guide me towards what technology to use to create personalized video from user submitted pictures and data.. The process has to be automated, as in server must be able to create a downloadable video from photos and text submitted by user..

    So the process will probably be like one video will be created by a hired artist, with placeholders where the user submitted pictures and text will fit in. Now with user submitted data video can be created and downloaded from the website..

    An example can be the videos created by facebook now-a-days on your birthday or year end. They consist some of your photos, some text and have a common video theme.. You can view one here http://newsroom.fb.com/news/2016/12/facebook-2016-year-in-review/

    One way I’ve found is to write the video code in html5 and then record it with phantomjs and ffmpeg.. http://mindthecode.com/recording-a-website-with-phantomjs-and-ffmpeg/

    But it seems a bit unnatural way of doing it.. And also I think not a lot of good artists are out there who can create the video theme in html5..

  • avcodec/wmv2dec : Zero mb_type array for I pictures

    9 août 2022, par Andreas Rheinhardt
    avcodec/wmv2dec : Zero mb_type array for I pictures
    

    Up until now, ff_wmv2_decode_secondary_picture_header() only
    set the mb_type array for non I-pictures, so that the decoding
    process uses the earlier values of this array ; this affects
    the output of the wmv8-x8intra FATE-test (which this patch
    therefore updates). These earlier values were set when decoding
    earlier frames or when the buffer was initially zero-allocated.
    A consequence of this is that the output of this test would be
    random if ff_find_unused_picture() would select the unused picture
    to return at random. Furthermore decoding from a keyframe onwards
    depends upon the earlier state of the decoder.

    This patch therefore zeroes said array when decoding an I picture.

    (It is not claimed that zero is the right value to fill the array with.
    I just don't know.)

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/wmv2dec.c
    • [DH] tests/ref/fate/wmv8-x8intra
  • cavsdec : Make sure a sequence header has been decoded before decoding pictures

    12 septembre 2013, par Martin Storsjö
    cavsdec : Make sure a sequence header has been decoded before decoding pictures
    

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/cavsdec.c