Recherche avancée

Médias (91)

Autres articles (73)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

  • Monitoring de fermes de MediaSPIP (et de SPIP tant qu’à faire)

    31 mai 2013, par

    Lorsque l’on gère plusieurs (voir plusieurs dizaines) de MediaSPIP sur la même installation, il peut être très pratique d’obtenir d’un coup d’oeil certaines informations.
    Cet article a pour but de documenter les scripts de monitoring Munin développés avec l’aide d’Infini.
    Ces scripts sont installés automatiquement par le script d’installation automatique si une installation de munin est détectée.
    Description des scripts
    Trois scripts Munin ont été développés :
    1. mediaspip_medias
    Un script de (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (13280)

  • Thumbnails from S3 Videos using FFMPEG - "No such file or directory : '/bin/ffmpeg'"

    28 juin 2022, par Nico

    I am trying to generate thumbnails from videos in an S3 bucket every x frames by following this documentation : https://aws.amazon.com/blogs/media/processing-user-generated-content-using-aws-lambda-and-ffmpeg/

    


    I am at the point where I'm testing the Lambda code provided in the documentation, but receive this error in CloudWatch Logs :

    


    enter image description here

    


    Here is the portion of the Lambda code associated with this error :

    


    enter image description here

    


    Any help is appreciated. Thanks !

    


  • watermark commend for ff-mpeg batch converter

    6 septembre 2018, par D.JCode

    I used FFmpeg Batch Converter for video converting. I used the below command

    -c:v libx264 -crf 20 -c:a copy

    Now I want to add a watermark too.

    logo.png -filter_complex "overlay=50:50" -c:v libx264 -crf 20 -c:a copy

    but it does not work. Could you help me how can I write the above code to add water mark with having control on the watermark size.

  • PHP-FFMpeg - vs - FFMpeg-PHP - Trying to add video watermark

    12 août 2014, par user1017063

    I am working on Windows 7, Apache2, PHP, localhost server

    I am trying to add a watermark to a video by using PHP. I was trying to get FFMpeg-PHP to work, but then I learned it was out of date and the new method is to use PHP-FFMpeg.

    https://github.com/PHP-FFMpeg/PHP-FFMpeg

    However, I can not find any type of documentation to add a water mark to a video. Maybe I am just missing it ?

    If this method is not supported would I have to revert back to FFMpeg-PHP or is there an alternative ? I was not able to find any and am not able to get FFMpeg-PHP to work with my setup.

    Any help would be much appreciated.

    Thanks.