Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (72)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (10800)

  • avfilter/af_silenceremove : use duration option for window option

    7 septembre 2021, par Paul B Mahol
    avfilter/af_silenceremove : use duration option for window option
    
    • [DH] libavfilter/af_silenceremove.c
  • Anomalie #2194 (Nouveau) : Modifier le titre d’un document + une traduction manquante

    28 juillet 2011, par Johan Pustoch

    Dans ecrire/ ?exec=document_edit&id_document=N , même si mon document n’est pas une image, on me propose de modifier le « Titre de l’image ». « Ce document est lié à » : il y a une chaîne spip_bonux:id_rapide dans prive/formulaires/selecteur/picker-ajax.html Je fais un autre ticket pour la partie (...)

  • Basic FFmpeg Conversion Error ?

    26 mars 2018, par Sarah Szabo

    I’m trying to convert an .mp4 to a .opus file using ffmpeg. I have a directory on my desktop called Indexing which has a test file called 40.mp4. I’ve tried using the command ffmpeg -i 40.mp4 -b:a 320k 40.opus which always works from a terminal set in the Indexing directory, but trying the same thing using Java always fails :

    NOTE : I’m running on Kubuntu 17.10

    private static final Path INDEXING_PATH = Paths.get("/home/sarah/Desktop/Indexing");

    Process proc = new ProcessBuilder("ffmpeg -i 40.mp4 -b:a 320k 40.opus")
                     .directory(INDEXING_PATH.toFile()).inheritIO().start();

    Yields :

    Exception in thread "main" java.io.IOException: Cannot run program "ffmpeg -i 40.mp4 -b:a 320k 40.opus" (in directory "/home/sarah/Desktop/Indexing"): error=2, No such file or directory
         at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)

    Here’s a snapshot of the folder :
    Snapshot