Recherche avancée

Médias (1)

Mot : - Tags -/punk

Autres articles (106)

  • 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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (9358)

  • FFmpeg command to capture vedio frames failed saying : UDP timeout, retrying with TCP method PAUSE failed : 405 Method Not Allowed

    29 décembre 2020, par ZhaoGang

    I used below command to capture frames for a local rtsp stream :

    


    ffmpeg -i rtmp://user:password@102.168.108.63/ -vframes 1 -y -f image2 -t 1 -s 600x480 /usr/a.jpg


    


    it worked, but when I put my computer to another network environment, the command failed saying :

    


    UDP timeout, retrying with TCP
method PAUSE failed: 405 Method Not Allowed
Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
    Consider increasing the value for the ‘analyzeduration’ and ‘probesize’ options
    Guessed Channel Layout for Input Stream #0.1 : mono


    


    Finally I fixed this issue by add a -rtsp_transport tcp parameters in my command :

    


    ffmpeg -rtsp_transport tcp -i rtmp://user:password@102.168.108.63/ -vframes 1 -y -f image2 -t 1 -s 600x480 /usr/a.jpg


    


    But can anyone explain why it works ?

    


  • hevc : Bound check slice_qp

    11 janvier 2014, par Luca Barbato
    hevc : Bound check slice_qp
    

    The T-REC-H.265-2013044 page 79 states it has to be in the range
    [-s->sps->qp_bd_offset, 51].

    Sample-Id : 00001386-google
    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org

    • [DH] libavcodec/hevc.c
  • hevc : Bound check cu_qp_delta

    11 janvier 2014, par Luca Barbato
    hevc : Bound check cu_qp_delta
    

    The T-REC-H.265-2013044 page 91 states it has to be in the range
    [-(26 + s->sps->qp_bd_offset / 2), (25 + s->sps->qp_bd_offset / 2)].

    • [DH] libavcodec/hevc.c