Recherche avancée

Médias (0)

Mot : - Tags -/navigation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (73)

  • Participer à sa documentation

    10 avril 2011

    La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
    Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
    Pour ce faire, vous pouvez vous inscrire sur (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (11178)

  • MAINTAINERS : purge a bunch of entries

    23 juin 2016, par Clément Bœsch
    MAINTAINERS : purge a bunch of entries
    

    This is definitely not complete.

    Anton, Diego and Luca are still maintaining their code in Libav, but are
    unwilling to do so in FFmpeg, so removing these entries will prevent
    them from getting poked by our users.

    Måns, Justin, Kostya and Jason left both projects a while ago.

    • [DH] MAINTAINERS
  • Two processes of libx264 from ffmpeg

    14 juillet 2016, par Corentin

    I’m currently encountering a problem with ffmpeg (ffmpeg-2.7.2-64bit-static) on ubuntu. When I execute two processes of MP3 encoding at the same time, they complete successfully. But when I execute one process of MP4 encoding (from WMV), if I execute a simultaneous MP4 transcoding process, the first one stops with no reason and the second one completes successfully.

    I really need to transcode at least two files in MP4 simultaneously, would you know what could be the issue ?

    Here are the commands :

    ffmpeg -copyts -start_at_zero -ss 00:00:00.0 -t 00:00:23.0 -i 'in1.wmv' -codec:v 'h264' 'out1.mp4'

    then :

    ffmpeg -copyts -start_at_zero -ss 00:00:00.0 -t 00:00:23.0 -i 'in2.wmv' -codec:v 'h264' 'out2.mp4'

    Thank you very much,
    Best regards,

  • Two processes of libx264 from ffmpeg

    14 juillet 2016, par Corentin

    I’m currently encountering a problem with ffmpeg (ffmpeg-2.7.2-64bit-static) on ubuntu. When I execute two processes of MP3 encoding at the same time, they complete successfully. But when I execute one process of MP4 encoding (from WMV), if I execute a simultaneous MP4 transcoding process, the first one stops with no reason and the second one completes successfully.

    I really need to transcode at least two files in MP4 simultaneously, would you know what could be the issue ?

    Here are the commands :

    ffmpeg -copyts -start_at_zero -ss 00:00:00.0 -t 00:00:23.0 -i 'in1.wmv' -codec:v 'h264' 'out1.mp4'

    then :

    ffmpeg -copyts -start_at_zero -ss 00:00:00.0 -t 00:00:23.0 -i 'in2.wmv' -codec:v 'h264' 'out2.mp4'

    Thank you very much,
    Best regards,