Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (16)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (4771)

  • How to specify the GPU to be used by nvenc in ffmpeg [closed]

    25 septembre 2022, par Gio

    I'm using compiled ffmpeg executable for transcoding mpegts stream from h264 to h265 with nvenc. I have two nvidia Graphics Cards installed on my motherboard : GeForce GTX 690 and Tesla k-10. Is there any codec specific parameters for nvenc to choose the GPU I want to encode with ?

    


  • Clipping a video in C++ OpenCV from a specified start and end point

    19 novembre 2019, par user3719749

    I want to clip a video in C++ OpenCV from a specified start and end point. I understand that we can use the following VideoCapture properties for this purpose.

    CV_CAP_PROP_POS_MSEC or `CV_CAP_PROP_POS_FRAMES`

    But how do I exactly clip a video using any one of the above properties and write it on another video file ? I don’t find any method to read the video file from a specified relative position in millisecond or from a relative frame index.

  • I need to make an Android app for the duet, and I'd like to ask you for advice [on hold]

    25 juin 2018, par Junburg

    I want to make an app that can do a duet with a singer. I want to play the vocal and background music files of the singer, stop the vocal file of the singer every desired interval, and record the voice of the user. At the end, all the sounds should be combined into a single mp3 file. Is it possible to develop and use ffmpeg to implement this feature on Android ? Is there no example or related library ?