Recherche avancée

Médias (91)

Autres articles (87)

  • 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 (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (7589)

  • Anomalie #4821 (Fermé) : #FORMULAIRE_INSCRIPTION{6forum} HS

    15 juin 2021, par JLuc -

    Le mail envoyé pour authentification d’une demande d’inscription ne comporte pas l’url permettant de valider.

    « Pour confirmer votre adresse email, rendez-vous à cette adresse :
    Voici vos identifiants pour pouvoir participer à la vie du site ... »

    Le reste est bon.

    Constaté par Seb41 et confirmé par mezigue, sur des spip 4 beta

    Seb41 indique aussi : « c’est url_confirm qui ne passe pas. J’ai essayé de remonter le débug jusqu’à la fontion cache php html_8c5e..., $Pile contient bien l’url de confirmation, mais la génération de la page passe par Pile["vars"] qui ne contient pas la clé ’url_confirm’ »

  • How to change libx264 profile when using ffmpeg backend of OpenCV

    24 mars 2015, par dvhamme

    I am using OpenCV 3.0.0 beta to write a video with
    VideoWriter vw("out.avi",VideoWriter::fourcc('h','2','6','4'),24,frame.size());

    This calls on the ffmpeg backend (avcodec version 56.26.100), which calls libx264 (build 142). However, apparently it is not possible to specify a libx264 profile from OpenCV, and the default bitrate is too low for my application.

    Where can I change the default behaviour of ffmpeg or possibly libx264 to get higher quality video written from OpenCV ?

  • How to change libx264 profile when using ffmpeg backend of OpenCV

    24 mars 2015, par dvhamme

    I am using OpenCV 3.0.0 beta to write a video with
    VideoWriter vw("out.avi",VideoWriter::fourcc('h','2','6','4'),24,frame.size());

    This calls on the ffmpeg backend (avcodec version 56.26.100), which calls libx264 (build 142). However, apparently it is not possible to specify a libx264 profile from OpenCV, and the default bitrate is too low for my application.

    Where can I change the default behaviour of ffmpeg or possibly libx264 to get higher quality video written from OpenCV ?