Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (99)

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

  • Les sons

    15 mai 2013, par
  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (16102)

  • ffmpeg : drop old non monotone dts workaround.

    3 mai 2013, par Michael Niedermayer
    ffmpeg : drop old non monotone dts workaround.
    

    All bugs should now be fixed in the new so the old can be droped.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] ffmpeg.c
  • Android, AOSP tree, external project (ffmpeg) is built for AMD64

    22 avril 2015, par kagali-san

    I’m trying to build ffmpeg4android on current AOSP tree (from /external), which is lunch-configured to aosp_arm-eng and set to PLATFORM_VERSION=4.2.

    Resulting files are generated for AMD64 (host native) architecture, even though the major rest of tree is built (as expected) ARM :

    readelf -a android/aosp_arm-eng/ffplay|egrep "Class :|Machine :"
    Class : ELF64 Machine :
    Advanced Micro Devices X86-64

    versus

    readelf -a
    aosp/out/target/product/generic/symbols/system/lib/libril.so | egrep "Class :|Machine :"

    Class : ELF32
    Machine : ARM


    I will probably switch to other ways of getting ffmpeg-arm (presumably the one described here) ; the reason of asking this question is to understand, at which build stage does cross-compilation environment breaks.

  • I am working on Ionic project Compressing and watermarking video in ionic app before uploading it to server

    23 janvier 2020, par kartik bansal

    I have a large video file in ionic app which need to be compressed and watermarked before uploading, one of the solution i think is ffmpeg how can i use it ? Can someone refer any article Thanks