Recherche avancée

Médias (91)

Autres articles (102)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (14779)

  • Convert DTS file using ffmpeg to DTS encoded wave

    13 octobre 2015, par Nomis101

    I would like to convert one DTS file (.dts) into an DTS encoded wave file (.wav) using ffmpeg. To be more specific I would like to convert

    Stream #0:0: Audio: dts (DTS) ([1] [0][0] / 0x2001), 48000 Hz, 5.1(side), fltp, 1536 kb/s

    with ffmpeg into

    Stream #0:0: Audio: dts (DTS) ([1][0][0][0] / 0x0001), 44100 Hz, 5.1(side), fltp, 1411 kb/s

    How can I do that ? I need to do that, so I can import this file into iTunes. And, what does this numbers inside the brackets mean ?

  • libzvbi-teletextdec : split dvb packet to slices

    1er mars 2014, par Marton Balint
    libzvbi-teletextdec : split dvb packet to slices
    

    Instead of using the demux function of libzvbi to split the packet to slices
    (vbi lines), lets do it ourselves.

    - eliminates the 1 frame delay between page input and output
    - handles non-ascending line numbers more gracefully
    - enables us to return error codes on some invalid packets instead of silently
    ignoring them

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavcodec/libzvbi-teletextdec.c
  • vp9 : switch min_tile_cols location so it shifts up instead of down.

    14 septembre 2015, par Ronald S. Bultje
    vp9 : switch min_tile_cols location so it shifts up instead of down.
    

    This fixes cases where the shifted number is 64, but we shifted non-
    zero numbers away in the shift. The change makes behaviour consistent
    with libvpx.

    • [DH] libavcodec/vp9.c