Recherche avancée

Médias (0)

Mot : - Tags -/médias

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

Autres articles (112)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (8471)

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

  • 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