Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (103)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (11685)

  • 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
  • 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/h264_slice : Fix dequant table init with field pictures

    12 février 2016, par Michael Niedermayer
    avcodec/h264_slice : Fix dequant table init with field pictures
    

    Fixes regression of Ticket4389

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/h264_slice.c