Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (83)

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

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (13071)

  • How do I reduce the video size captured by the default camera using FFMPEG in Android ?

    12 octobre 2011, par Krishnendu

    I am trying to reduce the video size captured by the default camera (it's generating high resolution video) in Android. Does FFMPEG have a property to encode a video with given resolution ? I tried to Google, but all examples are using command line mode for FFMPEG.

    My questions are :

    1. Can we use ffmpeg command line in Android ?
    2. If not then how we will achieve it ?
    3. Can we able record a video directly using ffmpeg in Android ?
    4. Is there any other solution for this ?
  • How to update paperclip video location after processing in rails

    15 octobre 2011, par user892583

    I'm using Paperclip for processing a user uploaded video with ffmpeg. I want to create a thumbnail image as well as convert the video to a standard format of my choosing. I have the ffmpeg processing working, however, I can't seem to figure out how to update the record after it has finished processing. I've used a number of rails - paperclip - ffmpeg references but haven't seen anyone converting the video and then using the converted video in the rails db, since it's creating a new video I will need to be able to update the record from within the paperclip processor, but how to do it ??

    Thanks

    • using Rails 3
    • using paperclip processor with ffmpeg
  • ffmpeg, download video stream from url

    1er décembre 2014, par samiullah

    I am developing application to save any online webinar(video or audio) given the url using ffmpeg library. Url usually contain other contents like text, images as well. So i have problem, how to separately get video stream from url using ffmpeg(or some other better free library). Url may be for any site, not only for youtube, but as an example, link may be like
    http://wildkingdom.magnify.net/video/Dangerous-Moments-in-the-Wild-K ;recent or
    http://www.youtube.com/watch?v=wnrJJYm7qIw
    etc