Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (85)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

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

Sur d’autres sites (10684)

  • Revision 100423 : Éviter une erreur fatale PHP Fatal error : Cannot use empty list in ...

    7 novembre 2016, par kent1@… — Log

    Éviter une erreur fatale
    PHP Fatal error : Cannot use empty list in /Users/kent1/Sites/SPIP/_plugins_/fulltext/trunk/action/fulltext_convert_myisam.php on line 28

  • configure : Don’t run "export $e" for an empty string

    2 juin 2015, par Martin Storsjö
    configure : Don’t run "export $e" for an empty string
    

    This fixes the side effect of printing the whole environment,
    if no —env parameter was provided.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] configure
  • FFmpeg error : Output file is empty, nothing was encoded

    25 mai 2018, par Morteza M

    I am using the following command ffmpeg command and execute it in Python. It used to work for at least a month finely. However, its two days it stopped working and generates different errors. The most important one is "Output file is empty, nothing was encoded"

    PS : I checked the connectivity to Camera and is healthy. I am able to see the Camera output on my screen using its software.

    The Command :

    ffmpeg -i rtsp ://username:pass@ip_add:port/videoMain -b 1920k -f image2 -r fps -strftime 1 %Y-%m-%d_%H-%M-%S.jpg

    PS : fps is taken from input. I mainly used 1 for that.

    I would be gratfful if anyone can help with this. Thank you.