Recherche avancée

Médias (91)

Autres articles (99)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

Sur d’autres sites (15929)

  • How to extract video from multiple videos with ffmpeg ?

    6 janvier 2021, par Abbas Perçin

    I want to extract video from multiple videos with ffmpeg. Normally, I could extract the video file from one large video file with the following command.

    


    ffmpeg -ss 648 -t 29 -i /MatrixMovie.ts -f mpegts -pix_fmt yuv422p -c:v libx264 -preset ultrafast -map 0 snapshot.ts


    


    But now I have 10 minutes of parts of this video file (MatrixMovie_part1.ts, MatrixMovie_part2.ts etc) instead of one large file. And the video that I want to extract starts on one of these parts and ends on the other.

    


    My question is How to extract video from multiple videos with ffmpeg ?

    


    I've been dealing with ffmpeq for days but couldn't manage it. I would appreciate it if you could help. Thank you.

    


  • swscale : fix another integer overflow at large dimensions/rescales.

    25 février 2012, par Ronald S. Bultje

    swscale : fix another integer overflow at large dimensions/rescales.

  • swscale : fix overflows in filterPos[] calculation for large sizes.

    23 février 2012, par Ronald S. Bultje

    swscale : fix overflows in filterPos[] calculation for large sizes.