Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (58)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • Revision 8d42fad9c1 : Move overlay frame speed feature setting out of mode search loop Refactor overl

    11 septembre 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c



    Move overlay frame speed feature setting out of mode search loop

    Refactor overlay frame speed-up related function. Make it unified
    with the ref_frame_skip_mask system and Move it out of the mode
    search loop.

    Change-Id : I0dde9baf44354f6ba00b4679cba02fa6a30c7316

  • Revision bd867f1619 : Inline vp9_get_mv_joint(). Encode time for first 50 frames of bus (speed 0) @ 1

    3 juillet 2013, par Ronald S. Bultje

    Changed Paths :
     Modify /vp9/common/vp9_entropymv.c


     Modify /vp9/common/vp9_entropymv.h



    Inline vp9_get_mv_joint().

    Encode time for first 50 frames of bus (speed 0) @ 1500kbps goes from
    2min10.9 to 2min10.5, i.e. 0.3% faster overall, basically because we
    prevent the call overhead.

    Change-Id : I1eab1a95dd3eae282f9b866f1f0b3dcadff073d5

  • FFMpeg Crop, Scale, hflip and speed up video and audio

    4 décembre 2023, par Reach

    FFMpeg said Too many inputs specified for the "tetpts" filter ! Why wrong ? Help me please

    


    I am trying to crop, scale, hflip and speed up video and audio. When I was using

    


    


    ffmpeg -y -i input.mp4 -filter_complex "crop=iw/2:ih/2,scale=720:720,hflip,[0:v]setpts=0.8*PTS[v] ;[0:a]atempo=(1/0.8)[a]" -map "[v]" -map "[a]" output.mp4