Recherche avancée

Médias (1)

Mot : - Tags -/punk

Autres articles (107)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (13048)

  • ffmpeg, how to extend video, the same clip multiple times concat

    22 janvier 2018, par pc8181

    i want to extend the video clip to fixed 200 seconds even the clip is low duration in VB.Net. if video clip is 28-seconds then want to repeat concate the same clip and trim 200 seconds how to do this ?...

    m trying something but i could not do how to repeat concat the same clip ...

     cmd = String.Format("{0} -i {1} -c copy -ss {2} -t {3} -an -y -map 0  
     {4}.m2ts",ffexe, inf, inT, ouT, ouF )
  • ffmpeg exact start and end times

    19 juin 2017, par Eng. M.Hamdy

    I’ve searched a lot but didn’t find what I nedd.
    I use this command :

    ffmpeg -ss <start> -i <srcfile> -t <duration> -c copy <dstfile>
    </dstfile></duration></srcfile></start>

    to copy a part of the video, but the output file start time and duration may differ than "start" and "duration" specified.
    I understand that ffmpeg seeks to the nearest Keyframe and that precise seeking to a timestamp is not possible unless re-encoding the video (I tried that but the output video losses quality !).
    It’s important to me to know the exact start and end timestamp that ffmpeg use to generate the output, because I use this info to adjust subtitle timing.
    Is there any way to make ffmpeg report start timestamp and end timestamp ?
    Or else : Is there any way to know the previous and next keyframes to specific Timestamp, so I can adjust the video cut markers in my project to fit nearest keyframes ?
    Thanks.

    Update :
    - Is it possible to seek to the second keyframe, and to the keyframe before the last one ?
    - what is the time interval between 2 keyframes ?

  • Revision 8e6ce6bb9e : Removing CONFIG_DEBUG checks on assertions. Adding CHECK_MEM_ERROR macro to vp9

    28 juin 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/common/vp9_common.h


     Modify /vp9/common/vp9_treecoder.c


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/decoder/vp9_onyxd_int.h


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_mbgraph.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h



    Removing CONFIG_DEBUG checks on assertions.

    Adding CHECK_MEM_ERROR macro to vp9_common.h and removing two duplicated
    ones from vp9_onyx_int.h and vp9_onyxd_int.h.

    Change-Id : I916afec61b3019f18193135dac7c35ed0f89b8b6