Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (49)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (4675)

  • In ffmpeg how to keep text same location while filtering like zooming ?

    12 juillet 2019, par No_0n3

    In ffmpeg how do I keep the text in the same location while filtering ? e.g. zooming

    FFmpeg for linux

    ffmpeg
    -t 5
    -i x.jpg -filter_complex "[0:v]drawtext=fontfile='ariblk.ttf':text='test text':fontsize=24:x=0.23333333333333*main_w: y=0.1325*main_h:fontcolor=#000000: alpha=1,zoompan=z='if(lte(zoom,1.0),1.5,max(1.001,zoom-0.0015))':d=125,fade=t=out:st=4:d=1[v0]; [v0]concat=n=1:v=1:a=0,format=yuv420p[v]"
    -map "[v]"
    -s "800x450"
    -t 40 ./video.mp4

    The text is zoomed in as well but I want it to keep the same size.

  • How to hide text after specific location in scroll

    18 juillet 2019, par kiara

    I have ffmpeg code which have a image overlay on top of tht. I am adding a scrolling text. Now I want this text to rotate till a specific position like breaking news on channel but I am not able to figure out the command. Can anybody help ?

    This is what I am trying

    ffmpeg -i video.mp4  -i image.png -filter_complex "[0:v]overlay=25:25,drawtext=text='abcddgfs fgshrhtr':fontfile=/usr/share/fonts/truetype/ubuntu/Ubuntu-B.ttf:y=h-line_h-110:x=w-mod(max(t-2.5\,0)*(w·25)/7.5\,(w·250)):fontcolor=red:fontsize=40:shadowx=2:shadowy=2" -t 15 -y a.mp4
  • avformat/mov : Check STCO location

    11 janvier 2020, par Michael Niedermayer
    avformat/mov : Check STCO location
    

    Fixes : bypassing of checks and assertion failure
    Fixes : asan_1003879.mp4

    Found-by : Clusterfuzz + asan
    Reported-by : Thomas Guilbert <tguilbert@google.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mov.c