Recherche avancée

Médias (0)

Mot : - Tags -/upload

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (62)

  • 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 (10675)

  • How to calculate the sum of absolu difference between a macroblock in current frame and it corresponding block in the reference frame

    1er avril 2019, par Enock

    Can someone tells me how we can get the sum of absolute
    difference (SAD) of two macroblocks in ffmpeg, please ?
    I use MpegEnContext struct and I want to have the sad of a block in a predicted frame and it coreresponding block in the referenced frame.
    But I don’t konow how to proceed. I’m new libav user.

    Thanks

  • avformat/rpl : Calculate the duration of the video track

    30 juin 2019, par Cameron Cawley
    avformat/rpl : Calculate the duration of the video track
    

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

    • [DH] libavformat/rpl.c
  • Calculate edits in QuickTime Movie File with Edit List Atom

    8 juin 2016, par kodonnell

    In a Linux environment, is there a way to calculate any edits in a QuickTime Movie File track ? Specifically, I need duration and start time of edits in relation to the movie.

    I have been parsing the raw mov file to look at the Edit List Atom ( i.e. ’elst’ ) to get the track duration and media time but, even after the adjustments for time scale units the start time always seems off.

    For example, I have a single track video which has been edited to have first and last 6 seconds of the video removed. However, when I look at the ’elst’ atom of that file the track duration is the length of the new file but, the media time does not match what I would have expected (i.e. something equivalent to 6 seconds).

    I have tried looking into tools like FFmpeg but have had little success.