Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (65)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (10065)

  • wavpack : extract sample rate from the bitstream

    27 mai 2013, par Anton Khirnov
    wavpack : extract sample rate from the bitstream
    

    This way we don’t require the caller to parse the block header. It also
    allows the sample rate to change mid-stream.

    • [DH] libavcodec/wavpack.c
  • movenc : Heuristically set the duration of the last sample in a fragment if not set

    6 mars 2015, par Martin Storsjö
    movenc : Heuristically set the duration of the last sample in a fragment if not set
    

    Even if this is a guess, it is way better than writing a zero duration
    of the last sample in a fragment (because if the duration is zero,
    the first sample of the next fragment will have the same timestamp
    as the last sample in the previous one).

    Since we normally don’t require libavformat muxer users to set
    the duration field in AVPacket, we probably can’t strictly require
    it here either, so don’t log this as a strict warning, only as info.

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

    • [DH] libavformat/movenc.c
    • [DH] libavformat/movenc.h
  • how can use openrtsp to change audio sample-rate ?

    10 septembre 2015, par Bilel Eljaamii

    I use openRTSP to get audio from my IP Camera, When I try to open it with Audacity or ffplayer (ffmpeg player) ffplay audio-PCMA-2 the audio speed was very high.

    I changed the sample rate to 8000 and I get a normal audio speed. I tried to change it the ffmpeg library but without any positive result.

    ffmpeg  -i video-H264-1 -i audio-PCMA-2.al  -strict experimental -sample_rate 8000 -f alaw -acodec aac -ab 64k -ar 44100 -f mpegts test.ts

    How can I use openrtsp to change the bit sample-rate ?
    the command wich i use to get the stream is

    ./openRTSP "rtsp://user:pass@IP_CAMERA/....."