
Recherche avancée
Autres articles (63)
-
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 (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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 ;
-
Publier sur MédiaSpip
13 juin 2013Puis-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
Sur d’autres sites (11256)
-
FFMPEG - avformat_open_input() always return error with filename
22 septembre 2015, par Tony Thanconst char* filename = "D:\\abc.flv";
err = avformat_open_input(&ic, filename, NULL, 0);This function always returns error when filename is
*.flv
.
If I use file mp4(*.mp4)
, it’s ok.Please help me find the cause of this problem !!
-
How can I find out what this ffmpeg error code means ?
3 mars 2015, par AsikI’m using the function avcodec_decode_video2. On an encoding change in the stream, it returns -1094995529. The documentation only states :
On error a negative value is returned, otherwise the number of bytes
used or zero if no frame could be decompressed.But there doesn’t seem to be an enum of return codes or any other form of documentation. What does the error mean and how can I determine that in general ?
-
Merge commit ’b564784a207b1395d2b5a41e580539df04651096’
3 juillet 2013, par Michael NiedermayerMerge commit ’b564784a207b1395d2b5a41e580539df04651096’
* commit ’b564784a207b1395d2b5a41e580539df04651096’ :
jpeg2000 : Check that there is a SOT before SOD
jpeg2000 : Remove unneeded returnsConflicts :
libavcodec/jpeg2000.c
libavcodec/jpeg2000dec.cMerged-by : Michael Niedermayer <michaelni@gmx.at>