Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (69)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • How do I upscale an iOS App Preview video to 1080 x 1920 ? [closed]

    12 avril 2024, par Benjamin Thiel

    I just captured a video of my new app running on an iPhone 6 using QuickTime Player and a Lightning cable. Afterwards I created an App Preview project in iMovie, exported it and could successfully upload it to iTunes Connect.

    



    Apple requires developers to upload App Previews in different resolutions dependent on screen size, namely :

    



      

    • iPhone 5(S) : 1080 x 1920 or 640 x 1136
    • 


    • iPhone 6 : 750 x 1334 (what I have)
    • 


    • iPhone 6+ : 1080 x 1920
    • 


    



    Obviously, 1080 x 1920 is killing two birds with one stone. I know that upscaling isn't the perfect solution, but it's meeting my needs. Since I don't own a 6+, another recording session won't do the trick.

    



    Unfortunately, iTunes Connect is extremely picky about what to accept. Here's what I tried, to no avail :

    



      

    • Handbrake, iMovie, QuickTime do not support upscaling
    • 


    • MPEG Streamclip
    • 


    • ffmpeg -i input.mp4 -acodec copy -vf scale=1080:1920 output.mp4
    • 


    



    Strangely enough, iTunes Connect keeps complaining about the wrong resolution when I try to upload the output.mp4 of ffmpeg.

    


  • avcodec/mediacodec : Add VP8 encoder

    19 avril 2023, par Samuel Mira
    avcodec/mediacodec : Add VP8 encoder
    

    Connected FFmpeg to Mediacodec VP8 encoder.

    Signed-off-by : Samuel Mira <samuel.mira@qt.io>
    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] configure
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/mediacodecenc.c
    • [DH] libavcodec/version.h
  • avcodec/mediacodec : Add AV1 encoder

    25 avril 2023, par Samuel Mira
    avcodec/mediacodec : Add AV1 encoder
    

    Connected FFmpeg to Mediacodec AV1 encoder

    Signed-off-by : Samuel Mira <samuel.mira@qt.io>
    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] configure
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/mediacodec_wrapper.c
    • [DH] libavcodec/mediacodecenc.c
    • [DH] libavcodec/version.h