Recherche avancée

Médias (91)

Autres articles (88)

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

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

  • DIY video file streaming from linux/osx to iOS devices

    27 septembre 2016, par sfactor

    This is for a hobby project. I want to learn about video streaming and also create something that’s useful for me as well.

    The project should be able to run a server on my macbook and a client on my iPad that will allow me to watch the videos I’ve got stored on my laptop without having to copy them in my iPad over my wifi.

    I know there are solutions like Plex, Air Video etc. that allow me to do it. But since my goal is to practice writing some client/server code, I want to create something myself with the basic functionality of these apps.

    I figured I’d probably need something like ffmpeg and Apple’s HTTP Live Streaming (HLS), but I don’t have a Apple developer account to be able to use it. I do have Xcode in my mac. So, some free 3rd party library for HLS or something equivalent. I also fond this tool called https://www.bento4.com.

    How would I go about getting started with such an application and what are the libraries I could use to accomplish this ?

  • Can ffmpeg record more than two audio tracks ? (Linux)

    27 novembre 2017, par Toby Eggitt

    I want to record four microphones, independently but concurrently and on the same clock (so they stay synchronized over long recording periods). I’m accustomed to grabbing two microphones (as left and right channels) using ffmpeg on Linux, and would like to use the same basic approach for the four.

    I believe I’ve found several USB-based devices that will allow sending four multiplexed audio signals, digitized, through a single USB port, but it’s not clear to me how I would capture this data into a single file. I’ve never worked with an audio file containing more than a left and right stereo track. (well, that and a video track, I suppose :)

    Part of the problem is that I can’t "just try it", since I don’t want to buy the non-trivially-priced device if it’s not going to be usable.

    Does anyone know if this is possible ? If so, does it "just work" when ffmpeg sees such a data stream, or is there some config I need to do (and if so, any hints on what, or where to find the information, would be most welcome).

    TIA !

  • avformat/mpegts : fix charset of type 0x11

    10 février 2019, par Marton Balint
    avformat/mpegts : fix charset of type 0x11
    

    ISO-10646 alone means UCS-4 for iconv, the specs refers to the Basic
    Multilingual Plane (BMP), therefore we need UCS-2. VLC also using that.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mpegts.c