Recherche avancée

Médias (0)

Mot : - Tags -/médias

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

Autres articles (42)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (4450)

  • aarch64 : Add an offset parameter to the movrel macro

    14 novembre 2016, par Martin Storsjö
    aarch64 : Add an offset parameter to the movrel macro
    

    With apple tools, the linker fails with errors like these, if the
    offset is negative :

    ld : in section __TEXT,__text reloc 8 : symbol index out of range for architecture arm64

    This is cherry-picked from libav commit
    c44a8a3eabcd6acd2ba79f32ec8a432e6ebe552c.

    Signed-off-by : Ronald S. Bultje <rsbultje@gmail.com>

    • [DH] libavutil/aarch64/asm.S
  • avformat/mov : parse sdtp atom and set the pkt disposable flag accordingly

    27 septembre 2019, par Matthieu Bouron
    avformat/mov : parse sdtp atom and set the pkt disposable flag accordingly
    

    Allows the creation of the sdtp atom while remuxing MP4 to MP4. This
    atom is required by Apple devices (iPhone, Apple TV) in order to accept
    2160p medias.

    • [DH] libavformat/isom.h
    • [DH] libavformat/mov.c
    • [DH] tests/ref/fate/hapqa-extract-snappy1-to-hapalphaonly
    • [DH] tests/ref/fate/hapqa-extract-snappy1-to-hapq
    • [DH] tests/ref/fate/hapqa-extract-snappy16-to-hapalphaonly
    • [DH] tests/ref/fate/hapqa-extract-snappy16-to-hapq
  • Video Conversion from cross platform (IOS, ANDROID, WEB) using FFMPEG [closed]

    1er août 2012, par Sunil Gulabani

    We are converting videos recorded from Apple IOS and Android device. And this converted videos are being accessed from IOS, android devices and Website using Strobe Media Playback.

    The videos are converted on Ubuntu Server.

    We are using following command to convert video :

    ffmpeg -i -s 480*800 -vcodec libx264 -acodec aac
    -strict experimental -ac 2 -r 25 -ab 44100 .mp4

    The issue come when uploading from the IOS device that orientation changes.

    By removing the "-s 480*800" the orientation issue solves, but android devices stopped playing the converted videos.

    Is there any way that the converted video plays well in IOS, Android devices and Web.