
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (97)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 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 (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (11684)
-
ffmpeg sepia effect on video
22 juin 2015, par Gufran KhurshidHow can I apply simple sepia effect of a video using FFmpeg ? I am seeking for a single line FFmpeg command which I will be using in android.Though I have learnt
colorchannelmixer=.393:.769:.189:0:.349:.686:.168:0:.272:.534:.131
on official FFmpeg doc , but unable to apply it properly.Thank you. -
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.