
Recherche avancée
Médias (1)
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (34)
-
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP 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, parDeux 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, parThe 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 ValiantHeartI try to set
pkt->pts
to 0,1,2,3,4,5,6,
but theframe->pts
received is 0,1,4,5,3,6,2 where thepict_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 SatishakumarPlease 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 TonyLooking to install
FFMPEG
onCentos7
- 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.