Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (51)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

Sur d’autres sites (6618)

  • Why do some methods end with a number in ffmpeg

    20 mars 2020, par jinux

    Why do some methods end with a number in ffmpeg such as avcodec_alloc_context3()

    I google it and look over the ffmpeg development conversion, but can’t find the result

  • How to set source port number, in ffmpeg and udp protocol ?

    18 janvier 2021, par Rasoul Sharifian

    I am using FFmpeg library to send webcam frames through udp protocol for my destination.

    


    My command line is :

    


    ffmpeg -f dshow -i  video="Lenovo EasyCamera" -vcodec libx264  -f mpegts udp://192.168.30.20:8080   


    


    My problem is on the receiver side, where we can not distinguish the source port number.
Is there any command line to set the source port number ?

    


    Thanks a lot

    


  • Identify a specific frame number of a video file

    23 février 2017, par James Crampton

    I have a video file from which I’ve extracted a specific frame to analyze. However, I want to know what the frame number of this frame is.
    I can’t seem to find anything. I’ve had a look at ffmpeg showinfo, but that doesn’t seem to work.
    I’ve also looked into exifread, which produced information about the frame - except for the frame number.

    Any ideas ?