Recherche avancée

Médias (0)

Mot : - Tags -/tags

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

Autres articles (71)

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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (3658)

  • FFMPEG / MinIO - How to assemble images from MinIO to mp4 [closed]

    9 juin 2022, par Jacques Wolmarans

    I'm writing a Python application where one part is capturing and storing .jpg images on a Minio server running locally. The other part is used to create a video from the batch of images.

    


    I'm limited with storage and processing on the server its running on, so I've been trying to assemble the images directly from Minio (without downloading them first), but no luck at all.

    


    Any advice or alternatives would be greatly appreciated.

    


  • Revision 8e2c03fbfd : Simplify Zero bin and zero bin run code. Simplification to eliminate a number o

    24 janvier 2013, par Paul Wilkins

    Changed Paths : Modify /vp9/encoder/vp9_onyx_int.h Modify /vp9/encoder/vp9_quantize.c Simplify Zero bin and zero bin run code. Simplification to eliminate a number of very large data data structures. All zero run, zbin boosts for different transform sizes are now limited to a maximum run length of (...)

  • FFMPEG converting to WEBM

    16 mai 2012, par Casey Landreth

    I'm having an issue that I can't seem to figure out. I have FFMPEG installed on my dedicated Linux server running FEDORA 7 that is hosted through Godaddy (so I have limited access through cPanel). The FFMPEG version is 0.6.0-svn and I'm able to convert all types of videos using it with the normal FFMPEG commands but not with WEBM which from my reading is supported with this version of FFMPEG.

    I run the command with no results.
    ffmpeg -i test.mov -f webm test.webm

    Any help or pointing in the right direction would be great.