Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (59)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (7769)

  • Split video in several parts

    7 janvier 2020, par Expressingx

    Does Ffmpeg.Autogen supports splitting video in smaller parts with some interval ? If so, is there a callback or something when it creates a new file ?

  • FFmpeg : Convert FLAC to mp3 and add album art in one step

    13 septembre 2022, par Christian Riedl

    I convert FLAC to MP3 using

    


    ffmpeg -i x.flac -f mp3 -vn -b:a 64K x.mp3


    


    and I add album art using

    


    ffmpeg -i x.mp3 -i x.jpg -map 0:0 -map 1:0 -c copy -id3v2_version 3 -metadata:s:v title="Album cover" -metadata:s:v comment="Cover (Front)" xx.mp3


    


    Is it possible to do it in one step ? Because I want to do it during "live" transcoding.

    


  • avcodec/h264 : Move COPY_PICTURE() to h264.h so it can be used from other parts of...

    8 février 2015, par Michael Niedermayer
    avcodec/h264 : Move COPY_PICTURE() to h264.h so it can be used from other parts of the h264 decoder
    

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

    • [DH] libavcodec/h264.h
    • [DH] libavcodec/h264_refs.c