Recherche avancée

Médias (0)

Mot : - Tags -/optimisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (48)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

  • 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

Sur d’autres sites (6778)

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