Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (63)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (8699)

  • doc/filters : update SITI description

    28 février 2023, par Werner Robitza
    doc/filters : update SITI description
    

    The filter implements the 'legacy' version from a superseded recommendation.

    • [DH] doc/filters.texi
  • configure : Fix the msvcrt version check for mingw32

    31 mai 2017, par Martin Storsjö
    configure : Fix the msvcrt version check for mingw32
    

    This was actually broken when committed in 46e3936fb04 ; the
    test never succeeded, and thus, _aligned_malloc wasn't actually
    used on legacy mingw.

    Signed-off-by : Martin Storsjö <martin@martin.st>
    (cherry picked from commit 427f7a1f9ec1977bcb57cb4d6e6f7228dc1e858b)

    • [DH] configure
  • Generate valid ASF file for WMAsfReader

    3 février 2020, par user6380706

    My legacy software breaks after migrating it to Windows 10 since WMV Encoder 9 SDK isn’t longer supported.

    I’ve tried other approaches, and I can generate the ASF file I need using FFmpeg.
    I only need mux audio and video into ASF container, and this command do it :

    ffmpeg -y -i audio.mp3 -i video.asf -vcodec copy -acodec copy output.asf

    It works well, and the file can be played using VLC or Windows Media Player.
    But it can’t be played by DirectShow. I’ve got a ASF_E_INVALIDHEADER error when I set as the source of WMAsfReader. Any idea how can I generate a valid ASF file for the WMAsfReader ?

    Thnks !