Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (44)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (7687)

  • avcodec/av1dec : support setup shear process

    12 octobre 2021, par Fei Wang
    avcodec/av1dec : support setup shear process
    

    Defined in spec 7.11.3.6/7.11.3.7.

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>

    • [DH] libavcodec/av1dec.c
    • [DH] libavcodec/av1dec.h
  • MOOV atom not found - is there a way how to extract the audio from corrupted mp4 ?

    25 janvier 2021, par JZK

    I'm trying to recover mp4 video file. Having a video would be nice, having an audio is crucial.&#xA;I've recorded the fottage with LG v30 which has some kind of HQ audio, therefore normal recovery software is unable to recover it (video was recovered with ease).

    &#xA;

    That's why I want to try different approach - separate audio from video already from an corrupted file.

    &#xA;

    but, I'm hitting the "MOOV atom not found" problem, using FFmpeg command

    &#xA;

    ffmpeg -i sample.avi -q:a 0 -map a sample.mp3&#xA;

    &#xA;

    Please help me. Thank you

    &#xA;

  • Is it possible to change a google cloud function from Ubuntu 22 (default image) to Ubuntu 18 ?

    19 octobre 2023, par Asher A

    I created a google cloud function via the Firebase CLI. I wasn't initially aware of which runtime environment the function (2nd generation) I created would be running on, however, I noticed that it didn't have ffmpeg installed so I tried looking for the actual runtime env. I then encountered this : https://cloud.google.com/functions/docs/reference/system-packages#requesting_a_package and through additional searches understood that the default base image is now ubuntu 22 which doesn't have ffmpeg -> so I tried checking if I could switch back to Ubuntu 18 (I haven't figured out how, or if it's possible at all). Is it possible to switch images or at least installing ffmpeg in the runtime I'm using ?

    &#xA;