Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (36)

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

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

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

  • Anomalie #1995 (Fermé) : pb de cache avec INCLURE et PETITION

    2 mars 2011, par cedric -

    C’est un comportement normal : il ne faut pas utiliser #INCLURE pour inclure un squelette contenant une formulaire dynamique comme #FORMULAIRE_SIGNATURE

  • Adding a video on top an image using ImageMagick or ffmpeg command ?

    18 janvier 2021, par ǝuıɥsuooɯ

    I'm trying to automate process of adding a video (with drop shadow) on top a a background image . The video size would be slightly smaller than the images. Both sizes are known and fixed.

    


  • aviobuf : Increase the default SHORT_SEEK_THRESHOLD to 32 KB

    30 octobre 2020, par Martin Storsjö
    aviobuf : Increase the default SHORT_SEEK_THRESHOLD to 32 KB
    

    The previous threshold, 4 KB, maybe was reasonable when it was set
    (in 2010), but in today's settings and with typical network speeds
    and data sizes, it's pretty small. 32 KB probably is a more reasonable
    default now, regardless of input.

    This changes the test references for two seek tests.

    When using the normal seek function, which boils down to the lseek(2)
    function, a seek to an out of bounds position doesn't return an error,
    but that condition is only reported when doing the subsequent read
    (which returns EOF). When doing more seeks by fast forwarding, the
    fact that the seeked to destination is out of bounds is noticed and
    reported sooner in these cases.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/aviobuf.c
    • [DH] tests/ref/seek/lavf-al
    • [DH] tests/ref/seek/lavf-ul