Recherche avancée

Médias (91)

Autres articles (62)

  • 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

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

  • Liste des distributions compatibles

    26 avril 2011, par

    Le tableau ci-dessous correspond à la liste des distributions Linux compatible avec le script d’installation automatique de MediaSPIP. Nom de la distributionNom de la versionNuméro de version 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
    Si vous souhaitez nous aider à améliorer cette liste, vous pouvez nous fournir un accès à une machine dont la distribution n’est pas citée ci-dessus ou nous envoyer le (...)

Sur d’autres sites (6491)

  • proresenc_ks : allow auto-selecting profile

    18 août 2014, par Christophe Gisquet
    proresenc_ks : allow auto-selecting profile
    

    The user may not know how to select the profile, nor what he needs, in
    particular to encode alpha.

    Therefore, use an automatic selection as default, and warn when the
    manually selected profile may cause issues.

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

    • [DH] libavcodec/proresenc_kostya.c
  • avcodec/mediacodecenc : configure profile

    27 novembre 2022, par Zhao Zhili
    avcodec/mediacodecenc : configure profile
    

    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] libavcodec/mediacodecenc.c
  • ffmpeg convert from H.264 (High 4:4:4 Profile) to H.265 (Main Profile)

    30 novembre 2022, par David Alonso Ruiz

    How can I convert a video from H.264 (High 4:4:4 Profile) to H.265 (Main Profile 4:2:0) using ffmpeg ?

    &#xA;

    I can't do that with this command : ffmpeg -i input.mkv -c:v hevc_nvenc -c:a copy output2.mkv

    &#xA;

    That'd return an error, does not recognize the source format

    &#xA;