Recherche avancée

Médias (91)

Autres articles (63)

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

  • How to Extract Timestamps and Corresponding Screenshots from .MTS File ?

    1er juin 2016, par broyang

    I have a .MTS file, and I want to output its timestamps every n milliseconds. I have to match each timestamp with its corresponding screenshot of the video.

    I tried using avchd2srt to output each timestamp, but it outputs a .srt file. I’m trying to output the timestamps in a .txt file, and the pictures in jpeg format. Does anyone have suggestions on what to do ?

  • Convert video with ffmpeg using gpu

    21 juin 2016, par sdnaghdi

    I have video sharing site and convert video with ffmpeg but it take a lot of time for converting.
    how can do it fast and safe ?
    I think when ffmpeg match with GPU it helps me but I find no good reference to use.
    Which application or reference can help me that have good performance.

  • Sync video clip using audio waveform

    10 octobre 2015, par Jean-Philippe Encausse

    I have 2 camera recording the same scene (but not with the same audio quality)

    • I have 2 videos clips V1 and V2 recorded from each cameras.
    • I want to find the delay D between the 2 clips V1 and V2 using the recorded audio.

    Is there a simple way to do this using FFMpeg or NAudio (C#) or ?

    I assume the algorithm will match some audio feature on Clip1 then find the features on Clip 2 ?