Recherche avancée

Médias (91)

Autres articles (112)

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

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

Sur d’autres sites (12785)

  • avformat/movenc : Avoid calling strlen multiple times

    23 août 2021, par Andreas Rheinhardt
    avformat/movenc : Avoid calling strlen multiple times
    

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/movenc.c
  • Android/FFmpeg : How to repeat a GIF file certain times when overlaying to another image ?

    12 décembre 2019, par hanswim

    I have a GIF file. I want to make it at least 3 seconds duration. So how to repeat GIF certain times ? Or, how to loop it to certain seconds ? Thanks a lot !

    UPDATE :

    I am sorry I didn’t describe my problem clearly.
    I am using FFmpeg. I have to overlay the GIF to another .jpg image to output a video. I have found that the duration of the output video is same as the duration of the GIF. So, how to repeat the GIF ? Or, how to loop the GIF to make the output video at least 3 seconds long when overlaying ?

    My ffmpeg command :

    [-i, background.jpg, -i, input.gif, -filter_complex, [1]scale=360:360,rotate=-0.0:c=none:ow=rotw(-0.0):oh=roth(-0.0)[v1];[0][v1]overlay=360:858[v2], -map, [v2], -map, 0:a?, output.mp4]
  • avcodec/pthread_slice : Allow calling ff_alloc_entries() multiple times to readjust...

    27 novembre 2015, par Michael Niedermayer
    avcodec/pthread_slice : Allow calling ff_alloc_entries() multiple times to readjust the entry count
    

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

    • [DH] libavcodec/pthread_slice.c