Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (97)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (8818)

  • video thumbnail using FFMPEG on lambda (spawn error)

    21 mars 2018, par sitara hussain

    i am following the tutorial given on
    https://concrete5.co.jp/blog/creating-video-thumbnails-aws-lambda-your-s3-bucket
    all setup is done according to the given instruction. but after deployment i am having following error on

    2018-03-21T14:59:27.202Z    73134e6f-2d18-11e8-a66f-5d8b49ac5731    { Error: spawn EACCES
    at exports._errnoException (util.js:1018:11)
    at ChildProcess.spawn (internal/child_process.js:319:11)
    at Object.exports.spawn (child_process.js:378:9)
    at createThumbnail (/var/task/index.js:66:36)
    at nextTask (/var/task/node_modules/async/dist/async.js:5310:14)
    at next (/var/task/node_modules/async/dist/async.js:5317:9)
    at /var/task/node_modules/async/dist/async.js:958:16
    at /var/task/index.js:55:9
    at process._tickDomainCallback (internal/process/next_tick.js:135:7) code: 'EACCES', errno: 'EACCES', syscall: 'spawn' }
  • fate/hapenc : remove test which use libsnappy

    14 mars 2018, par Martin Vignali
    fate/hapenc : remove test which use libsnappy
    

    the test in none mode can be let (they don't use libsnappy)

    • [DH] tests/fate/hap.mak
    • [DH] tests/ref/fate/hapenc-hap-snappy1
    • [DH] tests/ref/fate/hapenc-hap-snappy16
    • [DH] tests/ref/fate/hapenc-hapa-snappy1
    • [DH] tests/ref/fate/hapenc-hapa-snappy16
    • [DH] tests/ref/fate/hapenc-hapq-snappy1
    • [DH] tests/ref/fate/hapenc-hapq-snappy16
  • fate/hap : add test for hap encoding

    11 mars 2018, par Martin Vignali
    fate/hap : add test for hap encoding
    

    with and without snappy compression
    with chunk 1 or chunk 16
    for hap, hapa, and hapq

    • [DH] tests/fate/hap.mak
    • [DH] tests/ref/fate/hapenc-hap-none
    • [DH] tests/ref/fate/hapenc-hap-snappy1
    • [DH] tests/ref/fate/hapenc-hap-snappy16
    • [DH] tests/ref/fate/hapenc-hapa-none
    • [DH] tests/ref/fate/hapenc-hapa-snappy1
    • [DH] tests/ref/fate/hapenc-hapa-snappy16
    • [DH] tests/ref/fate/hapenc-hapq-none
    • [DH] tests/ref/fate/hapenc-hapq-snappy1
    • [DH] tests/ref/fate/hapenc-hapq-snappy16