
Recherche avancée
Médias (17)
-
Matmos - Action at a Distance
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Danger Mouse & Jemini - What U Sittin’ On ? (starring Cee Lo and Tha Alkaholiks)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Cornelius - Wataridori 2
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Rapture - Sister Saviour (Blackstrobe Remix)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Chuck D with Fine Arts Militia - No Meaning No
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (64)
-
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 ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
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 (11029)
-
Convert video to HLS in iOS app without triggering GPL (FFmpegKit alternative ?) [closed]
7 juillet, par Aziz BibitovI'm building an iOS app in Swift that needs to convert local video files to HLS format (
.m3u8
). Initially, I used theffmpeg-kit-ios-full-gpl
package from FFmpegKit, which works well. However, since this build includes GPL-licensed components (such aslibx264
), I'm concerned that using it would require my app to be released under the GPL, which is not compatible with App Store distribution.

That said, my needs are fairly basic : I only need to convert H.264
.mp4
video files into HLS format.

My Questions :


- 

- Is there a safe way to use FFmpegKit—such as the
full-libarary-lgpl
variant—that guarantees no GPL components are used for this task ? - Are there any iOS-native or third-party tools that can reliably convert H.264
.mp4
video files to HLS on-device without introducing GPL concerns ? - Is using Apple’s
AVAssetExportSession
a viable alternative for exporting to HLS ? I haven't found much official documentation about using it for HLS output.








Any guidance on how to perform HLS conversion in an App Store–safe (non-GPL) way would be much appreciated.


- Is there a safe way to use FFmpegKit—such as the
-
Windows 8 App, run process
26 juin 2013, par DoomStoneIs it possible to run an external exe file in a Windows 8 Store App, the reason for this is that i want to do some video convertion with ffmpeg though the app.
-
asfenc : fix some possible integer overflows
4 mars 2016, par Anton Khirnovasfenc : fix some possible integer overflows
Store the file duration in the same timebase it arrives (i.e.
milliseconds) and only convert it to the file duration units (100ns)
when it’s actually written, thus simplifying some calculations. Also,
store the duration as unsigned, since it cannot be negative.CC : libav-stable@libav.org
Bug-ID : CVE-2016-2326