Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (57)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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 (10906)

  • lavf : Open PICT images with Quickdraw

    18 avril 2015, par Vittorio Giovara
    lavf : Open PICT images with Quickdraw
    

    Update the pictor test to use the pictor codec, as both formats share
    the .pic file extension.

    • [DH] libavformat/img2.c
    • [DH] tests/fate/image.mak
  • ffmpeg subprocess fail to open on OS X

    27 mai 2015, par Hyperion

    I’ve got this script :

    PATH = os.path.dirname(os.path.abspath(__file__))


    global TEMP
    for video in os.listdir(VIDEOS):
       ffmpeg = PATH + "/ffmpeg/ffmpeg"
       arg1 = " -v 0 -i "
       arg2 = VIDEOS + "/" + video
       arg3 = " -r 1 -f image2 "
       arg4 = TEMP + "/" + os.path.splitext(video)[0] + "-%d.jpg"
       subprocess.Popen(ffmpeg + arg1 + arg2 + arg3 + arg4).wait()

    that works perfectly on Windows (using ffmpeg.exe of course), but when I try to run it on Mac I got error :

     File "/Users/francesco/Desktop/untitled0.py", line 20, in Main
       subprocess.Popen(ffmpeg + arg1 + arg2 + arg3 + arg4).wait()

     File "subprocess.pyc", line 710, in __init__

     File "subprocess.pyc", line 1327, in _execute_child

    OSError: [Errno 2] No such file or directory

    I’ve tried to print ffmpeg + arg1 + arg2 + arg3 + arg4 and paste it manually in the terminal, nothing happens, it just stuck, but if I try to copy manually all the printed arguments, it works.

  • avformat/rtpproto : free ip filters on open error

    10 mai 2024, par Kacper Michajłow
    avformat/rtpproto : free ip filters on open error
    

    Found by OSS-Fuzz.

    Signed-off-by : Kacper Michajłow <kasper93@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/rtpproto.c