Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (39)

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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

Sur d’autres sites (5372)

  • ffmpeg how to copy one frame for certain duration

    19 août 2018, par user889030

    Am trying to add image Overlay to video it specific duration for specific time period for which i want that video frame to be copied for specific time so that video feels like stationary and image overlay have animated effect on that specific frame .

    ffmpeg -y -i small.mp4 -i google.png -filter_complex "overlay=enable='between=(t,1,4)':x=30+t*28:y=50"  output.mp4

    the above command insert google.png to video small.mp4 between 1 to 4 sec it x=30 and y =50 where x is added with t * 28 , which create 28 pixel shift it x-axis

    currently am using this command which works ok but the problem is i do no know how to copy the frame for certain duration so that image overlay have animation effect on it

  • ffmpeg for Android - how to use Audio ?

    1er août 2014, par user2976267

    First off - if anyone knows a simpler way to get exact current playback time of audio - please tell.

    The problem with a MediaPlayer in a standard API is after searching through audio it gives back wrong getCurrentTime().

    After searching through net I’ve found that it is a common and unsoleable bug of MediaPlayer and there’s nothing you could do about it.

    So, there’s an ffmpeg library and google search is full of instructions how to compile it which is so complicated for me who know nothing about c++, But the problem - every tutorial about ffmpeg finishes with the Logging some file аnd no info how to play file, search, get current milliseconds of playback, load file, prepare it, etc.

    Can someone give me instructions on that because I can’t google it, only compiling tutorials, or suggest an easier way to playback audio , search through that and get a correct current time because MediaPlayer is correct only when playing it from the beginning

  • avcodec/libaomenc : Get number of operating points

    16 juin 2022, par Wan-Teh Chang
    avcodec/libaomenc : Get number of operating points
    

    Use the new codec control AV1E_GET_NUM_OPERATING_POINTS to get the
    number of operating points. This is the size of the output arrays of
    AV1E_GET_SEQ_LEVEL_IDX and AV1E_GET_TARGET_SEQ_LEVEL_IDX.

    Signed-off-by : Wan-Teh Chang <wtc@google.com>
    Signed-off-by : James Zern <jzern@google.com>

    • [DH] libavcodec/libaomenc.c