Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

Aucun média correspondant à vos critères n’est disponible sur le site.

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.

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

Sur d’autres sites (9878)

  • FFMPEG format video with Laravel

    31 janvier 2024, par LOC Dao Duc VTID5

    I have Laravel connects to FFMpeg to change video color space. I have a problem that when I change video color space using command line, the output video works pretty well but when I use Laravel, the output video is uglier than the video output from command line

    


    Does anyone know to get the config of ffmpmeg when using cli and using Laravel to check the difference between them ?

    


    I have searched Google but I don't find a way to detect the difference config when using command line and using through Laravel

    


  • video from images, but only imagemagick created pixelized

    6 février 2020, par cikatomo

    I am trying to make video from images. First i create images with imagemagick (simple version) :

    convert -background transparent -size 1280x720 -gravity center
    caption:'text' 0.png

    then ffmpeg(simple version) :

    ffmpeg -framerate 0.5 -i 0.png debug.mp4

    and this is what happens : http://prntscr.com/qy5i08 do you see the difference ? Image and video resolution is the same 1280x720

    I used another png image not created with imagemagick and there is no difference. Why is that ?

  • Anomalie #3695 : Édition d’un auteur et autocompletion des login/mot de passe

    24 janvier 2019, par jluc -

    La non prise en compte du autocomplete=off est pénible
    et je trouve dommage d’en rester là
    car selon le contexte ça induit des blocages.
    (en plus sur firefox ça rejetait carrément le focus et je pouvais absolument rien faire, mais ce bug de firefox sera fixé)

    Il ya plusieurs hacks sur internet pour corriger ce pb.
    Celui que j’ai retenu marche avec javascript : compléter le autocomplete="off" (qui est ignoré par les navigateurs) par :

    <span class="CodeRay">readonly="readonly" onfocus="this.removeAttribute('readonly');"
    </span>

    car le readonly désactive l’autocomplete
    et sauf stylage accenctuant la différence, quand le champ est vide je vois de différence d’apparence.