Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (91)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • 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 ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (15816)

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

    



    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 :

    



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


    



    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.

    



    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.

    


  • 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

  • Is it possible to "lossless"-ly speed up a video ?

    15 novembre 2020, par Synn Ko

    Might sound like a strange question, but hear me out. I have hours of video I want to cut up and edit together, but a lot of it is just junk I don't need. I don't want to lose any quality, so I use LosslessCut.

    


    The problem for me is that it's... A LOT of footage, and I don't need to see every single second of it. It would be nice if LosslessCut had a button to change the speed of the playback, but it doesn't have that.

    


    So another idea would be to speed up all the videos in advance with ffmpeg, cut them up using LosslessCut, then change the remaining clips back to their original speed using ffmpeg again. Is it possible to speed up a video and change it back to its original speed without losing any quality or changing the video ?