Recherche avancée

Médias (91)

Autres articles (63)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (11357)

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

  • fmtconvert : fix int32_to_float_fmul_scalar() for windows x86_64

    1er novembre 2011, par Justin Ruggles

    fmtconvert : fix int32_to_float_fmul_scalar() for windows x86_64