Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (67)

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

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

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

Sur d’autres sites (10871)

  • How to find the time of an audio clip within longer clip Python

    26 avril 2019, par Kuzon

    I don’t know what this would be called.

    I am trying to find the timing a clip within a longer clip using python.

    There is a jingle that is played, it is the same file played every time. I want to be able to find the exact position of this jingle in a longer audio clip so I can automatically trim an audio file to right after that jingle.

    Is this possible in Python ?

  • How to find a text overlay in video file ?

    30 avril 2019, par Sunil Kumar

    I have some video files which are Transcoded using ffmpeg, files contain text and Logos overlayed on video. As part of my test automation i used ffprobe to find the video and audio properties of file,

    ffprobe -v quiet -show_streams -show_format "sample.mp4"

    But i am unable to extract text/logo overlay details from video file, Is there any options present in ffprobe or ffmpeg or mediaInfo tools ? can someone suggest me the way to automate my case.

  • FFMEG Unable to find a suitable output format for '' (Convert Image To Video )

    21 mai 2019, par John Wally

    Unable to find a suitable output format for ’’

    convertir (){
    const video  =' file:///storage/emulated/0/128150.jpg'

    RNFFmpeg.execute('-r:v 30 -i'+video+' -codec:v libx264  veryslow -pix_fmt yuv420p -f mp4 -an Penguins.mp4 ')

    .then(result => console.log("FFmpeg process exited with rc " + result.rc));
    }

    Affichage Console

    enter image description here

    Image de l’affichage console