Recherche avancée

Médias (91)

Autres articles (59)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (4701)

  • Announcing x264 Summer of Code 2010 !

    19 mars 2010, par Dark Shikari — GSOC, development, google, x264

    With the announcement of Google Summer of Code 2010 and the acceptance of our umbrella organization, Videolan, we are proud to announce the third x264 Summer of Code ! After two years of progressively increasing success, we expect this year to be better than ever. Last year’s successes include ARM support and weighted P-frame prediction. This year we have a wide variety of projects of varying difficulty, including some old ones and a host of new tasks. The qualification tasks are tough, so if you want to get involved, the sooner the better !

    Interested in getting started ? Check out the wiki page, hop on #x264 on Freenode IRC, and say hi to the gang ! No prior experience or knowledge in video compression necessary : just dedication and the willingness to ask questions and experiment until you figure things out.

  • ffmpeg make : *** No rule to make target 'distclean'. Stop

    11 octobre 2016, par Djave

    I’m installing ffmpeg using this guide https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu on a Digital Ocean droplet.

    I’ve run all the commands down to

    $ make distclean

    and after I do this I get the error

    make: *** No rule to make target 'distclean'.  Stop.

    How can I get past this step ?

  • How to extract Programme service data from radio stream

    12 janvier 2017, par NathanK

    I’m using ffmpeg to save a publicly available radio stream to mp3 files. I would like to know what the schedule is for the radio station before I begin downloading the stream. In other words, I’d like to know if a radio stream contains something akin to the electronic program guide and, if so, is there a library/api available on linux that will allow me to extract this data. I know already that a radio signal can contain a program associated data field (I’m not sure how to extract this either).

    I’ve searched on stackoverflow, I wasn’t able to find anything similar. After searching for 2 hours on google to no avail, I’m choosing to post this question here. Any help is greatly appreciated.