Recherche avancée

Médias (1)

Mot : - Tags -/intégration

Autres articles (66)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (11019)

  • How to decode and play the .h264 video from amazon s3 server in android ?

    7 mai 2015, par Ashok

    I have .h264 videos in server, how to decode that video and playing in android ?

    I am using the FFMPEG to play those videos but in FFMPEG sample it takes
    the video from SD-card and successfully play’s the video. I am using the
    surface view to play those videos. My question is how to play .h264 video from amazon s3 server in android ?

    Thanks in advance.

  • avfilter/avf_showfreqs : Free fin

    5 septembre 2015, par Michael Niedermayer
    avfilter/avf_showfreqs : Free fin
    

    Fixes CID1322345

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/avf_showfreqs.c
  • How to play a Video with mpv with multiple audio streams

    27 février 2024, par T-Ghost

    I try to play a movie in two languages.&#xA;Audio 1 to Speaker&#xA;Audio 2 to Headset

    &#xA;

    mpv --lavfi-complex="[aid1] [aid2] amix [ao]" "input.mp4"&#xA;

    &#xA;

    Play the video and mix audio1 & audio2 and output is standard device

    &#xA;

    mpv "input.mp4" --vid=1 --aid=1 --audio-device="wasapi/{d3178b30-xxxx-xxxx-xxxx-xxxxxxxxxxxx}"&#xA;

    &#xA;

    Play video with audio1

    &#xA;

    mpv "input.mp4" --aid=2 --no-video --audio-device="wasapi/{06a44940-xxxx-xxxx-xxxx-xxxxxxxxxxxx}"&#xA;

    &#xA;

    Play audio2 only

    &#xA;

    how to combine this ?

    &#xA;