Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (73)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (12241)

  • avcodec/x86/diracdsp : Fix high bits on Windows x86_64

    30 janvier 2020, par Michael Niedermayer
    avcodec/x86/diracdsp : Fix high bits on Windows x86_64
    

    Found-by : james

    • [DH] libavcodec/x86/diracdsp.asm
  • ffmpeg screen capture retina high dpi + less latency

    26 avril 2022, par Cevahir Cuma

    So I try to set up a screen sharing (only video) through ethernet from my Macbook Pro to my Asus Vivobook, to use the Vivobook as second screen.

    


    I'm using ffmpeg for that with the following settings :

    


    ffmpeg -re -f avfoundation -framerate 90 -video_size 2880x1800 -i 3  -y -r 90 -pix_fmt uyvy422  -vcodec libx264 -preset ultrafast -tune zerolatency -crf 6 -bufsize 30k -f mpegts udp://192.168.2.2:50000

    


    The first problem ist, that regardless of the settings only 1440x900 non-high dpi are captured. I haven't found a setting for that. Is it even possible, to transmit retina quality ?

    


    The second question is about the latency. So for now I use following command on the Vivobook to play the video :

    


    ffplay -flags low_delay -vf setpts=0 -fs -noborder udp://192.168.2.2:50000

    


    The latency is quite ok, but are there maybe some more options to save latency ? I'm using a direct 1GbE connection, so datarate and stability should not be a problem.

    


    Thank you so much in advance !

    


  • ffv1enc : fix integer overflow with high resolutions and lots of slices.

    29 septembre 2012, par Michael Niedermayer

    ffv1enc : fix integer overflow with high resolutions and lots of slices.