Recherche avancée

Médias (91)

Autres articles (62)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (11989)

  • FFMPEG : overlay image on video and retain size

    7 avril 2019, par HB.

    I’m trying to overlay an image (transparent background with shape in the middle) "on top" of the video and get the image back. The image size is bigger then the video. Here is the command that I’m using :

    "-i", video.mp4, "-i", image.mp4, "-filter_complex", "[1:v][0:v]scale2ref=iw:ih[ovr][base];[ovr]colorchannelmixer=aa=1.0[ovrl];[base][ovrl]overlay[v]", "-map", "[v]", "-q:v", "2", directoryToStore + "/" + ImageName + ".jpeg"

    The above scales the image to the size of the video.

    I want the image and the video to retain their size and output an image of the 2 overlaid.

    Can someone please give me advice on how I can do this ?

  • converting audio from mp4 to wav and croping in the process using python

    7 mars 2019, par fastali

    I am looking for a package where I can use to convert the audio file from mp4 to wav simultaneously while also cropping the file using python.

    I have seen some posts about using ffmpeg to do the conversion but I dont seem to be able to run ffmpeg within python, and when converted to wav the files become around 10 times bigger which is kind of a storage issue.

    Does anyone have any suggestions except for pipelining it ?

  • Concat video files on linux by creating chapters

    3 mars 2019, par KK-Media

    I do have a bigger range of video files I would like to concat and mux into MKV via CLI. Additionally I do need to keep the structure of the files by generating chapters in the output file which represent the single files.

    I usually mux video files with mkvtoolnix but I did not find a way to concat various files by generating chapters.

    Does anybody knows a quick Linux CLI way to do this ?
    Thanks