Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (53)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (9638)

  • ffmpeg - preserve metadata for the converted files (mtime)

    5 mars 2017, par silent

    I have a simple batch file that converts videos from mobile. I want to keep the original creation and modification time in converted files as well.

    For example, I have :

    name creation time modification time
    file.mp4 21 March 2016 21 March 2016

    after conversion I have :

    name creation time modification time
    file_new.mp4 05 March 2017 05 March 2017

    but all I want is :

    name creation time modification time
    file_new.mp4 21 March 2016 21 March 2016

    My ffmpeg command (Windows) :

    for %%a in ("*.mp4") do ffmpeg -i "%%a" -c:v libx264 -crf 23 -preset medium -map_metadata 0 -movflags +faststart -c:a libvo_aacenc -b:a 96k "newfiles\%%~na.mp4"
  • FFmpeg installation requiring python uninstallation on Mac

    19 avril 2019, par momo

    Did brew install ffmpeg, installs some packages and gives this error :

    Error : python is already installed from !

    Please brew uninstall python first."

    I have python3.6.5 installed via brew, for using Tensorflow etc. No other python version is installed via brew right now. Why is this error coming up ? What version does FFmpeg need ?

    Earlier I actually uninstalled python and that broke my system in many frustrating ways. I had to delete everything and start over. What is a safer way to get this working ?

  • What are the pros and cons of creating your own streaming server (FFMPEG and Apache) vs using a streaming service such as Wowza ? [closed]

    9 novembre 2023, par Luke Lopez

    I am researching creating my own streaming server (taking rtsp streams and transcoding and broadcasting as m3u8) and I am wondering what the pros and cons of a paid vs a build your own service are.
I have not tried anything as this is not applicable to my question