Recherche avancée

Médias (0)

Mot : - Tags -/gis

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

Autres articles (95)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

Sur d’autres sites (9140)

  • Révision 23023 : complément à r20876 : pas de data dans le champ url_site

    6 juin 2016, par brunobergot@gmail.com
  • OpenCV could not find H264 Encoder

    7 juin 2016, par Ahmed Nassar

    Im trying to write a video to file using OpenCV on ROS to MP4 container using H264 encoding for web, but I keep getting :

    Could not find encoder for codec id 28: Encoder not found

    This is my code :

    frame_writer.open(pathfile, CV_FOURCC('X','2','6','4'),framerate, cv::Size(vpre[0].cols, vpre[0].rows),true);

    I tried CV_FOURCC(’X’,’2’,’6’,’4’), CV_FOURCC(’H’,’2’,’6’,’4’) and it didn’t work.

    I reinstalled my ffmpeg from source, and when I run ffmpeg -codecs I get :

    DEV.LS h264   H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (decoders: h264 h264_vdpau ) (encoders: libx264 libx264rgb )

    I don’t understand why Im still getting the error.

  • Set text rotated to a given angle in FFMPEG

    10 juin 2016, par Garry

    I want to set text rotated to a certain angle in FFMPEG video. can someone help me how can i set text rotated to given angle while adding text on video by drawtext command.