Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (71)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (13334)

  • avcodec/ffv1enc : choose 1.2 by default for higher resolutions to ensure multi-threade...

    8 décembre 2013, par Michael Niedermayer
    avcodec/ffv1enc : choose 1.2 by default for higher resolutions to ensure multi-threaded decodability
    

    Reviewed-by : "Peter B." <pb@das-werkstatt.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/ffv1enc.c
  • ffmpeg generate higher quality images for MJPEG encoding

    22 août 2015, par Arun

    I have a bunch of mov / H.264 files, that I’d like to encode into mov/MJPEG. However I’m getting very low quality output. Here’s what I tried :

    ffmpeg -i a.mov -an -crf 11 -preset slower -pix_fmt yuv420p -vcodec mjpeg -f mov -y b.mov

    For H.264 encoding the -crf and -preset flags generate higher quality. But that doesn’t seem to work for MJPEG.

  • ffmpeg generate higher resolution images for photojpeg encoding

    22 août 2015, par Arun

    I have a bunch of mov / H.264 files, that I’d like to encode into mov/MJPEG. However I’m getting very low quality output. Here’s what I tried :

    ffmpeg -i a.mov -an -crf 11 -preset slower -pix_fmt yuv420p -vcodec mjpeg -f mov -y b.mov

    For H.264 encoding the -crf and -preset flags generate higher quality. But that doesn’t seem to work for MJPEG.