Recherche avancée

Médias (91)

Autres articles (66)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

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

Sur d’autres sites (10704)

  • Anomalie #4704 (Fermé) : Par sinum tri le nombre par ordre alpha

    6 juillet 2021, par cedric -

    Corrigé par https://git.spip.net/spip/spip/commit/70d3be6a0ce0745f8e5c9f9f3d6f918cad6ef1e5 et {!par sinum titre} permet de remettre les sans numéros en premier

  • ffmpeg : audio to opus and embed song cover to lossless vp9 in webm container

    14 mars 2020, par snow344

    im having some trouble in making a lossless webm of a audio file

    mpv plays it fine, but youtube won’t process it no matter what

    ffmpeg -i "audio.flac" -c:v vp9 -c:a libopus -lossless 1 -b:a 500k -pix_fmt yuv420p test.webm

       Stream #0:0: Audio: flac, 44100 Hz, stereo, s16
       Stream #0:1: Video: mjpeg (Progressive), yuv444p(pc, bt470bg/unknown/unknown), 800x800 [SAR 300:300 DAR 1:1], 90k tbr, 90k tbn, 90k tbc (attached pic)
       Metadata:
         comment         : Cover (front)
    File 'test.webm' already exists. Overwrite? [y/N] y
    Stream mapping:
     Stream #0:1 -> #0:0 (mjpeg (native) -> vp9 (libvpx-vp9))
     Stream #0:0 -> #0:1 (flac (native) -> opus (libopus))
    Press [q] to stop, [?] for help
    [swscaler @ 0000028ef88c6000] deprecated pixel format used, make sure you did set range correctly
    [libvpx-vp9 @ 0000028ef854cf00] v1.8.2
    Output #0, webm, to 'test.webm':
       Stream #0:0: Video: vp9 (libvpx-vp9), yuv420p(progressive), 800x800 [SAR 1:1 DAR 1:1], q=-1--1, 90k fps, 1k tbn, 90k tbc (attached pic)
       Metadata:
         comment         : Cover (front)
         encoder         : Lavc58.73.101 libvpx-vp9
       Side data:
         cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A
       Stream #0:1: Audio: opus (libopus), 48000 Hz, stereo, s16, 500 kb/s
       Metadata:
         encoder         : Lavc58.73.101 libopus
    frame=    1 fps=0.2 q=0.0 Lsize=   15327kB time=00:04:11.17 bitrate= 499.9kbits/s speed=53.7x
    video:386kB audio:14853kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.574758%

    thanks in advance

  • avfilter/vf_bilateral : stop using sigmaS as percent of width/height

    17 juillet 2020, par Paul B Mahol
    avfilter/vf_bilateral : stop using sigmaS as percent of width/height
    
    • [DH] doc/filters.texi
    • [DH] libavfilter/vf_bilateral.c