Recherche avancée

Médias (1)

Mot : - Tags -/livre électronique

Autres articles (111)

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

  • How to change resolution of a video.mp4 file stored on the AWS S3 ?

    10 octobre 2018, par Aman

    I’m using AWS S3 to store my video and audio files. Before I upload any video file, I convert the video file into different resolutions from my laptop using ffmpeg and then I upload those files onto my AWS S3 account. I want to know if its possible to convert the video file stored on my AWS S3 to different resolutions. As in the conversion to happen on the AWS.

    I’m using ffmpeg command in CMD : ffmpeg -i video.mp4 -s 256x144 -c:a copy video_144p.mp4

  • avfilter/vf_vif : Remove superfluous ' ;'

    19 février 2021, par Andreas Rheinhardt
    avfilter/vf_vif : Remove superfluous ' ;'
    

    Inside a function a superfluous ' ;' is just a null-statement ; yet
    outside it is invalid, even though compilers happen to accept them.
    They (at least GCC and Clang) only warn about this when on -pedantic.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavfilter/vf_vif.c
  • Sinch Video calling not working with ffmpeg video cropping

    29 mars 2016, par Mubina Shaikh

    My project having ffmpeg video cropping libs,I have added the sinch files under src/main/jniLibs,what happen is project runs successfully but when initiate the video call of sinch blank white color screen appears.Also try to add this code in .mk files of video cropping libs as there is no .mk file is there for sinch,but it still not working.

    The code added in .mk files to load the sinch lib module.

    include $(CLEAR_VARS)

    LOCAL_MODULE := libsinch-android-rtc

    LOCAL_STATIC_LIBRARIES := sinch-android-rtc-3.9.3

    LOCAL_LDLIBS := -llog

    include $(BUILD_SHARED_LIBRARY)