Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (75)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (12287)

  • lavc/mediacodec : do not delete a local reference twice in case of error

    31 mai 2016, par Matthieu Bouron
    lavc/mediacodec : do not delete a local reference twice in case of error
    
    • [DH] libavcodec/mediacodec_wrapper.c
  • Read Specific .mp4 Video frame from local file as Bitmap [on hold]

    15 mars 2017, par Antonio

    I’m using AForge.Video.FFMPEG.VideoFileReader to read .mp4, .avi video frames from a local video file in a normal speed :

                   string path = Path.GetTempFileName();
                   Bitmap videoFrame = video_reader.ReadVideoFrame();
                   videoFrame.Save(path);

    now the VideoFileReader is only allows me to read the next frame, and I need to be able to select specific frame using a trackbar with minimum computer resources and best speed.

    So, is there a way to achieve that ?, please help.

  • hevc : Use the local context variable when needed

    18 juin 2014, par Luca Barbato
    hevc : Use the local context variable when needed
    
    • [DBH] libavcodec/hevc.c