Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (56)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (3977)

  • aacenc_ltp : disable LTP with high lambda values

    8 décembre 2015, par Rostislav Pehlivanov
    aacenc_ltp : disable LTP with high lambda values
    

    Makes no sense to enable for high bitrates, the coder does well enough.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/aacenc_ltp.c
    • [DH] tests/fate/aac.mak
  • Revision 113dbf8d1e : vp9_cx_iface.c : allow speed greater than 7 This makes it possible to use —rt -

    8 juillet 2014, par Guillaume Martres

    Changed Paths :
     Modify /vp9/vp9_cx_iface.c



    vp9_cx_iface.c : allow speed greater than 7

    This makes it possible to use —rt —cpu-used=8.

    Change-Id : I8b5bc4449b6e05d24d25145e35b4793501268c59

  • FFMPEG - Speed up video for time lapse - quicker/faster ?

    15 juillet 2023, par Chad Baldwin

    Okay, I know this question has been asked a bajillion times. However, I have one small addition to the question that I haven't seem to have been able to find in my googling.

    &#xA;&#xA;

    I'm certainly not a pro at FFMPEG...I've been using the standard speed up/slow down template for FFMPEG, the one I'm using is :

    &#xA;&#xA;

    ffmpeg -i input.mp4 -filter:v "setpts=PTS/60" -an output.mp4&#xA;

    &#xA;&#xA;

    I'm currently working with an hour long 4K/60FPS video...I want to shrink it down to about 30 seconds or so, so I'm using PTS/100, and I don't need audio...the problem is, this is taking FOREVER...which I completely expected it to.

    &#xA;&#xA;

    But as I'm sitting here waiting for it to finish...I can't help but wonder...is there a faster/more efficient way to accomplish this ? I know there's a lot of weird things about FFMPEG in regards to the order of the commands you use to speed up seek time, and presets and etc.

    &#xA;