Recherche avancée

Médias (1)

Mot : - Tags -/livre électronique

Autres articles (57)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (9396)

  • lavc/mjpegdec : Only read JFIF thumbnail size if the segment is long enough.

    3 septembre 2016, par Carl Eugen Hoyos
    lavc/mjpegdec : Only read JFIF thumbnail size if the segment is long enough.
    

    Fixes ticket #5805.

    • [DH] libavcodec/mjpegdec.c
    • [DH] libavcodec/version.h
  • ffmpeg add long text in multiline automatically

    30 juillet 2016, par Pranoy C

    I am using ffmpeg to add text to a video. Currently this command works for me :

    ffmpeg -y -i cut.mp4 -vf drawtext="fontfile=/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf: text='Stack Overflow': fontcolor=white: fontsize=24: box=1: boxcolor=black@0.5: boxborderw=5: x=(w-text_w)/2: y=main_h-(text_h*3)" -codec:a copy output.mp4
    1. If I have a very long text "Stack Overflow is awesome and this is a test of long text", is there a way to automatically make it wrap without me having to insert new line characters in the text ?

    Currently such a text just goes off the screen if I don’t have newline characters.

    1. Is there a way to specify maximum width & height for the text ?
  • ffmpeg : Putting Short video and long audio together

    15 juillet 2016, par Timo Dörsching

    i’m using macos.

    i’ve got a serval videos without audio (mp4 oder mov) with 0:30-1:00min and serval longer audiofiles (3:00-10:00)

    is there a command line solution to slowdown (slo-mo) the video so that it has the same length than the audio file and putting both together.

    example :
    video1.mov (0:30min) & audio1.mp3 (3:00min) = newvideo.avi/.mp4 (3:00min)

    i’ve tested the slowdown option of ffmpeg but there is no option to put in the length you can just give a percent like 2.5 times slower video....
    And every audio and every video has different length, so i’ve to calc every percent ?

    thanks a lot for your hints