Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (97)

  • 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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (11442)

  • What containers support pcm_s16le audio for ffmpeg ?

    24 mars 2020, par ENunn

    I’m trying to get this file working in Vegas, it’s a 4:2:2 mov file that I rendered with avisynth+/ffmpeg. I don’t want the audio sounding like crap so my audio codec is set to pcm_s16le.

    I sometimes edit these in Vegas Pro, however I’m trying to import them and I’m having so many problems. MOV has a green video, AVI is datamoshed garbage, MKV you can’t even edit in Vegas Pro (even with the MKV reader enabled). I know a "fix" for the green video, and that’s converting to 4:2:0, but I cannot stand the trailing of reds when I do it directly in Avisynth or ffmpeg. I know my final output is going to be 4:2:0 regardless but rendering it in Vegas doesn’t have those trailing reds.

    What other containers support pcm_s16le ? I’m trying to convert to as many containers as I can in ffmpeg and dial down what works best for me.

  • Xuggler - Getting snapshots from RTMP stream

    12 avril 2014, par Yev

    I'm using the last xuggler lib on Java 7 (MacOs Maverix).
    I need to get a

    png snapshot from a live rtmp stream served by wowza.

    For this I'm using the default com.xuggle.xuggler.demos.DecodeAndCaptureFrames.
    There are some problems :

    1. reader.readPacket() has a delay of 5 minutes (it seems xuggler tries to buffer or guess the format, difficult to explain)
    2. After this delay, some external process starts (I guess it's ffmpeg) and my CPU usage is 100%.
    3. In parallel with high CPU load, I see the png files created correctly, but after 2-3 minutes I get always the following exception

      14:40:35.785 [main] ERROR org.ffmpeg - WriteN, RTMP send error 32 (14 bytes)
      14:40:35.790 [main] ERROR org.ffmpeg - WriteN, RTMP send error 32 (42 bytes)

    Any idea ?

  • rtpdec_h264 : Include the right header for AV_RB16

    19 février 2015, par Martin Storsjö
    rtpdec_h264 : Include the right header for AV_RB16
    

    Including libavcodec/get_bits.h is superfluous for AV_RB16 - nothing
    in this file uses any actual bitstream reader.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/rtpdec_h264.c