Recherche avancée

Médias (0)

Mot : - Tags -/médias

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

Autres articles (67)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (12033)

  • I need to cut MP4 videos. A part at the beginning and a part at the end in a batch fashion

    26 janvier 2020, par Eric Lalonde

    I have several training videos. All .MP4s.

    I want to remove 3.5 seconds from the beginning and 4.5 seconds from the end of the entire folder of them...

    I know of ffmpeg and ffprobe - but my knowledge and mastery of them both is limited.

    Can someone provide a script for this, or, at least a program that will make this easy for me ? I keep searching and I reach dead-ends everytime or scripts that do not work.

    I am also open to using Linux/Windows but not mac.

    edit : First part completed. Will keep on studying this command further in order to learn batch ; Here’s the easy part, how to batch trim an entire folder of MP4s :

    for %%a in ("*.mp4") do ffmpeg -i "%%a" -ss 00:00:03.5 -vcodec copy -acodec copy "newfiles\%%~na.mp4"

    pause
  • I need to cut MP4 videos. A part at the beginning and a part at the end in a batch fashion

    10 août 2015, par Eric Lalonde

    I have several training videos. All .MP4s.

    I want to remove 3.5 seconds from the beginning and 4.5 seconds from the end of the entire folder of them...

    I know of ffmpeg and ffprobe - but my knowledge and mastery of them both is limited.

    Can someone provide a script for this, or, at least a program that will make this easy for me ? I keep searching and I reach dead-ends everytime or scripts that do not work.

    I am also open to using Linux/Windows but not mac.

    edit : First part completed. Will keep on studying this command further in order to learn batch ; Here’s the easy part, how to batch trim an entire folder of MP4s :

    for %%a in ("*.mp4") do ffmpeg -i "%%a" -ss 00:00:03.5 -vcodec copy -acodec copy "newfiles\%%~na.mp4"

    pause
  • Revision 81270 : Retablir la compatibilité SPIP 2.x (James)

    8 mars 2014, par cedric@… — Log

    Retablir la compatibilité SPIP 2.x (James)