Recherche avancée

Médias (91)

Autres articles (71)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Installation en mode standalone

    4 février 2011, par

    L’installation de la distribution MediaSPIP se fait en plusieurs étapes : la récupération des fichiers nécessaires. À ce moment là deux méthodes sont possibles : en installant l’archive ZIP contenant l’ensemble de la distribution ; via SVN en récupérant les sources de chaque modules séparément ; la préconfiguration ; l’installation définitive ;
    [mediaspip_zip]Installation de l’archive ZIP de MediaSPIP
    Ce mode d’installation est la méthode la plus simple afin d’installer l’ensemble de la distribution (...)

Sur d’autres sites (3628)

  • Call remote cmdlet (ffmpeg) via Invoke-Command : "... not recognized as the name..."

    7 décembre 2016, par sk904861

    I’m trying to call ffmpeg on a remote transcoding server via Powershell :

    $session = new-pssession -computername transcodingserver
    Invoke-Command -session $session -scriptblock { powershell ffmpeg }

    ffmpeg is correctly installed on the remote server and can be run there, but the remote call results in an error :

    ffmpeg : The term 'ffmpeg' is not recognized as the name of a cmdlet, function, script file, or operable program.
       + CategoryInfo          : NotSpecified: (ffmpeg : The te...rable program. :String) [], RemoteException
       + FullyQualifiedErrorId : NativeCommandError
       + PSComputerName        : transcodingserver

    Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + ffmpeg
    + ~~~~~~
       + CategoryInfo          : ObjectNotFound: (ffmpeg:String) [], CommandNotFoundException
       + FullyQualifiedErrorId : CommandNotFoundException
    NotSpecified: (:) [], RemoteException

    It seems to me like if the machine, I run Invoke-Command on, tries to run ffmpeg, which is not installed there. What do you have to do, to run ffmpeg on a remote server ?

  • SETX is not recognized as an internal or external command operable program or batch file [duplicate]

    6 avril 2020, par anonymous

    (skip this paragraph if you don't care about context) : So I was trying to record inside of Minecraft using the replay mod, and to render a video I have to install this thing called ffmpeg to render it, and my fears were correct, SETX is not recognized.

    



    So, a while back I had to redo my javac because that wasn't recognized, but when I did get that fixed, it made all my other commands toast, except the basic ones like "copy" or "del". I don't know how, I'd assume I'd need to manually input the path variable and everything because I doubt I could even find anything in the system variables for it, but that may not be the case. Suggest some YouTube vids, or a thorough and non-complicated explanation if you can, because for some reason, some instructions go through one ear and out the other.

    



    I also posted this in /r/feedthebeast, but I doubt anyone will find a solution there.

    



    Thanks.

    


  • 'ffmpeg' is not recognized as an internal or external command, operable program or batch file [closed]

    15 mai 2024, par Mark S.

    I am trying to convert group of images .png to video .webm on Windows 10 :

    


    ffmpeg -i %03d.png output.webm


    


    But I am getting this error :

    


    


    'ffmpeg' is not recognized as an internal or external command, operable program or batch file.