Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (64)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains 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, par

    Pré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 2013

    Puis-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 Bibitov

    I'm building an iOS app in Swift that needs to convert local video files to HLS format (.m3u8). Initially, I used the ffmpeg-kit-ios-full-gpl package from FFmpegKit, which works well. However, since this build includes GPL-licensed components (such as libx264), 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 :

    


      

    1. 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 ?
    2. 


    3. 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 ?
    4. 


    5. 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.
    6. 


    


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

    


  • Windows 8 App, run process

    26 juin 2013, par DoomStone

    Is 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 Khirnov
    asfenc : 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

    • [DBH] libavformat/asfenc.c