Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (109)

  • 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

  • Les thèmes de MediaSpip

    4 juin 2013

    3 thèmes sont proposés à l’origine par MédiaSPIP. L’utilisateur MédiaSPIP peut rajouter des thèmes selon ses besoins.
    Thèmes MediaSPIP
    3 thèmes ont été développés au départ pour MediaSPIP : * SPIPeo : thème par défaut de MédiaSPIP. Il met en avant la présentation du site et les documents média les plus récents ( le type de tri peut être modifié - titre, popularité, date) . * Arscenic : il s’agit du thème utilisé sur le site officiel du projet, constitué notamment d’un bandeau rouge en début de page. La structure (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (13939)

  • Can we limit max fps by using FFMPEG ?

    21 avril 2024, par Oleksandr

    I want to limit max fps when I process a video.
    
For example : set limit up to 30 frames per second.
    
If I process a video with 24 fps then I don't change fps but if I process the video with 60 fps then I change fps to 30.
    
Can it be done by using only FFmpeg (with filters or something else) ?
    
I think that it can be done by using filter like this :

    



    -filter:v "fps=fps='min($CURRENT_FPS,30)'"


    



    But I don't know is it possible to get current fps from an expression.

    


  • vc1dec : use get_bits_long and limit the read bits to 32

    25 juin 2015, par Andreas Cadhalpun
    vc1dec : use get_bits_long and limit the read bits to 32
    

    get_bits should not be used with more than 25 bits.

    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavcodec/vc1dec.c
  • avcodec/jpeg2000dec : Limit poc end fields to whats available in jpeg2000_decode_packets()

    27 juin 2015, par Michael Niedermayer
    avcodec/jpeg2000dec : Limit poc end fields to whats available in jpeg2000_decode_packets()
    

    Fixes : Ticket4677

    Solution based on information from
    https://code.google.com/p/openjpeg/issues/detail?id=80

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/jpeg2000dec.c