Recherche avancée

Médias (91)

Autres articles (111)

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

  • Learning Shell - creating a script with parameters that runs two separate cli apps

    16 mai 2013, par GuilhermeNagatomo

    I want to learn shell script, so I'm trying to download a youtube video using youtube-dl then convert it to mp3 using ffmpeg.

    I do it manually running youtube-dl http://youtube.com/watch?v=...
    then
    ffmpeg -i downloadedFile -ab 256000 -ar 44100 audioFile.mp3.

    I know that I need to pass two arguments to my script, one for the video url and another for the audio file to keep things as simple as possible, but I don't know how to start. Maybe grep the video id in the url and using it to know which file to use to convert into mp3 ? (since youtube-dl saves the video named by it's id)

    Can someone recommend me an article or documentation that can help me ?

  • Timejump : le lecteur se place en fonction d’un hash dans l’url

    16 avril 2013

    https://github.com/davatron5000/timejump

    Faire en sorte que le player se place à l’endroit donné par un hash d’url.

    Si on utilise la lib timejump, le premier lecteur sera utilisé. Est ce qu’il est intéressant d’utiliser la lib ou de la forker dans le lecteur ?

    Est ce que la lib fonctionne nativement avec le lecteur ?

    A voir si c’est customisable, une option aui active timejump ou pas sur un lecteur spécifique.

    Est ce que l’on ajoute un bouton dans le lecteur affichant l’URL à copier coller avec le hash dans l’URL ?

    Bref à regarder de près.

    Youtube fonctionne comme cela :

    https://www.youtube.com/watch?feature=player_detailpage&v=D_ikqI_cPWM#t=182s

    Click droit, "Copier l’URL de la vidéo à partir de cette séquence"

  • fluent-ffmpeg child_process and fs not found

    1er mai 2017, par Angus Simons

    I getting this error when running npm run hot or npm run watch or npm run dev or whatever on webpack :

    These dependencies were not found:

    * child_process in ./~/fluent-ffmpeg/lib-cov/utils.js, ./~/fluent-ffmpeg/lib-cov/processor.js and 4 others
    * fs in ./~/fluent-ffmpeg/lib-cov/processor.js, ./~/fluent-ffmpeg/lib-cov/capabilities.js and 8 others

    I’m a bit confused because if I run npm list I can see both child_process and fs installed.

    Error is generated when using import ffmpeg from 'fluent-ffmpeg'; on app.js

    I’ve setup also the FFMPEG_PATH and FFPROBE_PATH but it is not working.