Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (47)

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

  • Anomalie #4729 : problème d’affichage dans la colone date

    16 avril 2021

    En fait quel est le problème ?

    Parce que "2019-W16" ça veut dire Semaine 16 de 2019…
    C’est ça qui te gène ?

    C’est un format de date normalisé aussi.
    https://en.wikipedia.org/wiki/ISO_week_date

  • How to convert an mkv (with subtitles) to something Nexus One friendly ?

    21 décembre 2011, par Daniel Quinn

    I have this ffmpeg one-liner that's been good for generating video files for my Nexus One :

    ffmpeg -i infile.mkv -acodec aac -s 572x238 -vcodec libx264 -vpre ipod640 -ab 128k -b 512k -f mp4 -strict experimental outfile.mp4

    But it does this ignorant of the subtitles in infile.mkv — usually not a problem, unless I'm dealing with a non-english movie. In cases like this, I'd like to use the Japanese audio track, and the English subtitles.

    The funny bit is that I can use mplayer to play it using -alang and -slang, but don't know how to use mencoder to make Nexus One friendly videos. I can use ffmpeg to generate Nexus One friendly videos, but can't figure out how to get it to use a specific subtitle track.

    If someone can solve one of these for me, I'll be a happy camper.

  • how is the 'response' parameter calculated for rtsp authentication ?

    11 septembre 2015, par zcaudate

    So I’ve captured a couple of packets from ffmpeg to a ip camera with rtsp, which I’ve attached at the end of the question :

    In the second request/response pair, the protocol sees that it needs authentication and returns a nonce="be129bc71fa3ddfbff9989ed6f748268" to the user

    In the third request/response pair, there is a response="da0882d360a56deef2994d8ba0de8e89" being sent to the server and I’m not sure how that is generated. The user/password pair is admin with a blank password.

    Any ideas of where to look in the RFCs would be great


    OPTIONS rtsp://192.168.1.245:88/videoMain RTSP/1.0
    CSeq: 1
    User-Agent: Lavf56.4.101

    RTSP/1.0 200 OK
    CSeq: 1
    Date: Sun, Sep 21 2014 01:33:07 GMT
    Public: OPTIONS, DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, GET_PARAMETER, SET_PARAMETER

    ----------

    DESCRIBE rtsp://192.168.1.245:88/videoMain RTSP/1.0
    Accept: application/sdp
    CSeq: 2
    User-Agent: Lavf56.4.101

    RTSP/1.0 401 Unauthorized
    CSeq: 2
    Date: Sun, Sep 21 2014 01:33:07 GMT
    WWW-Authenticate: Digest realm="LIVE555 Streaming Media", nonce="be129bc71fa3ddfbff9989ed6f748268"

    ----------

    DESCRIBE rtsp://192.168.1.245:88/videoMain RTSP/1.0
    Accept: application/sdp
    CSeq: 3
    User-Agent: Lavf56.4.101
    Authorization: Digest username="admin",realm="LIVE555 Streaming Media",nonce="be129bc71fa3ddfbff9989ed6f748268",uri="rtsp://192.168.1.245:88/videoMain",response="da0882d360a56deef2994d8ba0de8e89"


    RTSP/1.0 200 OK
    CSeq: 3
    Date: Sun, Sep 21 2014 01:33:07 GMT
    Content-Base: rtsp://192.168.1.245:65534/videoMain/
    Content-Type: application/sdp
    Content-Length: 500

    v=0
    o=- 1411259869717503 1 IN IP4 192.168.1.245
    s=IP Camera Video
    i=videoMain
    t=0 0
    a=tool:LIVE555 Streaming Media v2013.01.25
    a=type:broadcast
    a=control:*
    a=range:npt=0-
    a=x-qt-text-nam:IP Camera Video
    a=x-qt-text-inf:videoMain
    m=video 0 RTP/AVP 96
    c=IN IP4 0.0.0.0
    b=AS:96
    a=rtpmap:96 H264/90000
    a=fmtp:96 packetization-mode=1;profile-level-id=42001F;sprop-parameter-sets=Z0IAH5WoFAFuQA==,aM48gA==
    a=control:track1
    m=audio 0 RTP/AVP 0
    c=IN IP4 0.0.0.0
    b=AS:64
    a=control:track2