Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (28)

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (4608)

  • Python Django rest Fremwork Video Quality

    19 juillet 2022, par Otabek Olimov
      

    1. I need to check the quality of the video while uploading it to my platform and I need to separate the quality and I need to be able to choose the quality of the video while watching the video just like youtube. Please give me some advice
    2. 


    


  • Ffmpeg hevc motion vectors

    26 novembre 2020, par Mohit Kumar

    Can anyone kindly give a single liner for extracting block motion vectors for hevc with ffmpeg and saving in a text file for upto 4x4 cu sizes.

    


    Thanks

    


  • How to use filter of ffmpeg in android without command ?

    18 mai 2016, par kemp

    I use the filters of ffmpeg,it worked but add watermark, my filter is
    "movie=/sdcard/my_logo.png[wm];[in][wm]overlay=10:10[out]" ,
    i can not see any error ,does anyone give me some advice ?