Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (41)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

Sur d’autres sites (7272)

  • FFmpeg - Take 128 Channel WAV and Transcode to MKV with 128 Discrete Mono Tracks [closed]

    17 août 2023, par Matt Cohen

    I have a use case where I need to take individual WAV files with 128 channels in each one and output corresponding MKVs with each source channel as its own discrete mono track.

    


    I've been playing around with the channelsplit and channelmap functions but am having a hard time finding parameters that work with this many channels / this specific use case.

    


    Is this even possible with FFmpeg ?

    


    So far I've mostly been trying different variations of :

    


    ffmpeg -i in.wav -filter_complex channelsplit out.mkv

    


    Any help would be greatly appreciated.

    


  • Revision 0451c6b6dd : Refactor per block rate distortion estimate Move the rate-distortion estimate f

    22 avril 2015, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c



    Refactor per block rate distortion estimate

    Move the rate-distortion estimate function outside the recursion
    as an individual operating module.

    Change-Id : I662199223c256664bcd312084b3aebffb8a8034b

  • FFmpeg encode video on the fly from images

    13 septembre 2017, par user1658593

    I have an experiment setup (LabVIEW based) which produces png images at 40fps each with timestamp filename. The number of images is substantial (several thousands) and each of 6MB.
    I was wondering if I could use ffmpeg to create a lossless video on-the fly from those images (instead of saving individual frames as image files).

    Unfortunately I do not know how to set up input parameter to ffmpeg in my case.

    I have full control over image saving process, so I can substitute _save_to_png_ function with a dll call, or command line call.

    Could you come up with some suggestions ?