Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (83)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (5761)

  • Using ffmpeg to interpolate images without making video

    28 août 2020, par interwebjill

    The following ffmpeg command works well to interpolate my set of images :

    


    ffmpeg -r <fps> -i <input /> -filter:v minterpolate=fps=:scd=none:mi_mode=blend -pix_fmt yuvj420p <output>&#xA;</output></fps>

    &#xA;

    however, instead of outputting a video, I would like to instead output a directory of image files which include the original images plus the interpolated images. Is this possible with ffmpeg and if so, what are the commands ?

    &#xA;

    I could not find a solution in the ffmpeg documentation or on the wiki.

    &#xA;

  • Drop local lable from ppc asm timer.

    30 juin 2013, par Carl Eugen Hoyos
    Drop local lable from ppc asm timer.
    

    The aix assembler does not support local lables.

    • [DH] libavutil/ppc/timer.h
  • Anomalie #2532 (Nouveau) : Copier un document distant dans le site

    13 février 2012, par Johan .

    J’ai un document distant (assez gros ici 38Mo). Sur / ?exec=documents_edit&id_document=N j’ai un bouton « Copier dans le site ». L’action du bouton copie le fichier mais le tronque à 16Mo. Cette limite de 16Mo je ne vois pas d’où elle vient... Testé avec : SPIP 2.1.12, médiathèque 1.6.4 SPIP (...)