Recherche avancée

Médias (91)

Autres articles (72)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

Sur d’autres sites (9224)

  • Java exec doesn't work in 64 bit Windows

    4 juillet 2012, par dinesh707

    I am trying to run the following ffmpeg command using java exec call. It works well in a 32bit computer but in 64 bit computer it doesn't work. Can someone please help me to solve this issue.

    When I try the same command in command prompt as admin it works. Here the target is to create a video file in the tomcat. But when I try as a normal user in commandprompt it didn't work. Can this be an issue with tomcat privileges ?

  • Windows console - BAT compatibility

    10 novembre 2011, par Michael

    I have a command line statement which works perfectly when manually typing it into the console, however, when I put it in a bat file it doesn't work.

    for %f in (*.flac) do ffmpeg -i "%f" -acodec alac "%~nf.m4a"

    Here is the error message when I try running the bat file

    The following usage of the path operator in batch-parameter
    substitution is invalid: %~nf.m4a"

    Is there any way to fix this ?
    The statement converts flac files to alac files using the program ffmpeg.

  • Windows Phone 7.1 Video (3GP,MP4) to Audio (MP3) Converter — ffmpeg on windows phone ?

    7 novembre 2011, par Hypi

    Is there a way to convert Video (3GP,MP4,etc) files stored in isolated storage of a windows phone 7.1 app to a Audio (MP3) file ?

    I initially thought ffmpeg can do something like this but I can't find a Windows Phone compatible Wrapper. Is there a library I can use or a similar one ?