Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (54)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (5443)

  • configure : use TMPM in check_header_oc

    5 avril 2014, par Michael Niedermayer
    configure : use TMPM in check_header_oc
    

    Some compilers when given -x objective-c will tell that they dont support
    that but return success. Using a .m file instead returns proper failure in
    that case

    This should fix a build failure on freebsd

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] configure
  • Is it possible to force a key frame 2 seconds after the time of the last key frame by using FFMPEG ?

    13 octobre 2015, par Alexandr

    I know that prev_forced_t returns time of the last forced key frame. But I need something that return time of the last key frame (not forced but any).

    This parameter will work only with forced frames :
    -force_key_frames "expr:gte(t,prev_forced_t+2)"

    I need something like :
    -force_key_frames "expr:gte(t,${LAST_KEY_FRAME_T}+2)"

  • Pyzam gives an error, Pyzam does not work. [red]Error : ffmpeg file not found in $PATH[/red] [duplicate]

    12 mai 2024, par Да не знаю я

    I wanted to make a program that defines music, well, like shazam. I came across Pyzam. I tried it, it doesn't work. Returns the error : [red]Fatal : ffmpeg not found on $PATH[/red] to the command : pyzam — input mando.mp3. There is a mando.mp3 file in the folder where I run the program. I write the command on the command line. Windows 10. FFmpeg is available on disk C from the official website.

    &#xA;