Recherche avancée

Médias (91)

Autres articles (50)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • 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

Sur d’autres sites (7281)

  • Revision cd228fcdb8 : Add an early termination check in handle_inter_mode Check the mode and motion v

    27 août 2014, par Jingning Han

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



    Add an early termination check in handle_inter_mode

    Check the mode and motion vector cost. If it is already above
    the existing best rate-distortion cost, skip the rest check process
    on this mode.

    Change-Id : Ie065cebdfda2a3be3be18b8e8b43dc29aaa8c179

  • Seeking in Flowplayer by using on the fly transcoding

    4 septembre 2013, par Jmue

    I would like to be able to seek in flowplayer (at first looking for a flash solution). I have got a small php script which provides the video as flv, live transcoded via ffmpeg pipe. That works so far but the seeking of course not.

    I already tried a few things with flowplayer's pseudostreaming plugin. But this only seems to work if the flv conatins all keyframes in meta data.

    I'm quite new in this topic but i think that shouldn't be to complicated because flowplayer doesn’t need to find the nearest keyframe due to on the fly transcoding, so one would just need the possibility to request a new url with a startposition parameter. The rest should work with "ffmpeg -ss".

    So I’m looking for any ideas or suggestions for a solution. Thanks.

  • How to input only part of the video file in ffmpeg

    11 août 2015, par Asanka sanjaya

    I’m using ffmpeg in order to process videos.

    ffmpeg -i C:\test.mp4 [rest of the command]

    When I use above command it process whole video. How can I select a paticular part of the video and process ?