Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (10)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

Sur d’autres sites (2807)

  • Select screen area dragging the mouse [closed]

    12 juin 2022, par Pedro Antônio

    How can I select area, by dragging the mouse and drawing a rectangle, returning x and y position ? I would like to get this parameters to pass it to ffmpeg

    


    Thanks

    


  • lavd/gdigrab : mouse dpi awareness

    15 février 2016, par Metaksakis Georgios
    lavd/gdigrab : mouse dpi awareness
    

    correct mouse location on hidpi screens.
    fixes ticket #5008

    Signed-off-by : Matt Oliver <protogonoi@gmail.com>

    • [DH] libavdevice/gdigrab.c
  • can hls play fragment mp4 formed by rtp data

    26 mai 2017, par hui zhang

    I have a rtp stream, and I record it to several fragment mp4(fmp4) files divide by I-Frame.
    (I first record it as mp4, and set the right pts. then use ffmpeg transform it to fragment to fmp4 )

    ffmpeg -re -i infile.ext
    -f mp4 -movflags frag_keyframe+empty_moov output.mp4)

    I want to play these fmp4 in hls, I set the m3u8 file manually.
    And try to play, browser get the fmp4 file successfully. But not able to played on browser.
    I don’t know where is wrong ?
    Could any one help me ?