Recherche avancée

Médias (0)

Mot : - Tags -/diogene

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (36)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

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

  • lavr : deprecate the entire library

    25 décembre 2017, par Rostislav Pehlivanov
    lavr : deprecate the entire library
    

    Deprecate the entire library. Merged years ago to provide compatibility
    with Libav, it remained unmaintained by the FFmpeg project and duplicated
    functionality provided by libswresample.

    In order to improve consistency and reduce attack surface, as well as to ease
    burden on maintainers, it has been deprecated. Users of this library are asked
    to migrate to libswresample, which, as well as providing more functionality,
    is faster and has higher accuracy.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] configure
    • [DH] doc/APIchanges
    • [DH] libavresample/avresample.h
  • MPEG-DASH not working. MPD validation fails

    16 novembre 2017, par Marko36

    I am trying to serve video using MPEG-DASH. No success. I have tried the following :

    Following the instructions on webproject.org, using FFMPEG, I have created several variants of the original video and the DASH MPD manifest, containing metadata. However, the manifest does not validate using http://dashif.org/conformance.html. This validator itself is quite useless, as it provides unusable info about the error. I have found in a post from 2014, that one of the errors generated by FFMPEG is capital letters in some metadata (not a critical one, but could have been fixed for years !). Other errors detected, but not described. No tangible info from any of these other validators either : http://www-itec.uni-klu.ac.at/dash/?page_id=605 (produces rubbish info), https://github.com/Eyevinn/dash-validator-js (throws an exception)

    Following instructions on mozilla.org, produces the same non-working result, as the instructions are nearly identical (including same resolution*bitrate sets), except that Mozilla omits the use of dash.js, which is deemed necessary by the rest of the internet.

    This guide on Bitmovin, utilizing x264 and MP4Box does not work either. Going by the instructions, I have to recode the original x264 video twice. The final version of videos are in some cases twice the size of their intermediate versions and 720p video is actually larger than its 1080p, higher bitrate counterpart. No need to go further. (Yet, this is the only way that actually produced segments..)

    I have spent 3 days on the above, read about all there is on the web from the other frustrated adopters, and ran out of options. I would really apreciate some pro tips ! Thanks !

  • Merge commit '07a2b155949eb267cdfc7805f42c7b3375f9c7c5'

    21 octobre 2017, par James Almer
    Merge commit '07a2b155949eb267cdfc7805f42c7b3375f9c7c5'
    

    * commit '07a2b155949eb267cdfc7805f42c7b3375f9c7c5' :
    Bump major versions of all libraries

    A few API deprecated 2 years ago or more are also postponed here for
    varying reasons.

    FF_API_LOWRES :
    Since this functionality depends on AVStream->codec, i figure the two can
    be removed at the same time in the next bump or so.

    FF_API_AVCTX_TIMEBASE :
    Couldn't get this one to work. Not just libavcodec but apparently also
    libavformat and ffmpeg.c expect AVCodecContext->time_base to be set for
    decoding. Upon removal some tests report a different generic stream time
    base (like 1/25), and others lose packet duration values. I guess it's
    somehow tied to the AVStream->codec clusterfuck.
    It can be dealt with alongside FF_API_LAVF_AVCTX in the next bump.

    FF_API_OLD_FILTER_OPTS_ERROR :
    This one is meant to remain after FF_API_OLD_FILTER_OPTS is removed.
    Its purpose is displaying the corrected command line using the new syntax
    as a suggestion as part of the error message.

    Merged-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/version.h
    • [DH] libavdevice/version.h
    • [DH] libavfilter/version.h
    • [DH] libavformat/version.h
    • [DH] libavresample/version.h
    • [DH] libavutil/version.h
    • [DH] libpostproc/version.h
    • [DH] libswresample/version.h
    • [DH] libswscale/version.h
    • [DH] tests/ref/fate/api-mjpeg-codec-param
    • [DH] tests/ref/fate/api-png-codec-param