Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (34)

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

  • Déploiements possibles

    31 janvier 2010, par

    Deux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
    L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
    Version mono serveur
    La version mono serveur consiste à n’utiliser qu’une (...)

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

Sur d’autres sites (6251)

  • ffmpeg frame->pts out-of-order when decode hevc

    23 octobre 2023, par ValiantHeart

    I try to set pkt->pts to 0,1,2,3,4,5,6,
but the frame->pts received is 0,1,4,5,3,6,2 where the pict_type was I, I, B, B, B, B, P.

    


    int num = 0;
pkt->pts = num++;
avcodec_send_packet(dec_ctx, pkt);
avcodec_receive_frame(dec_ctx, frame); 


    


    I tried to read h264 file, it is correct ; and I tried to use official 'decode_video.c', it's still incorrect in hevc.

    


    Why the frame->pts is not 0,1,2,3,4,5,6 ?

    


  • How to install FFMPEG in Red Hat OS From source code ?

    9 février 2015, par Satishakumar

    Please somebody provide me references for installing FFMPEG with mp3 and h264 codecs enabled from source code.

    I gone through official FFMPEG website, No detailed information as how to install FFMPEG with all features enabled and no information about dependencies.

  • FFMPEG & Centos7 Script

    5 octobre 2017, par Tony

    Looking to install FFMPEG on Centos7 - there appears to be an official compilation guide here.

    BUT I find it hard to belive that someone hasn’t already done all the work to make this into a nice install script ? :) ?

    If not I’ll proceed and make one but rather not if I don’t have too.