
Recherche avancée
Autres articles (88)
-
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 (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Librairies et logiciels spécifiques aux médias
10 décembre 2010, parPour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)
Sur d’autres sites (7684)
-
Revision e707e9580b : libs.mk : don't include x86inc.asm in codec src list this file is an include and
28 juin 2014, par James ZernChanged Paths :
Modify /libs.mk
libs.mk : don’t include x86inc.asm in codec src listthis file is an include and doesn’t need to be built on its own.
fixes :
ranlib : file : libvpx_g.a(x86inc.asm.o) has no symbolsChange-Id : I89504e37ff0a4488489af7b9b7e09fb32acc4853
-
List all files with ID3v2.2 tag in folder
13 septembre 2021, par JonHerbertI have a folder of around 40000 audio files and I need to find all tracks with an ID3v2.2 tag on them and add them to a folder.


I am very new to eyed3 and ffmpeg, so is there a way to use one of these to get the files I need ? I've read both docs and found the 'tag-version' function and 'display' pattern for eyed3, but I'm not sure how to use them.


Thanks !


-
lavf/mov.c : Don't correct edit list start to zero, when we can't find a frame before...
14 novembre 2017, par Sasi Inguvalavf/mov.c : Don't correct edit list start to zero, when we can't find a frame before edit list start.
After c2a8f0fcbe57ea9ccaa864130f078af10516c3c1 this can happen on normal edit lists starting on a B-frame.
Signed-off-by : Sasi Inguva <isasi@google.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>