Recherche avancée

Médias (91)

Autres articles (22)

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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • ffmpeg C API documentation/tutorial for capturing then store video from webcam

    26 janvier 2017, par Ahmed Mkadem

    I’m trying to use ffmpeg library to make a software with C that would capture a video from webcam and store it.
    But it seems that only command line documentation is available for this pupose.
    I visited this link : http://dranger.com/ffmpeg/ and also this one https://github.com/phamquy/FFmpeg-tutorial-samples but they only offer tutorials about creating a video player in C.

    Any help please to find some sources/tutorials/documentation on video stream capturing from webcam using ffmpeg’s library.

  • dump_stream : print the timebase as is, do not reduce it

    24 juin 2014, par Anton Khirnov
    dump_stream : print the timebase as is, do not reduce it
    

    It makes more sense to print the timebase exactly as it is set. Also,
    this avoids a divide by zero when av_dump_format() is called on a format
    context before writing the header.

    • [DBH] libavformat/dump.c
  • ffmpeg + libavfilter's drawtext doesn't print accented characters

    24 mai 2012, par dotsam

    FFMpeg's libavfilter drawtext filter doesn't seem to want to print accented characters like é, and just leaves a space where they should be. This happens both when loading the text from file and when specifying it from the command line :

    ffmpeg -i test.mpg -vf drawtext=text:"Café doesn\\\\\'t print the é" ...
    ffmpeg -i test.mpg -vf drawtext=textfile:file_with_accents_inside.txt ...

    Is there any way to make ffmpeg draw the accented characters correctly ? I've tried a couple of different fonts to make sure they weren't the culprit.