Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (54)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (8940)

  • Is it possible to create a hls master playlist with .ts chunks ?

    30 mai 2020, par Pallav

    I am trying to create a hls master playlist with .ts chunks(of different playlists) instead of creating it with different variants playlist in nginx using ffmpeg, Can one do that ? if not is there any way I can immediately create the master playlist as soon as nginx receives the first .ts chunk ?

    



    Thanks, your help is much appreciated.

    


  • frame extracted from a video using opencv or ffmpeg is vague, picture i snip from video is clear

    15 avril 2024, par user11317826

    I record a video from roadside, and I want to recognize plate license in video. but I find that if I extract every frame from video using python, the frame is too vague to recognize.

    


    I have tried opencv and ffmpeg -i input.mp4 -ss 00:00:10.000 -vframes 1 output.png
`

    


    enter image description here

    


    but if I snip video every second the picture is clear

    


    enter image description here

    


    what's the reason of this phenomenon, how can I fix it

    


    I have tried frame average, it didn't work

    


  • Count frames in H.264 bitstream

    29 octobre 2018, par user500

    How to count/detect frames (pictures) in raw H.264 bitstream ? I know there are 5 VCL NALU types but I don’t know how to rec(k)ognize sequence of them as access unit. I suppose detect a frame means detect an access unit as access unit is

    A set of NAL units that are consecutive in decoding order and contain
    exactly one primary coded picture. In addition to the primary coded
    picture, an access unit may also contain one or more redundant coded
    pictures, one auxiliary coded picture, or other NAL units not
    containing slices or slice data partitions of a coded picture. The
    decoding of an access unit always results in a decoded picture.

    I want it to know what is the FPS of live stream out to server.