Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (100)

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

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • 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

Sur d’autres sites (12186)

  • Anomalie #4075 : Mail du privé envoyés aux auteurs des messages proposés dans le public si article...

    15 janvier 2018, par b b

    Et sans plugin ?

  • avcodec/ffv1 : flip half of float16 and Compactify floats

    18 janvier, par Michael Niedermayer
    avcodec/ffv1 : flip half of float16 and Compactify floats
    

    float16 (and more so float32) have many odd values
    half the values are negative, many are larger than "1.0"
    and many values are very close to 0.

    Storing the 16bits as is, looses compression because of the mixture
    of dense and sparse regions and also many completely unused ones.

    This simply remaps the 65536 values so no unused values remain
    This improves compression by about 1.5% for the ACES_OT_VWG_SampleFrames testset
    (this testset contains all kind of funny values including many images
    with negative rgb values)

    The space needed for the map is insignificant compared to the
    compression gained

    This patch also flips half the float range as it can be done
    using the same table.

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/ffv1.h
    • [DH] libavcodec/ffv1dec_template.c
    • [DH] libavcodec/ffv1enc_template.c
  • How can I use ffmpeg to convert all HEVC videos to h.264 videos only on linux ? [closed]

    13 juillet 2022, par Jayden Lo

    I am trying to import all my images and videos from Google Photos to Nextcloud. I used Google Takeout to download them, but some videos are in HEVC format, which is not supported by most devices. How can I batch convert all HEVC videos to h.264 ? I am using Ubuntu and here is my file structure :

    &#xA;

    ./Photos/&#xA;  Image1.jpg&#xA;  Image2.jpg&#xA;  ...&#xA;  HEVC-Video1.mp4&#xA;  HEVC-Video2.mp4&#xA;  HEVC-Video3.mp4&#xA;  ...&#xA;  H.264-Video1.mp4&#xA;  H.264-Video2.mp4&#xA;  ...&#xA;

    &#xA;

    Thanks in advance.

    &#xA;