Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (101)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (10565)

  • avformat/hdsenc : Change duration from single to to double precision

    8 juin 2015, par Michael Niedermayer
    avformat/hdsenc : Change duration from single to to double precision
    

    This slightly improves precision

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/hdsenc.c
  • ffmpeg output the time with scan the black screen in the vdeo file

    23 décembre 2023, par jack

    I use the below command to detect the black screen in the video, but it can't output the time field with detected. May I know does have any command can let ffmpeg output the time in the detected ?

    &#xA;

    ffmpeg -i "inputfile.mkv" -vf "blackdetect=d=2:pix_th=0.00" -an -f null -&#xA;

    &#xA;

    Output :

    &#xA;

    [blackdetect @ 0000024d543c41c0] black_start:876.009 black_end:878.011 black_duration:2.002&#xA;&#xA;[blackdetect @ 0000024d543c41c0] black_start:893.026 black_end:895.028 black_duration:2.002&#xA;

    &#xA;

    I checked the below of ffmpeg website

    &#xA;

    https://ffmpeg.org/ffmpeg-filters.html&#xA;

    &#xA;

    but I still can't understand it and I need your help.

    &#xA;

  • avcodec/motion_est : Remove double protection from init_ref()

    4 août, par Michael Niedermayer
    avcodec/motion_est : Remove double protection from init_ref()
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/motion_est.c