Recherche avancée

Médias (91)

Autres articles (34)

  • 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 Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

Sur d’autres sites (3805)

  • configure : fix _Pragma check.

    29 octobre 2023, par Reimar Döffinger
    configure : fix _Pragma check.
    

    The test can currently pass when _Pragma is not supported, since
    _Pragma might be treated as a implicitly declared function.
    This happens e.g. with tinycc.
    Extending the check to 2 pragmas both matches the actual use
    better and avoids this misdetection.

    • [DH] configure
  • How to use my FFMPEG code in Automator (Mac)

    23 juin 2023, par 3EK

    I have an ffmpeg code that converts .mov files to .mp4 files. I would like to set up a 'watch folder' system on my mac, so that when I drop files into a specific folder, it will automatically convert the file using my FFMPEG code.

    


    I have tried to add my FFMPEG code into the Automator app (mac) as a shell script, but it did not work and gave me the error *"The action “Run Shell Script” encountered an error : “zsh:3 : no matches found : .mov”"

    


    The FFMPEG code that I am using is...

    


    for i in *.mov; do ffmpeg -ss 4 -i "$i" -c:v libx264 -preset ultrafast -b:v 20M -vf format=yuv420p -c:a aac "mp4/${i%.*}.mp4"; done;


    


    Is anyone able to help me work out why this is not working please ?

    


    Greatly appreciated !

    


    Best,
John

    


  • Mention in the documentation that fieldmatch needs cfr input.

    29 octobre 2014, par Carl Eugen Hoyos
    Mention in the documentation that fieldmatch needs cfr input.
    

    This can be improved in the decimate filter but for the moment
    explicitely mentioning that mixed telecined and progressive
    content is unsupported is an improvement.

    Fixes ticket #3968.

    • [DH] doc/filters.texi