Recherche avancée

Médias (91)

Autres articles (39)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

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

  • avformat/aviobuf : don't reduce short seek threshold

    14 mars 2021, par Andriy Gelman
    avformat/aviobuf : don't reduce short seek threshold
    

    Commit 8c8e5d5286bf598a89ef9993a2cf6ea409d03a32 added a way to reduce
    seek time by waiting for the windowed tcp packets instead of creating a
    new socket connection. It implemented this by overwriting
    s->short_seek_threshold in avio_seek(). However,
    s->short_seek_threshold could already be set and be higher than the
    threshold set by the protocol (i.e. s->short_seek_threshold is set in
    ff_configure_buffers_for_index()).

    This new feature was only enabled for tls connections in
    70d8077b795766e2486e6ec8110f22a97362d6d6. As in Ticket #9148 it reduced
    performance because instead of waiting to refill the AVIOContext buffers
    with an existing connections, a new HTTP request was often made instead.

    Fixes Ticket #9148.

    Reviewed-by : Martin Storsjö <martin@martin.st>
    Signed-off-by : Andriy Gelman <andriy.gelman@gmail.com>

    • [DH] libavformat/aviobuf.c
  • lavf/mpegts : Return small probe score for very short transport streams.

    1er mai 2016, par Carl Eugen Hoyos
    lavf/mpegts : Return small probe score for very short transport streams.
    

    Fixes Debian bug 823098.

    • [DH] libavformat/mpegts.c
  • mp4 video not playing on ios mobile or firefox, but work fine in chrome and safari

    25 janvier 2023, par mavicll

    The mp4 video is hosted on s3 and cloudfront, with the following media info. Link here.

    &#xA;

    General&#xA;Complete name                            : tkfinder.mp4&#xA;Format                                   : MPEG-4&#xA;Format profile                           : Base Media&#xA;Codec ID                                 : isom (isom/iso2/avc1/mp41)&#xA;File size                                : 14.9 MiB&#xA;Duration                                 : 41 s 867 ms&#xA;Overall bit rate                         : 2 990 kb/s&#xA;Writing application                      : Lavf58.76.100&#xA;&#xA;Video&#xA;ID                                       : 1&#xA;Format                                   : AVC&#xA;Format/Info                              : Advanced Video Codec&#xA;Format profile                           : High@L5.2&#xA;Format settings                          : CABAC / 4 Ref Frames&#xA;Format settings, CABAC                   : Yes&#xA;Format settings, Reference frames        : 4 frames&#xA;Codec ID                                 : avc1&#xA;Codec ID/Info                            : Advanced Video Coding&#xA;Duration                                 : 41 s 867 ms&#xA;Bit rate                                 : 2 984 kb/s&#xA;Width                                    : 2 924 pixels&#xA;Height                                   : 1 672 pixels&#xA;Display aspect ratio                     : 16:9&#xA;Frame rate mode                          : Constant&#xA;Frame rate                               : 60.000 FPS&#xA;Color space                              : YUV&#xA;Chroma subsampling                       : 4:2:0&#xA;Bit depth                                : 8 bits&#xA;Scan type                                : Progressive&#xA;Bits/(Pixel*Frame)                       : 0.010&#xA;Stream size                              : 14.9 MiB (100%)&#xA;Title                                    : Core Media Video&#xA;Writing library                          : x264 core 163&#xA;Encoding settings                        : cabac=1 / ref=3 / deblock=1:0:0 / analyse=0x3:0x113 / me=hex / subme=7 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=24 / lookahead_threads=4 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=crf / mbtree=1 / crf=23.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00&#xA;Color range                              : Limited&#xA;Color primaries                          : BT.709&#xA;Transfer characteristics                 : BT.709&#xA;Matrix coefficients                      : BT.709&#xA;Codec configuration box                  : avcC&#xA;

    &#xA;

    Problem : mp4 video not playing on firefox or ios mobile, but work fine in chrome and safari.

    &#xA;

    mp4 not playing on ios mobile

    &#xA;

    Is any thing issues on format or encoding setting or on S3 setting ?

    &#xA;