Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (52)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (10428)

  • avformat/msf : fix codec 4 (joint stereo ATRAC3) and align

    30 janvier 2017, par bnnm
    avformat/msf : fix codec 4 (joint stereo ATRAC3) and align
    

    Codec 4 (frame size 98) uses joint stereo per spec and examples.
    Also removed an incorrect "align" var which wasn’t used anyway (it was overwrittern).

    Probably all/only .AT3 of frame size 98 are JS, too.

    Signed-off-by : bnnm <bananaman255@gmail.com>

    • [DH] libavformat/msf.c
  • Detecting video volume

    27 décembre 2016, par Johnathan Kanarek

    I’m streaming few RTMP streams through nginx and I want to check every few seconds what stream has the highest volume.
    Specifically these streams are of talking heads and I assume that usually only one of them is speaking at a time, and I’m trying to find which one.
    Since nginx can output hls (Apple http live streaming) I decided to check every few seconds the last segment of each stream using ffmpeg.
    Example :

    ffmpeg -f mp3 -i /my/path/camera67/123.ts -af "volumedetect" -f null /dev/null

    For some reason the max_volume is always zero (max_volume : 0.0 dB) and mean_volume seems meaningless regarding the volume.

    1. Do you have any idea why it’s always zero ?
    2. Is there a helpful way to understand mean_volume ?
    3. Can you think of a different tool that may give me the volume (e.g. mediainfo or ffprobe) ?

    I also tried :

    ffmpeg -f lavfi -i amovie=/my/path/camera67/123.ts,volumedetect

    This time I got :

    [mpegts @ 0x130bf40] start time for stream 1 is not set in estimate_timings_from_pts
    [mpegts @ 0x130bf40] Could not find codec parameters for stream 1 (Audio : aac ([15][0][0][0] / 0x000F), 0 channels, fltp) : unspecified sample rate
    Consider increasing the value for the ’analyzeduration’ and ’probesize’ options
    [Parsed_amovie_0 @ 0x130bcc0] No audio stream with index ’-1’ found
    [lavfi @ 0x130abc0] Error initializing filter ’amovie’ with args ’/my/path/camera67/123.ts’
    amovie=/my/path/camera67/123.ts,volumedetect : Invalid argument

    Any idea ?

    Thanks,
    T.

  • ffplay : add startup volume option

    22 décembre 2016, par Ganesh Ajjanagadde
    ffplay : add startup volume option
    

    Fixes Ticket 5389.

    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Ganesh Ajjanagadde <gajjanag@alum.mit.edu>

    • [DH] doc/ffplay.texi
    • [DH] ffplay.c