Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (34)

  • Qu’est ce qu’un masque de formulaire

    13 juin 2013, par

    Un masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
    Chaque formulaire de publication d’objet peut donc être personnalisé.
    Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
    Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)

  • 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

Sur d’autres sites (9400)

  • ffmpeg - Streaming rtsp data to local mp4 file

    15 juillet 2017, par Pankhuri Agarwal

    How can I save live streaming data from a local camera transported by rtsp to my local memory in a .mp4 format.

    I am using Ubuntu 16.04 LTS and tried using ffmpeg 3.3 but nothing seemed to work properly.

    The goal will be to provide live feed by mp4 by html5 and perform some modification on mp4 data.

    Can anyone suggest how to make ffmpeg work or any other way ?

  • golomb : Give svq3_get_se_golomb()/svq3_get_ue_golomb() better names

    24 mai 2016, par Diego Biurrun
    golomb : Give svq3_get_se_golomb()/svq3_get_ue_golomb() better names
    
    • [DBH] libavcodec/dirac.c
    • [DBH] libavcodec/golomb.h
    • [DBH] libavcodec/rv30.c
    • [DBH] libavcodec/rv34.c
    • [DBH] libavcodec/rv40.c
    • [DBH] libavcodec/svq3.c
  • Revision ea8aaf15b5 : create super fast rtc mode This patch only works if the video is a width and he

    29 janvier 2014, par Jim Bankoski

    Changed Paths :
     Modify /test/svc_test.cc


     Modify /vp9/common/vp9_onyx.h


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_pickmode.c


     Modify /vp9/encoder/vp9_pickmode.h


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/vp9_cx_iface.c



    create super fast rtc mode

    This patch only works if the video is a width and height that are both
    a multiple of 32.. It sets every partition to 16x16, and does INTRADC
    only on the first frame and ZEROMV on every other frame. It always does
    does the largest possible transform, and loop filter level is set to 4.

    Was 20% faster than speed -5 of vp8

    Now 20% slower but adds motion search ( every block ), nearest, near
    and zeromv

    The SVC test was changed because - while this realtime mode produces
    bad quality albeit quickly, it isn't obeying all the rules it should
    about which frames are available.

    Change-Id : I235c0b22573957986d41497dfb84568ec1dec8c7