Recherche avancée

Médias (91)

Autres articles (53)

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

  • lavc/vvc : Use second definition of MinQtLog2SizeIntraC if relevant

    28 novembre 2024, par Frank Plowman
    lavc/vvc : Use second definition of MinQtLog2SizeIntraC if relevant
    

    MinQtLog2SizeIntraC is usually (eq. (51) from VVCv3) defined as

    sps_log2_diff_min_qt_min_cb_intra_slice_chroma + MinCbLog2SizeY

    However, in the case ph_log2_diff_min_qt_min_cb_intra_slice_chroma is
    present, it is instead (eq. (83) from VVCv3) defined as

    ph_log2_diff_min_qt_min_cb_intra_slice_chroma + MinCbLog2SizeY

    When ph_log2_diff_max_bt_min_qt_intra_slice_chroma and
    ph_log2_diff_max_tt_min_qt_intra_slice_chroma are present, so is
    ph_log2_diff_min_qt_min_cb_intra_slice_chroma, and so we should use the
    second definition of MinQtLog2SizeIntraC, rather than the first, when
    calculating the bounds for these syntax elements.

    Signed-off-by : Frank Plowman <post@frankplowman.com>

    • [DH] libavcodec/cbs_h266_syntax_template.c
  • rtmpproto : Handle RTMP chunk size packets before the connect packet

    13 avril 2014, par Stephan Soller
    rtmpproto : Handle RTMP chunk size packets before the connect packet
    

    In all other cases where ff_rtmp_packet_read is used, the packet returned
    is passed to rtmp_parse_result more or less immediately. In this single
    case, the content of the packet was required to be a connect packet.

    Some clients, e.g. Open Broadcaster Software, send a chunk size packet
    before the connect packet. If the first packet is a chunk size packet,
    handle it and read another one, requiring this to be a connect packet
    instead.

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

    • [DBH] libavformat/rtmpproto.c
  • FFMPEG install on Amazon Cloud9 IDE

    27 mai 2021, par Scott Tallarida

    I am attempting to install FFMPEG on my cloud9 instance. Everything seems to be going peachy until I receive the following :

    &#xA;

    configure: checking for guile 3.0&#xA;configure: found guile 3.0&#xA;checking for guile-3.0... no&#xA;checking for guile3.0... no&#xA;checking for guile-3... no&#xA;checking for guile3... no&#xA;checking for guile... /home/ubuntu/.linuxbrew/opt/guile@2/bin/guile&#xA;configure: error: found development files for Guile 3.0, but &#xA;/home/ubuntu/.linuxbrew/opt/guile@2/bin/guile has effective version 2.2&#xA;

    &#xA;

    I am SUPER ubuntu newb but it seems there is some baked-in version conflict that is stopping this process ?

    &#xA;