Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (66)

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

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