Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (102)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (9093)

  • FFMPEG multiple crop on same video

    18 juin 2017, par djdan_23

    I have one .mkv that have 4 sections in time that need to be cropped.
    (Meaning that the top-bot blacks bars appears sometimes during the viewing).
    How can I do that using FFMPEG.
    I know about crop for an entire film, but using it at 4 different places on the same video, that I don’t.
    Thanks at advance.

  • Batch concation of multiple videos files (Bash)

    4 janvier 2024, par pops64

    I have clips from multiple different scenes in the same folder I was wondering if any one had a script that groups clips belonging to each scene together than pass them into ffmpeg for a concatenation and transcode. The file name pattern is uniform. And ids are separated by a hyphen with only the scene id being unique. I am currently doing this scene by scene in FFmpeg batch av converter but any help automating this in bash or powershell would be greatly appreciated. I just can't figure out where to start

    


    {name_of_scene}-{scene_id}-{clip_id}-{resolution}.{filetype}


    


  • Batch concation of multiple videos files (Powershell)

    5 janvier 2024, par pops64

    I have clips from multiple different scenes in the same folder I was wondering if any one had a script that groups clips belonging to each scene together than pass them into ffmpeg for a concatenation and transcode. The file name pattern is uniform. And ids are separated by a hyphen with only the scene id being unique. I am currently doing this scene by scene in FFmpeg batch av converter but any help automating this in powershell would be greatly appreciated. I just can't figure out where to start

    


    {name_of_scene}-{scene_id}-{clip_id}-{resolution}.{filetype}