Recherche avancée

Médias (91)

Autres articles (28)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (6331)

  • Evolution #3780 (Nouveau) : Renvoyer true ou false uniquement dans l’API SQL

    8 mai 2016, par Eric Lupinacci

    Le ticket #3038 avait permis de renvoyer une erreur pour les appels insert en gérant les retours 0 ou NULL.
    Maintenant il serait bien d’homogénéiser l’API SQL en renvoyant systématiquement true ou false.
    En effet, si on prend sql_insertq_multi() on récupère false ou 0 quand c’est ok.
    Donc il faut vraiment tester le false dans l’appelant ce qui n’est pas intuitif surtout que le phpdoc dit que le ok correspond à true.

    Donc une petit revue serait la bienvenue pour la 3.2.

  • h264_cabac : drop an always true condition

    18 mai 2016, par Anton Khirnov
    h264_cabac : drop an always true condition
    
    • [DBH] libavcodec/h264_cabac.c
  • mkv extract full DTS HD Master and Dolby True HD in flac or wav

    11 novembre 2016, par esposito

    I have some mkv files with audio in DTS Master 5.1 / 7.1 and Dolby True HD.

    I like to extract the full lossless audio 24/96 (core + residual part) in one flac or wav.

    If I do this :

    ffmpeg.exe -i input.mkv -map 0:2 output.dts

    or this :

    ffmpeg.exe -i input.mkv -map 0:2 output.flac

    it will extact only a lossy part. For dolby true HD there is the some problem I suppose.

    There is a way to extact full "lossless" audio in flac or wav directly ?

    I don’t like extact 2 files (core + residual) but "merge" All in one flac/wav file.

    thank you !