Recherche avancée

Médias (0)

Mot : - Tags -/page unique

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (103)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • 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 ) (...)

Sur d’autres sites (6112)

  • Does using FFMPEG source code execute faster than using it by commands on Android ? [on hold]

    13 décembre 2018, par Valgrind1691

    I am using FFMPEG library for video processing on Android application. I use it by framing commands. However the processing time is too much even for short videos and using preset as ultrafast and all possible online suggestion for optimizing commands.
    I was wondering if writing C/C++ code using FFMPEG source to do all the process that command is doing and create a library for Android to be consumed using JNI will it make process faster ?

  • Using FFMPEG, how do I convert and publish video to main site in right time ?

    30 septembre 2018, par Izak

    I am building an online video platform. Using FFMPEG, I am able to upload a MP4 video to the server, convert it and play it. The problem is that while FFMPEG is still converting the video and has not chosen a thumbnail in the backend, the video is already published to the main site (frontend)...users see an ugly video placeholder and cannot play the video.

    I think I need to add a timer between conversion and publishing of the video to frontend ? Or how do you think I should solve this problem ?

    Thanks for your insight...(any shared code is also welcome)

    Isaac

  • Embedding pure python(Cpython) on android

    13 août 2020, par KiYugadgeter

    I want to create movie download app for android for learn.
To make develop easily, I would like to use youtube-dl for downloader backend.

    


    So I want to embed Cpython runtime and ffmpeg (for convert movie format) to Android app.
Is it able to do with android NDK ?

    


    Note that I know more better ways are exist.(like use java-friend python runtime or downloader implement as online server)

    


    But I want to try to embed python and ffmpeg in app for learn.

    


    Can it with Android NDK ?