Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (37)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (...)

Sur d’autres sites (5845)

  • FFMPEG filter complex concat video with slide transition between image

    9 août 2018, par Karate_Dog

    I’ve been working on video to create slideshow with slide transition, the input receives multiple images. The input will be scaled first before drawtext is drawn on each video, then apply transition effects by using overlay and finally concat the result into one video.

    I am having trouble getting the result of the drawtext to make a overlay slide transition

    ffmpeg
    -i, image1.png,
    -i, image2.png,
    -filter_complex,
    nullsrc=size=720x720[background];
    [0:v]scale=720:720, setsar=1[scl1]; [1:v]scale=720:720,
     setsar=1[scl2];

    [scl1]zoompan=z=if(lte(zoom,1.0),1.5,max(1.001,zoom -
     0.0025)):fps=45:s=720x720:d=360[v0];

    [scl2]zoompan=z=if(lte(zoom,1.0),1.5,max(1.001,zoom -
     0.0025)):fps=45:s=720x720:d=360[v1]

    [v0]drawtext=fontfile=Lato-Bold.ttf: text='Example 1'
    :x=10:y=h-220:fontsize=80:fontcolor=white[text1];

    [v1]drawtext=fontfile=Lato-Bold.ttf: text='Example 2'
    :x=10:y=h-220:fontsize=80:fontcolor=white[text2];

    [background][text1]overlay=x=min(-w+(t*w/0.5),0):shortest=1[ovr1];
    [ovr1][text2]overlay=x=min(-w+(t*w/0.5),0):shortest=1[ovr2];

    [ovr1][ovr2]concat=n=2:v=1:a=0
    format=yuv420p[video]
    -map [video] outputvideo.mp4

    I got error saying that my label was invalid

    [png_pipe @ 0xf3fc2000] Invalid stream specifier: ovr1.
       Last message repeated 1 times
    Stream specifier 'ovr1' in filtergraph description
  • Animated text in video using Android Transition framework

    14 août 2016, par user446718

    Is it possible to add user-customized animated text to a video using Android Transition framework ? My team currently has access to a library that can animate text, but it only works with Android View objects. Therefore, the library cannot be applied to video.

    They are contemplating using FFMPEG port for rendering text animations to the video, but I would like to know if there is a simpler way.

    There are a few commercial SDKs like magisto, but they seem to be too basic for what we are doing.

    If this can be done using Android Transitions, what are your recommendations ?

  • avcodec/ffv1dec : Check state transition table

    21 juin 2018, par Michael Niedermayer
    avcodec/ffv1dec : Check state transition table
    

    Fixes : Timeout
    Fixes : 8646/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FFV1_fuzzer-5649968353247232

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/ffv1dec.c