Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (35)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (4997)

  • ffmpeg and 7160 HD Capture card error, already set rtbufsize 2000M, still real time buffer too full

    21 septembre 2015, par todaf

    The 7160 Capture card original video was shown fine in the Honestech HD DVR software that is included.

    However, when the card was captured using ffmpeg and publish out. This error occurred after a while running ffmpeg :

    real-time buffer [7160 HD Capture] video input too full or near too full ...

    I have already set -rtbufsize 2000M which is nearly the maximum that is allowed and can not be increased further.

    Please tell me how to resolve this bug or give me an example that can be used without producing this bug. Thank you very much. You do not neeed the code that I used because almost any code even the simplest code I used produced this error after running for a while. The published video also lag and lost.

  • How to overlay only part of a video using ffmpeg or a similar tool (not the full frame) [closed]

    26 octobre 2024, par velw

    I have two videos (let's say 1.mp4 and 2.mp4). I would like to overlay only the top-right quarter of 2.mp4 onto 1.mp4.

    


    The output would be a single video with the content from 1.mp4 in the top left, bottom left and bottom right, and the content from 2.mp4 in the top right.

    


    (To be clear, I don't mean shrinking anything. The output would show only three quarters of the frame from 1.mp4 and only one quarter of the frame from 2.mp4)

    


    Is it possible to do this with ffmpeg or something similar ?

    


  • aacsbr_fixed : check for envelope scalefactors overflowing

    9 novembre 2015, par Andreas Cadhalpun
    aacsbr_fixed : check for envelope scalefactors overflowing
    

    This prevents various values from getting an insanely huge exponent.
    If someone knows a cleaner solution, thats welcome !

    This is similar to commit 8978c74 for aacsbr.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] libavcodec/aacsbr_fixed.c