Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (68)

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

  • 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

Sur d’autres sites (5842)

  • ffmpeg generate libs only

    7 septembre 2016, par HRM

    I’m trying to build ffmpeg static libraries to be used in VC++.
    From a fedora machine I’m able to build ffmpeg successfully using the following configure option.

    /configure --pkg-config=mingw32-pkg-config --prefix=$INSTALL_ROOT --disable-static --enable-memalign-hack --arch=x86 --target-os=mingw32 --cross-prefix=i686-w64-mingw32- --enable-shared

    After generating the dlls, I’ve tried using lib.exe tool to generate libs.

    lib /machine:i386 /def:avcodec-56.def /out:avcodec.lib

    I’m getting lib files but the size of lib file is too small which indicates that I need dll also during the runtime. But what I need is single lib file which can be statically linked to one of my VC++ project and that project dll is only required. So my question is how to generate lib files only ? (not lib and dll)

    Any help would be appreciated. Thanks.

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

    


  • when i build ffmpeg with cygwin there is an error occurs. How can i solve this ?

    17 février 2020, par Pradeep Simba

    enter image description here

    build_android.sh file

    enter image description here

    1. path NDK=C :/Users/asus/AppData/Local/Android/Sdk/android-ndk-r21
    2. How can I solve this ?