Recherche avancée

Médias (0)

Mot : - Tags -/configuration

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (22)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (4071)

  • How to add sound in video with .hevc extention without changing its extension

    19 juin 2018, par Robert John

    I use this code to encode a .hevc video :

    ffmpeg -i video.mp4 -vf "scale=650:-1" -c:v libx264  -pix_fmt yuv420p -b:v 1500k -strict experimental -shortest -x264-params lossless=0  -movflags faststart -tag:v hvc1 -g 50000 -q 22  out.hevc

    But It got only video and no sound at all.I tried to re-encode it to add sound but if only when I change its extension to .mp4 then I can add sound.
    How can i add sound and keep .hevc extension ?

  • Return only video type (extension) by ffmpeg

    3 juillet 2018, par soroush

    I’m developing an converter service and I use FFMPEG to convert videos.

    I want to check input files, which kind of really is video.

    I used following command and get file type. But if the file has been manipulated It can not understand :

    curl -s -o /dev/null -w "%{content_type}" ${url}

    I really want to just get video type by ffmpeg.

    can anyone help me ?

  • x11grab : Drop a spurious space in the extension reporting message

    27 août 2014, par Luca Barbato
    x11grab : Drop a spurious space in the extension reporting message
    

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DBH] libavdevice/x11grab.c