Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (92)

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

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

  • 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

Sur d’autres sites (12308)

  • Bash Scripting FFMPEG how to wait the process to complete

    9 décembre 2013, par user1738671

    I have a strange problem. I have a folder monitor with incrontab that launches an automatic transcoding script on CLOSE_WRITE state of a file I dropped in. The problem is that the script doesn't wait until the ffmpeg process finishes before continuing with the rest of the script commands. This means that the original file get deleted before the transcoding is finished, which is bad.

    First question :
    What is the root cause of this behaviour ?

    Second question : In a bash script, what is the best way to make sure an ffmpeg process is done before get going with the rest of the script ?

    Script :

    #/bin/bash

    #transcoding
    /usr/bin/ffmpeg -i "sourcefile push with incron as $1" -vcodec somecode -acodec somecodec "destination file"

    #delete source
    rm "path/to/file$1"

    Should I encapsulate my FFMPEG in a while statement ?

  • tests/fate-run : Always overwrite output files for md5 tests

    20 septembre 2020, par Andreas Rheinhardt
    tests/fate-run : Always overwrite output files for md5 tests
    

    Otherwise the result of such tests will not accurately reflect the
    current state.

    Reviewed-by : Jan Ekström <jeebjp@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] tests/fate-run.sh
  • Starnge behavior of ffmpeg while opening rtsp with .sdp

    7 avril 2014, par Pawel Rutka

    I have problem with reading rtsp stream(.sdp) over ffmpeg - is here anyone who is able to help me or have something incommon with this kind of troubles ?

    url stream :

    rtsp://192.168.1.7/moja.sdp

    Here is a log with -loglevel debug , why is there 127.0.0.1 ?

    [rtsp @ 0x9fef0a0] SDP:
    v=0
    o=- 1 1 IN IP4 127.0.0.1
    s=IPCam
    c=IN IP4 0.0.0.0
    t=0 0
    a=type:broadcast
    m=video 0 RTP/AVP 96
    a=rtpmap:96 MP4V-ES/90000
    a=fmtp:96 profile-level-id=1;config=000001B001000001B58913000001000000012000C488800F514043C1463F
    a=control:track0
    m=audio 0 RTP/AVP 8
    a=rtpmap:8 PCMA/8000
    a=control:track1

    [rtsp @ 0x9fef0a0] video codec set to: mpeg4
    [rtsp @ 0x9fef0a0] audio codec set to: pcm_alaw
    [rtsp @ 0x9fef0a0] audio samplerate set to: 8000
    [rtsp @ 0x9fef0a0] audio channels set to: 1
    [rtsp @ 0x9fef0a0] hello state=0
    [rtsp @ 0x9fef0a0] UDP timeout, retrying with TCP
    [rtsp @ 0x9fef0a0] method PAUSE failed: 501 Not Implemented