Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (34)

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

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

Sur d’autres sites (3719)

  • Online Stream Video (Youtube) c++

    12 juin 2017, par P Akhtar

    How to get frame from youtube video using ffmpeg if available other wise alternate solution.
    I want to read stram and get packet of each frame by youtube video

  • lowpass filter Q factor online simulator (bode plot)

    5 novembre 2016, par user1320370

    I like to add a low pass filter on a audio file myfile.flac with ffmpeg.

    The parameters to choose are the frequency and Q-factor or slope.

    ffmpeg -i myfile.flac -af "highpass=f=9000:width_type=q:width=0.707" output.flac

    The default q-factor is 0.707.

    I like to increase the q-factor but a too high value can cause excessive resonance.

    For this reason before do it can be useful to test with a bode plot simular (online if exist) that can accept filter type (lowpass, highpass) , frequency and Q-factor.

    Someone can please send a link of a bode plot that show a simulator like this ?

    thank you !!

  • vf_colorspace : Add support for film primaries

    1er novembre 2016, par Vittorio Giovara
    vf_colorspace : Add support for film primaries
    

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>
    Signed-off-by : Ronald S. Bultje <rsbultje@gmail.com>

    • [DH] libavfilter/vf_colorspace.c