Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (35)

  • 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

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (8971)

  • Revision 017baf9f4b : Simplify bilateral filter search for speed Adds an internal buffer in the encod

    15 avril 2015, par Debargha Mukherjee

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


     Modify /vp9/common/vp9_loopfilter.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/encoder/vp9_picklpf.c


     Modify /vp9/encoder/vp9_rd.h



    Simplify bilateral filter search for speed

    Adds an internal buffer in the encoder to store the deblocked
    result to help speed up the search for the best bilateral filter.

    Very small change in performance but a lot faster :
    derflr : +0.518%

    Change-Id : I5d37e016088e559c16317789cfb1c2f49334b2b9

  • What's right way to change playback speed with ffmpeg ?

    25 août 2016, par user2440195

    In my project i’m using ffmpeg to playback media. Currently I’m trying to implement changing of playback speed. Will it be right to drop certain packets at high rates, for example not keyframes ? Or I should rely only on changing timestamps and duration, even if performance is low(for example 4k video) and as a consequence increased speed isn’t noticable ?

  • FFMPEG Speed up video (loss of audio is fine)

    14 mai 2015, par adsun

    I’m trying to speed up a video by 2X by using this command.

    ./ffmpeg -i input.mp4 -filter:v setpts=(1/2)*PTS output.mp4

    But I get the following error :

    Error while opening encoder for output stream #0:1 - maybe incorrect parameters such as bit_rate, rate, width or height

    Can someone help me with the correct command to do it ? The input video is a valid MP4 file. It is fine even if there is no audio in the video after speeding up.