Recherche avancée

Médias (1)

Mot : - Tags -/livre électronique

Autres articles (44)

  • 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 ;

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (6024)

  • Anomalie #3630 : Logo d’auteur et fonction de recherche de logo

    29 décembre 2015, par b b

    Salut, je ne comprends pas quand tu dis :

    Or la description parle de "type", et non pas d’id.

    Le phpdoc de la fonction mentionne bien l’id, cf : http://code.spip.net/autodoc/tree/ecrire/public/quete.php.html#function_quete_logo

    Quel code utilises-tu et quel résultat attends-tu ?

  • ffmpeg choose exact frame from long film strip

    28 novembre 2018, par Tech Aimley

    I’m working with ffmpeg to choose the better thumbnail for my video. and the selection would be based on the slider.
    as per the requirement multiple thumbnails not needed just a single long film image and with the help of slider select the thumbnail and save it.

    i used below command to get the long strip thumbnail.

    ffmpeg -loglevel panic -y -i "video.mp4" -frames 1 -q:v 1 -vf "select=not(mod(n\,40)),scale=-1:120,tile=100x1" video_preview.jpg

    I followed the instructions from this tutorial

    I’m able to get the long film image :
    http://i.imgur.com/BX0pV4J.jpg

    This is working fine, they moving the image in slider which is fine.

    My question is how can I select a particular frame from that slider / film strip. How can I calculate the exact time duration from the slider and then execute a command to extract that frame ?

  • avcodec/h264_sei : honor the Film Grain Characteristics cancel flag

    26 juillet 2021, par James Almer
    avcodec/h264_sei : honor the Film Grain Characteristics cancel flag
    

    Film Grain persistence is cancelled when it's true.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/h264_sei.c