Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (79)

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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (5536)

  • How to get rec script of SOX to work on Android ?

    1er mai 2013, par Arif Nadeem

    I built sox for Android and I am using the generated binary files i.e. sox, rec, play and soxi generated directly in my app by installing them as binaries within my app.

    I am able to invoke commands using sox directly however I have a problem in invoking rec command.

    I used the following command, rec -r 8000 -c 2 output.wav
    But it fails saying that sox is not found or sox is expected but is not found.

    The above rec command works perfectly in Ubuntu when I use it in command line

    Please note that I am able to use operation related to sox binary successfully, but I am unable to use commands related to rec binary.

    Initially I thought the problem may be because of permissions imposed by Android so I included these permissions in manifest.xml but to no avail.

    I did some research and got this link, it says in section Using Sox to Play and Record that there might be some Linux systems which do not accept rec command directly.

    I followed his suggestion and appended my commands with padsp etc, but it still doesn't work.

    So my question is how do I invoke rec command successfully on Android system, has anyone tried this before ?

  • Bash script to generate thumbnail for all video files in directory

    17 mars 2015, par RWW

    I have a folder with over 10,000 videos. For each of those videos I want to create a random thumbnail image.

    My video files are in the directory /videos
    The thumbnails are in the directory /thumbs

    All the videos are named ID.mp4, where ID is the arbitrary name of the video file.
    I want the thumbs to be ID.jpg.

    I currently use this with php to generate thumbnails but its not efficient enough to do it for all those videos.

    $video = "/videos";
    $image = "/thumbs";
    $time = rand(1,300);
    shell_exec("ffmpeg -i $video -an -ss $time -f mjpeg -t 1 -r 1 -y -s 620x370 $image 2>&1");

    Anyone care to help me on this ?

  • Comment pourrions-nous améliorer le site piwik.org ? Retours, suggestions Feedback

    29 novembre 2011, par Piwik team

    Bien que nous estimions que le site piwik.org remplit correctement son rôle, nous avons conscience qu’il peut être amélioré. Nous espérons de la sorte mieux servir la communauté Piwik. Dans un premier temps, nous avons l’intention de travailler sur une refonte du site piwik.org , qui contient les différentes documentations, des FAQs, le compteur de [...]

    ]]>