Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (74)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

  • W3C Media Annotations API standard

    10 avril 2010, par silvia

    Recently, I was asked to review the W3C Media Annotations specifications as they are about to go into Last Call (a state that comes before the request for implementations at the W3C). The W3C Media Annotations group has defined a set of metadata that they believe is representative and common (...)

  • How to batch insert same clip scene at the beginning of multiple videos ?

    13 juin 2013, par FLYqtFLY

    I have been for a few days researching on a suitable auto or semi-automatic way of mass merging files this way. Basically, what I want to achieve is inserting the same clip, before a bunch of other clips.

    In this case I´ve been trying with .flv, .mp4, .avi files (always merging same codecs), and I didn´t succeed after testing all the programs available in both Windows and OSx. Believe me, I´ve tried them all. The only ones which are supposed to handle quite well this quite of tasks are from Videocharge : Watermark Master and Videocharge Studio. None of them could perform correctly the task. Maybe there was some way I could have achieved this by scripting with After Effects or Sony Vegas, I just didn´t find any.

    Now I´m trying to find some way to achieve the same thing either by shell, unix scripting... I don´t care. I just don´t want to mount Ubuntu only for these tasks. I´m not a programmer, but I´m quite stuborn (which sometimes leads me to neverending nights) so I would appreciate some help or guidance from anyone keen and good enough on batch video processing or scripting.

    Right now, the only useful paths I´ve found drive me into either using mencode or ffmpeg through commands, but I am not able to perform the merge on batch. I don´t care about the way to sort the videos out. But taking into consideration that the operation would be performed on hundreds or thousands of videos, it wouldn´t be suitable to have them all in separate folders each accompanied by the "unique" intro clip. I guess that the most logic way would be storing the "bunch" videos in a folder, and the intro clip on the same folder as the encoder or renderer.

    Thanks in advance for any help or guidance,

  • FFMPEG integration with Xcode for MACOS project

    9 avril 2021, par clardn

    I have followed some tutorials to use ffmpg as a library in my macos project, but none of them quite worked.

    


    Some that I have tried are the following :

    


    Adding ffmpeg to our Xcode project

    


    https://github.com/rollmind/ffmpeg-swift-tutorial

    


    Could someone recommend me a tutorial to do it ?