Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (55)

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

  • swresample/resample : Limit filter length

    8 avril 2014, par Michael Niedermayer
    swresample/resample : Limit filter length
    

    Related to CID1197063

    The limit choosen is arbitrary and much larger than what makes sense.
    It avoids the need for checking arithmetic operations with the length for overflow

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libswresample/resample.c
  • Fade out audio with ffmpeg without knowing video length

    31 janvier 2018, par Flo

    I have the following command line I use with ffmpeg to add an audio track to a video that doesn’t have any audio track.

    ffmpeg -i final.mp4 -i soundtrack.mp3 -c:v copy -c:a aac -map 0:v:0 -map 1:a:0 -shortest with_audio.mp4

    I am looking for a way to fade out the volume nicely at 3s from the end of the video. The soundtrack will be always longer than the video, but the video can be any length. Existing command lines I found require to specify exact timing when to start/end fade effect. I am looking for a way that is agnostic to video length, I just want the sound to fade out to start 3s before video ends.

    Is there any way to do this with ffmpeg ?

    Many thanks in advance for answers !

  • avformat/mxfdec : fix and enhance RIP KLV length checks

    4 avril 2019, par Marton Balint
    avformat/mxfdec : fix and enhance RIP KLV length checks
    

    KLV length is BER encoded (variable size), but the code assumed the encoding to
    always use 4 bytes.

    Fixes parsing Random Index Pack in samples/MXF/issue2160/PW0805A0V01.4C5B5636.EFA330.mxf.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mxfdec.c