Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (101)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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

Sur d’autres sites (9958)

  • Video codec for Windows 7

    5 juillet 2021, par Asis

    I have a video file with the following details :

    


    Video details

    


    I can play the video just fine in vlc and chrome, however the media player in win7 and Firefox 89.0.2 (64-bit) cannot play it. My question is what options would I need to change in order for it to work on win7. I'm using ffmpeg to re-encode the video my current command is this :
ffmpeg -i input.mp4 -c:v libx264 -vlevel 5.1 -acodec copy -strict -2 output.mp4
After running the command, the file looks like this :

    


    video details 2

    


    The video will play in win7 media player, but not in Firefox.

    


  • serialize/deserialize decoder context ?

    2 mars 2023, par jdizzle

    Is it possible to store and load decoder contexts to resume a decoding session across process launches ?

    


    Context/Goal : use video compression to send image data over an expensive link ; use intermediate frames almost exclusively (hours in between key frames). Allow consumer side to resume decoding in the event of interruption without requiring new key-frames from producer side.

    


  • Révision 23202 : Report de r23200 : - ?exec=valider_xml n’est executable que par les webmestres

    28 septembre 2016, par cedric@yterium.com

    - var_url ne doit pas contenir de ../../ ni de ..\..\ (windows)
    - elle ne lance une action que si on a un var_token qui correspond soit a la signature de l’action en POST soit a la signature de l’action+var_url en GET. Ceci evite de faire lancer le validateur par un lien malveillant fourni a un webmstre d’un site auquel on a pas acces (CSRF)

    (Nicolas Chatelain)