Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (52)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

  • 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

Sur d’autres sites (10081)

  • ffmpeg fails in crontab running as root

    21 décembre 2020, par Steve Lloyd

    I am trying to convert a video from mov to mp4 from a crontab.

    


    /usr/bin/ffmpeg -y -nostdin -hide_banner -loglevel panic -i "/var/www/sample.mov" -vcodec h264 -acodec mp3 "/var/www/sample.mp4"


    


    When I run it from a terminal it works fine. From a crontab I get the following errors. I have already tried adding "export LD_LIBRARY_PATH=/usr/lib/ && /usr/bin/ffmpeg" without success. Any help would be appreciated.

    


    [h264_v4l2m2m @ 0x4e8290] Could not find a valid device
[h264_v4l2m2m @ 0x4e8290] can't configure decoder
Stream mapping:
  Stream #0:0 -> #0:0 (h264 (h264_v4l2m2m) -> h264 (libx264))
  Stream #0:1 -> #0:1 (aac (native) -> mp3 (libmp3lame))
Error while opening decoder for input stream #0:0 : Permission denied


    


  • FFMPEG on Ubuntu with cpp resize/set width & height for AVFrame

    17 juin 2023, par SarahLy

    Current program :
Getting AV Frame and converting it to OpenCV Mat.
Need to change the frame size, please see the image in attached file.
Need to capture full screen 1920x1080

    


    terminal output
[mpeg4 @ 0x5565aaaf4580] AVFrame.format is not set
[mpeg4 @ 0x5565aaaf4580] AVFrame.width or height is not set


    


    Frame capture

    


    https://ibb.co/Mn9M2mf

    


  • ffmpeg says "No such file or directory" [closed]

    10 octobre 2020, par srvnk

    Kindly see this screenshot

    


    ffmpeg says no such file or directory but the file exists. I want to extract a frame/thumbnail from that video (pre1.mp4). I have installed ffmpeg by sudo snap install ffmpeg. My ubuntu version is 18.04.4 LTS. I also tried ffmpeg -ss 00:00:01 -i pre1.mp4  -vframes 1 -q:v 2 output.jpg but same error.

    


    I am using php to generate the thumbnail. I tried functions - exec, shell_exec and system to run the command but same error. After getting error I tried to run the command in terminal but the error is same.