Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (57)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (8539)

  • FFmpeg dshow device format list

    4 juin 2020, par user1722669

    I would like to ask is there any option for getting dshow device format list on Windows.

    



    For example on Linux I am able to get device format list on Linux via

    



    v4l2-ctl -i /dev/video0 --list-formats

Index       : 0
Type        : Video Capture
Pixel Format: 'YUYV'
Name        : YUV 4:2:2 (YUYV)

Index       : 1
Type        : Video Capture
Pixel Format: 'H264' (compressed)
Name        : H.264

Index       : 2
Type        : Video Capture
Pixel Format: 'MJPG' (compressed)
Name        : MJPEG


    



    On Windows, I am able to get device list

    



    ffmpeg -list_devices true -f dshow -i dummy


    



    and device options

    



    ffmpeg -f dshow -list_options true -i video="MY_DSHOW_DEVICE_NAME"


    



    But I am not able to get format list, like on Linux via v4l2.

    



    How can I get supported format list for dshow device via FFmpeg on Windows ?

    


  • avfilter/vf_hwdownload : Fix leak of formats list upon error

    7 août 2020, par Andreas Rheinhardt
    avfilter/vf_hwdownload : Fix leak of formats list upon error
    

    If adding the list of input formats to its AVFilterLink fails, the list
    of output formats (which has not been attached to permanent storage yet)
    leaks. This has been fixed by not creating the lists of in- and output
    formats simultaneously. Instead creating said lists is relegated to
    ff_formats_pixdesc_filter() (this also avoids the reallocations implicit
    in using ff_add_format()) and the second list is only created after (and
    if) the first list has been permanently attached to its AVFilterLink.

    Reviewed-by : Nicolas George <george@nsup.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavfilter/vf_hwdownload.c
  • ffmpeg -acodec and -vcodec parameter inputs list [duplicate]

    9 juillet 2021, par Sajith Dilshan Jamal

    Is there a list somewhere for ffmpeg which lists what the libraries we enter into the -acodec/ -vcodec parameters support ?

    &#xA;&#xA;

    eg : ffmpeg -vcodec x264 -acodec libmp3lame

    &#xA;&#xA;

    I would like a list showing which formats x264/libmp3lame support.

    &#xA;&#xA;

    Also is there a list that shows all possible inputs to the -vcodec & -acodec parameters.

    &#xA;