Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (88)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

  • 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 (9820)

  • avfilter/vf_libplacebo : support all supported pixfmts

    7 novembre 2022, par Niklas Haas
    avfilter/vf_libplacebo : support all supported pixfmts
    

    This is done only to the inputs, not the outputs, because we always
    output vulkan hwframes.

    Doing so also requires keeping track of backing textures for non-hwdec
    formats, but is otherwise a mostly straightforward change to the format
    query function. Special care needs to be taken to avoid crashing on
    older libplacebo due to AV_PIX_FMT_RGBF32LE et al.

    • [DH] libavfilter/vf_libplacebo.c
  • How do I end s pipe ?

    5 septembre 2019, par Leo

    I have trouble using ’ffprobe’ from node.js. I need the audio lengths MP3 files. There is an npm package, ’get-audio-duration’ for this.

    The package calls ’ffprobe’ through an ’execa’ command. It works well for .flac files both when when using a filename and a stream. However for .mp3 files it fails for streams.

    I suspected some problems with ’execa’ so I checked from the command line (on Windows 10) :

    type file.mp3 | ffprobe -

    (Where I left out the parameters to ffprobe for clarity.)

    This kind of works, but says duration=N/A.

    It looks to me like ffprobe didn’t get the info that the input is finished. Or, it dint care about it. (There is a 4 year old bug report about this on the ffmpeg issue site which was closed for no obvious reason.)

    Is it possible to somehow tell ffprobe that the pipe has ended ?

  • avcodec/cbs_h265 : fix writing extension_data bits

    20 avril 2020, par James Almer
    avcodec/cbs_h265 : fix writing extension_data bits
    

    We only care about the right most bit.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/cbs_h265_syntax_template.c