Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (51)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

Sur d’autres sites (8626)

  • ffmpeg Unable to find a suitable output format for 'ffmpeg -i '

    20 mai 2017, par Ramos

    Hi everyone i try to mirror my video file i use this library for ffmpeg

    compile ’com.writingminds:FFmpegAndroid:0.3.2’

    and this is my commande :

    uriPathOut = getInternalDirectoryPath() + "/Movies/3.mp4" ;
    uriPathIn = getInternalDirectoryPath() + "/Movies/1.mp4" ;

    cmd = new String[]"ffmpeg -i",uriPathIn," -vf \"vflip\" -metadata:s:v rotate=180 ",uriPathOut ;

    and i always get this error :

    ’[NULL @ 0xb84192d0] Unable to find a suitable output format for ’ffmpeg -i’
    ffmpeg -i : Invalid argument’

    is there any solution help me please.

  • ffmpeg Unable to find a suitable output format for 'ffmpeg -i '

    20 mai 2017, par Ramos

    Hi everyone i try to mirror my video file i use this library for ffmpeg

    compile ’com.writingminds:FFmpegAndroid:0.3.2’

    and this is my commande :

    uriPathOut = getInternalDirectoryPath() + "/Movies/3.mp4" ;
    uriPathIn = getInternalDirectoryPath() + "/Movies/1.mp4" ;

    cmd = new String[]"ffmpeg -i",uriPathIn," -vf \"vflip\" -metadata:s:v rotate=180 ",uriPathOut ;

    and i always get this error :

    ’[NULL @ 0xb84192d0] Unable to find a suitable output format for ’ffmpeg -i’
    ffmpeg -i : Invalid argument’

    is there any solution help me please.

  • FFMPEG cannot find openCV while integrating modified HEVC

    12 mai 2017, par haider ali

    We modified HEVC (open-source downloaded from bitbucket) encoder and have included some openCV libraries.
    It works perfect on visual studio.

    Problem :
    FFMPEG is unable to find openCV libraries.

    Please suggest us a solution ?

    Are there any other software in which we can integrate our customized HEVC library ?