Recherche avancée

Médias (91)

Autres articles (18)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

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

  • How to remove ffmpeg implementation

    5 mars 2015, par Vikas Rao

    I have a code which uses the ffmpeg library and some of the APIs for the encode and decode functionalities.

    Now I want remove the complete implementation of ffmpeg and make my project independent of ffmpeg. Is there anyways that I can achieve this and retain the functionality of the project ?

  • PHP queue implementation

    2 mars 2015, par Ben

    I’m new to using queues for intensive processes. I have an app that will take an upload of a short video, process it with FFMPEG, then upload to youtube using their API, then interact with my database. My questions :

    Should I use two different queues ? One to process, then hand it off to a different queue to upload ? Or should I place all my processing in one worker ?

    Is it ok to interact with a database from a worker or should I do this some other way ?

  • hevc/sao : optimze sao implementation

    16 juillet 2014, par Mickaël Raulet
    hevc/sao : optimze sao implementation
    

    - adding one extra pixel all around the frame
    - do not copy when SAO is not applied

    5% improvement

    cherry picked from commit 10fc29fc19a12c4d8168fbe1a954b76386db12d0
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/hevc.c
    • [DH] libavcodec/hevc.h
    • [DH] libavcodec/hevc_filter.c
    • [DH] libavcodec/hevcdsp.h
    • [DH] libavcodec/hevcdsp_template.c