Recherche avancée

Médias (91)

Autres articles (71)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (9234)

  • FFmpeg How to make multiple moving box ?

    9 avril 2019, par Cancer Lee

    i want to make multiple moving box,i tried but not work

    used ffmpeg 4.1.3

    ./ffmpeg -i ./1115449702147276803.mp4 -vf "drawbox=x=if(between(t\,4.769586\,9.625816)\,(500+((517-500)/(9.625816-4.769586))*(t-4.769586))\,NAN):y=if(between(t\,4.769586\,9.625816)\,(330+((370-330)/(9.625816-4.769586))*(t-4.769586))\,NAN):w=2:h=24:color=#19C7B1:t=fill:enable=between(t\,4.769586\,9.625816),drawbox=x=if(between(t\,4.769586\,9.625816)\,(503+((520-503)/(9.625816-4.769586))*(t-4.769586))\,NAN):y=if(between(t\,4.769586\,9.625816)\,(330+((370-330)/(9.625816-4.769586))*(t-4.769586))\,NAN):w=57:h=24:color=#19C7B1:t=fill:enable=between(t\,4.769586\,9.625816),drawtext=fontfile=/font/PingFang.ttc:text=People  :x=if(between(t\,4.769586\,9.625816)\,(503+((520-503)/(9.625816-4.769586))*(t-4.769586))\,NAN) + 2:y=if(between(t\,4.769586\,9.625816)\,(330+((370-330)/(9.625816-4.769586))*(t-4.769586))\,NAN) + 4.800000000000001:fontsize=14:fontcolor=#0000FF:enable=between(t\,4.769586\,9.625816)" ./output/1115449702147276803-1554805242.mp4

    the filter desc

    drawbox=x=if(between(t\,4.769586\,9.625816)\,(500+((517-500)/(9.625816-4.769586))(t-4.769586))\,NAN):y=if(between(t\,4.769586\,9.625816)\,(330+((370-330)/(9.625816-4.769586))(t-4.769586))\,NAN):w=2:h=24:color=#19C7B1:t=fill:enable=between(t\,4.769586\,9.625816),drawbox=x=if(between(t\,4.769586\,9.625816)\,(503+((520-503)/(9.625816-4.769586))(t-4.769586))\,NAN):y=if(between(t\,4.769586\,9.625816)\,(330+((370-330)/(9.625816-4.769586))(t-4.769586))\,NAN):w=57:h=24:color=#19C7B1:t=fill:enable=between(t\,4.769586\,9.625816),drawtext=fontfile=/font/PingFang.ttc:text=People :x=if(between(t\,4.769586\,9.625816)\,(503+((520-503)/(9.625816-4.769586))(t-4.769586))\,NAN) + 2:y=if(between(t\,4.769586\,9.625816)\,(330+((370-330)/(9.625816-4.769586))(t-4.769586))\,NAN) + 4.800000000000001:fontsize=14:fontcolor=#0000FF:enable=between(t\,4.769586\,9.625816)

    The above command not work, because drawbox do not support ’t’, so i tried another one

    ./ffmpeg -i ./1115449702147276803.mp4 -vf "color=#19C7B1:s=2*24[labelLeft0];[in][labelLeft0]overlay=x=if(between(t\,4.769586\,9.625816)\,(500+((517-500)/(9.625816-4.769586))*(t-4.769586))\,NAN):y=if(between(t\,4.769586\,9.625816)\,(330+((370-330)/(9.625816-4.769586))*(t-4.769586))\,NAN):enable=between(t\,4.769586\,9.625816):shortest=1,color=#19C7B1:s=57*24[labelRight0];[in][labelRight0]overlay=x=if(between(t\,4.769586\,9.625816)\,(503+((520-503)/(9.625816-4.769586))*(t-4.769586))\,NAN):y=if(between(t\,4.769586\,9.625816)\,(330+((370-330)/(9.625816-4.769586))*(t-4.769586))\,NAN):enable=between(t\,4.769586\,9.625816):shortest=1,drawtext=fontfile=/font/PingFang.ttc:text=People  :x=if(between(t\,4.769586\,9.625816)\,(503+((520-503)/(9.625816-4.769586))*(t-4.769586))\,NAN) + 2:y=if(between(t\,4.769586\,9.625816)\,(330+((370-330)/(9.625816-4.769586))*(t-4.769586))\,NAN) + 4.800000000000001:fontsize=14:fontcolor=#0000FF:enable=between(t\,4.769586\,9.625816)" ./output/0-1554822681.mp4

    the filter desc

    color=#19C7B1:s=2*24[labelLeft0] ;[in][labelLeft0]overlay=x=if(between(t\,4.769586\,9.625816)\,(500+((517-500)/(9.625816-4.769586))(t-4.769586))\,NAN):y=if(between(t\,4.769586\,9.625816)\,(330+((370-330)/(9.625816-4.769586))(t-4.769586))\,NAN):enable=between(t\,4.769586\,9.625816):shortest=1,color=#19C7B1:s=57*24[labelRight0] ;[in][labelRight0]overlay=x=if(between(t\,4.769586\,9.625816)\,(503+((520-503)/(9.625816-4.769586))(t-4.769586))\,NAN):y=if(between(t\,4.769586\,9.625816)\,(330+((370-330)/(9.625816-4.769586))(t-4.769586))\,NAN):enable=between(t\,4.769586\,9.625816):shortest=1,drawtext=fontfile=/font/PingFang.ttc:text=People :x=if(between(t\,4.769586\,9.625816)\,(503+((520-503)/(9.625816-4.769586))(t-4.769586))\,NAN) + 2:y=if(between(t\,4.769586\,9.625816)\,(330+((370-330)/(9.625816-4.769586))(t-4.769586))\,NAN) + 4.800000000000001:fontsize=14:fontcolor=#0000FF:enable=between(t\,4.769586\,9.625816)

    still can’t work, error logs as follows

    [AVFilterGraph @ 0x7fb37ef08680] Too many inputs specified for the "color" filter.
    Error reinitializing filters !
    Failed to inject frame into filter network : Invalid argument
    Error while processing the decoded data for stream #0:0

  • Webm video playing video & audio in Movies & TV app but will only play video in windows media player and html ?

    24 décembre 2019, par Kate LeVering

    I have created a webm video file with transparency with ffmpeg out of a series of png files. Then I add the audio track again in ffmpeg (I have tried both the opus and vorbis codecs). When I play it in the Movies & TV app it plays just fine (audio and video). In windows media player only the video plays. In html (inside a video tag) the video will play if it is set to ’muted’ but if it is not muted it doesn’t play.

    I am not sure what is going on. Does anyone have any insights. Do I need to run the audio from a seperate file ?

    Thanks, Kate

  • Ffmpeg : Output a video made of several video chunks of the input video

    20 mai 2013, par mad

    I was wondering if it was possible to output a video made of several extracts of the input video.
    For example outputting a video made of the first 10s of each minute of the input.

    I know you can do it programmatically, calling several time ffmpeg with -ss and -t to make the chunks and then merge them, but is it possible to do it in one command using video filters ?

    Thanks !