Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (99)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (12023)

  • fragmented mp4 javascript converting

    7 juin 2013, par user816004

    I wanted to know if there is a way to convert regular mp4 to a fragmented mp4 via javascript. (like mp4box does) Is it efficient enough (not suppose to be a complicated task) ? did anyone write something like this ?
    to make it harder, can it be on the fly ? meaning I will not download the whole mp4 from the server but download in parts and convert it into fragments compatible with fragmented mp4 and mpeg-dash - I'm trying to overcome to problem to not have to use 2 different file types to play a video or do mp4box on all my library in advance.

    Regardless, is it possible to convert from h.264 compatible files with different containers (mov, flv etc.) to fragmented without a server ? meaning do it in the browser with javascript somehow ?

    appreciate the help,
    Yug

  • mpegvideo : operate with pointers to AVFrames instead of whole structs

    31 mars 2014, par wm4
    mpegvideo : operate with pointers to AVFrames instead of whole structs
    

    The most interesting parts are initialization in ff_MPV_common_init() and
    uninitialization in ff_MPV_common_end().

    ff_mpeg_unref_picture and ff_thread_release_buffer have additional NULL
    checks for Picture.f, because these functions can be called on
    uninitialized or partially initialized Pictures.

    NULL pointer checks are added to ff_thread_release_buffer() stub function.

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] libavcodec/dxva2_mpeg2.c
    • [DBH] libavcodec/dxva2_vc1.c
    • [DBH] libavcodec/h261dec.c
    • [DBH] libavcodec/h263dec.c
    • [DBH] libavcodec/intrax8.c
    • [DBH] libavcodec/motion_est.c
    • [DBH] libavcodec/mpeg12dec.c
    • [DBH] libavcodec/mpeg12enc.c
    • [DBH] libavcodec/mpeg4videoenc.c
    • [DBH] libavcodec/mpegvideo.c
    • [DBH] libavcodec/mpegvideo.h
    • [DBH] libavcodec/mpegvideo_enc.c
    • [DBH] libavcodec/mpegvideo_motion.c
    • [DBH] libavcodec/mpegvideo_xvmc.c
    • [DBH] libavcodec/msmpeg4.c
    • [DBH] libavcodec/mss2.c
    • [DBH] libavcodec/pthread_frame.c
    • [DBH] libavcodec/ratecontrol.c
    • [DBH] libavcodec/rv10.c
    • [DBH] libavcodec/rv30.c
    • [DBH] libavcodec/rv34.c
    • [DBH] libavcodec/rv40.c
    • [DBH] libavcodec/svq1enc.c
    • [DBH] libavcodec/utils.c
    • [DBH] libavcodec/vaapi.c
    • [DBH] libavcodec/vaapi_mpeg2.c
    • [DBH] libavcodec/vaapi_mpeg4.c
    • [DBH] libavcodec/vaapi_vc1.c
    • [DBH] libavcodec/vc1.c
    • [DBH] libavcodec/vc1dec.c
    • [DBH] libavcodec/vdpau.c
    • [DBH] libavcodec/vdpau_mpeg12.c
    • [DBH] libavcodec/vdpau_mpeg4.c
    • [DBH] libavcodec/vdpau_vc1.c
  • How to split bulk video fast by using ffmpeg ?

    9 avril 2014, par user3513568

    I have a lot of videos, so I want to split them automatically. And they will be divided into 2 parts :

    • Part 1 : 15 minutes
    • Part 2 : the rest

    Searched a lot, but did not find. Please, help.