Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (67)

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

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

  • Le plugin : Gestion de la mutualisation

    2 mars 2010, par

    Le plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
    Installation basique
    On installe les fichiers de SPIP sur le serveur.
    On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
    On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
    < ?php (...)

Sur d’autres sites (6600)

  • Revision c87f32c7fd : vpx_integer.h : define __STDC_LIMIT_MACROS fixes —enable-coefficient-range-chec

    1er octobre 2014, par James Zern

    Changed Paths :
     Modify /vpx/vpx_integer.h



    vpx_integer.h : define __STDC_LIMIT_MACROS

    fixes —enable-coefficient-range-checking —enable-debug
    vp9_idct.h has references to INT16_MIN/MAX ; this header is included in
    c++ source so needs to request the macros

    Change-Id : I2e643eb973c2d84729fa3cf2f4c4d8bf65cfdff0

  • avutil/hwcontext_videotoolbox : BGRA should be full range

    3 janvier 2023, par Zhao Zhili
    avutil/hwcontext_videotoolbox : BGRA should be full range
    

    HEVC alpha layer encoding is broken without the patch.

    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] libavutil/hwcontext_videotoolbox.c
  • Why convert wav to mp3 get different length

    13 avril 2022, par sybil

    I use NAudio and NAudio.Lame to convert a wav file to mp3 file,code like that :

    &#xA;

    using var reader = new WaveFileReader(file);&#xA;using var ms = new MemoryStream();&#xA;var writer = new LameMP3FileWriter(ms, reader.WaveFormat, 32);&#xA;reader.CopyTo(writer);&#xA;writer.Flush();&#xA;File.WriteAllBytes(file.Replace("wav", "mp3"), ms.ToArray());&#xA;

    &#xA;

    the wav file length is 1500ms,but the mp3 file length is 1557ms.

    &#xA;

    And I do the same thing by using ffmpeg.exe,command like that :

    &#xA;

    ffmpeg -i c:\2\xxx.wav c:\2\xxx.mp3&#xA;

    &#xA;

    the output info :

    &#xA;

    ffmpeg version 5.0.1-essentials_build-www.gyan.dev Copyright (c) 2000-2022 the FFmpeg developers&#xA;  built with gcc 11.2.0 (Rev7, Built by MSYS2 project)&#xA;  configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-lzma --enable-zlib --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-sdl2 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libaom --enable-libopenjpeg --enable-libvpx --enable-libass --enable-libfreetype --enable-libfribidi --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-ffnvcodec --enable-nvdec --enable-nvenc --enable-d3d11va --enable-dxva2 --enable-libmfx --enable-libgme --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libtheora --enable-libvo-amrwbenc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-librubberband&#xA;  libavutil      57. 17.100 / 57. 17.100&#xA;  libavcodec     59. 18.100 / 59. 18.100&#xA;  libavformat    59. 16.100 / 59. 16.100&#xA;  libavdevice    59.  4.100 / 59.  4.100&#xA;  libavfilter     8. 24.100 /  8. 24.100&#xA;  libswscale      6.  4.100 /  6.  4.100&#xA;  libswresample   4.  3.100 /  4.  3.100&#xA;  libpostproc    56.  3.100 / 56.  3.100&#xA;Guessed Channel Layout for Input Stream #0.0 : mono&#xA;Input #0, wav, from &#x27;c:\2\xxx.wav&#x27;:&#xA;  Duration: 00:00:01.50, bitrate: 768 kb/s&#xA;  Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 48000 Hz, mono, s16, 768 kb/s&#xA;Stream mapping:&#xA;  Stream #0:0 -> #0:0 (pcm_s16le (native) -> mp3 (libmp3lame))&#xA;Press [q] to stop, [?] for help&#xA;Output #0, mp3, to &#x27;c:\2\xxx.mp3&#x27;:&#xA;  Metadata:&#xA;    TSSE            : Lavf59.16.100&#xA;  Stream #0:0: Audio: mp3, 48000 Hz, mono, s16p&#xA;    Metadata:&#xA;      encoder         : Lavc59.18.100 libmp3lame&#xA;size=      12kB time=00:00:01.51 bitrate=  66.2kbits/s speed= 137x&#xA;video:0kB audio:12kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 1.928711%&#xA;

    &#xA;

    And I get a mp3 file which length is 1536ms.&#xA;So,why the length changed ?&#xA;Thanks for reading.

    &#xA;