Recherche avancée

Médias (0)

Mot : - Tags -/utilisateurs

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

Autres articles (75)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

Sur d’autres sites (4351)

  • FFmpeg licence requirements when not distributing [closed]

    15 juin 2020, par Dodu

    I am making a website that uses FFmpeg, and by extension libx264. The website takes a video and adds filters etc to it, then serves that new video to the user.

    



    There are various answers about distributing libx264 (and others) as part of a commercial product such as :

    



    Can I use FFmpeg in a commercial product ?

    



    Since I am generating content using the library, but not distributing the library itself, I'm not sure where this leaves me.

    



    Do I need a license to libraries ? Or because there is no distribution, are licenses generally not needed ?

    



    Any advice/links/other resources that may be helpful would be greatly appreciated.

    


  • FFmpeg licence requirements when not distributing [closed]

    15 juin 2020, par Dodu

    I am making a website that uses FFmpeg, and by extension libx264. The website takes a video and adds filters etc to it, then serves that new video to the user.

    



    There are various answers about distributing libx264 (and others) as part of a commercial product such as :

    



    Can I use FFmpeg in a commercial product ?

    



    Since I am generating content using the library, but not distributing the library itself, I'm not sure where this leaves me.

    



    Do I need a license to libraries ? Or because there is no distribution, are licenses generally not needed ?

    



    Any advice/links/other resources that may be helpful would be greatly appreciated.

    


  • Use FFmpeg to rotate the video based on its metadata ? Why does Android put the wrong metadata ?

    22 juillet 2015, par Mauro Valvano

    I have a website where the user uploads a video.
    For my website i have also an Android application.
    The website creates a thumbnail of each uploaded video (from browser or Android).

    The problem is that for normal videos it’s all OK, but for android my videos are rotated by 90°.

    I think that Android has a bug, because when I see with FFmpeg the video’s metadata, for a normal recorded video I got a rotate=90 value, and for a 90° rotated video, I don’t have anything in the metadata (and the thumbnail is correct).

    Why ?

    This is an image of a normal recorded video (with the phone in portrait mode).

    FFmpeg showing the rotate metadata in a normal recorded video

    Anyway, I have the metadata in the video, can I create its thumbnail based on its metadata’s rotate value without extracting the metadata and then use ffmpeg to rotate the video on this value ?

    Thank you in advance.