Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (46)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (9012)

  • FFMPEG image crop issue from video taking from ipad device [on hold]

    27 février 2015, par Dev

    I am using ffmpeg for crop images from video.My issue when i am taking video from ipad device under portrait mode then my image alignment is not correct

  • FFMPEG thumbnail image gives black image

    24 mars 2015, par user3772344

    I am trying to get the thumbnail image of video using ffmpeg. but for some of the video it shows the black image. I have done the following code.

    KxMovieDecoder * decoder = [[KxMovieDecoder alloc] init];
    [decoder openFile:videoURL error:nil];
    gHistory = [[NSUserDefaults standardUserDefaults]objectForKey:[decoder.path lastPathComponent]];;

    NSArray *ar =  [decoder decodeFrames:1.0f];
    KxMovieFrame *frame;

    for (KxMovieFrame *frames in ar)
    {
       if (frames.type == KxMovieFrameTypeVideo) {
           frame =  ar.lastObject;
           break;
       }
    }
      KxVideoFrameRGB *rgbFrame = (KxVideoFrameRGB *)frame;
    UIImage *imageKX = [rgbFrame asImage];

    I don’t know whats the wrong in this method

  • Read Media File Header and Black Frames [closed]

    4 mai 2015, par Asim

    I want to read header of ".MXF " or MOV files using FFMPEG API’s and also want to know how many black frames are in this file. Please help us to find the Solution. Actually my Scnario is i am developing application who could read my media files("Filename.MXF") and give me the Header information and also want to know how many black Frames are in the particular media file