Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (97)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (9758)

  • Revision d7b49b28e6 : Fix rate allocation bug. Fix miss alignment of the frames contributing to the e

    6 janvier 2014, par Paul Wilkins

    Changed Paths :
     Modify /vp9/encoder/vp9_firstpass.c



    Fix rate allocation bug.

    Fix miss alignment of the frames contributing to the
    error score and bit allocation for gf/arf groups.

    Initial results slightly +.

    Change-Id : Ie508bdcfdac52e592d48e1f13e01b3551b523deb

  • FFMPEG ignoring attempts to set user agent or other headers

    19 janvier 2020, par lmsm3

    I am on Windows, using the latest build from Zeranoe wich was linked on the ffmpeg site.
    My command is

    ffmpeg.exe -headers 'User-Agent: "This does not Work"' -protocol_whitelist file,http,https,tcp,tls,crypto  -i "local.m3u8" -c copy "out.mp4" -v trace

    My local.m3u8 file is

    #EXTM3U
    #EXT-X-TARGETDURATION:10
    #EXTINF:10.000,
    http://127.0.0.1/
    #EXT-X-ENDLIST

    On localhost i have a simple server running that logs the user agent. It outputs

    { 'user-agent': 'Lavf/58.29.100',
     accept: '*/*',
     connection: 'keep-alive',
     host: '127.0.0.1',
     'icy-metadata': '1' }

    The user agent has not been set. I have tried using -user-agent "test" and -user_agent "test" instead of -header, and have tried putting the arguments in a different order, no success.
    The trace Output of -v trace is https://pastebin.com/raw/W9hsjraT

    Why is the User Agent not being overwritten, and how can i overwrite it ?

  • Video frames with timestamp or export frame name and timestamp to excel file

    20 avril 2022, par Melodic_Knee

    I need to break a video into frames (60fps) and frame name must be in the fashion of %d_hh-mm-ss.ms.png, Or, any solution that gives frame name, and the time in excel file will work

    


    Note : - time here must be the time at which the frame appeared in the video