
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (88)
-
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 ;
-
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...) -
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 (7217)
-
How do I access the ipod-library for decoding ffmpeg ?
16 janvier 2014, par M_OnThank you to look at my question.
There is a problem with too slow to access the music file using ffmpeg.
Get the URL of the music that is in the ipod-library by using the 'valueForProperty:MPMediaItemPropertyAssetURL' method.
Use the (AVAssetExportSession Class) TSLibraryImport.m, extract the music files from ipod-library.
However, I took the extraction time is too long. (4 seconds of the 3GS iPhone, iPhone 5 is 1 second)
It was not possible to be decoded using FFmpeg If you do not the Export.
In order to use FFmpeg, it's AVPlayer can not be used.
I will never forget the grace if you can answer if you folded to know how other maybe.
-
How do I access the ipod-library for decoding ffmpeg in the xcode ?
16 janvier 2014, par M_OnThank you to look at my question.
There is a problem with too slow to access the music file using ffmpeg.
Get the URL of the music that is in the ipod-library by using the 'valueForProperty:MPMediaItemPropertyAssetURL' method.
Use the (AVAssetExportSession Class) TSLibraryImport.m, extract the music files from ipod-library.
However, I took the extraction time is too long. (4 seconds of the 3GS iPhone, iPhone 5 is 1 second)
It was not possible to be decoded using FFmpeg If you do not the Export.
In order to use FFmpeg, it's AVPlayer can not be used.
I will never forget the grace if you can answer if you folded to know how other maybe.
-
ffmpeg fix video orientation
17 mars 2014, par PiTheNumberA video can contain a meta info about the camera orientation. For example iPhone and other phones set this flag if you turn the device. Problem is while some player read this info and rotate the video accordingly, other players do not.
To fix this the video has to be rotated and the meta info needs to be set correctly.
Does ffmpeg provide a fix for this or do I have to go the hard way (Read rotation, rotate, set meta data)