Recherche avancée

Médias (0)

Mot : - Tags -/gis

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

Autres articles (87)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (10733)

  • FFmpeg fail to convert from .wav to .sbc and than back to .wav

    4 janvier 2021, par Oz Shalev

    I try to use ffmpeg to convert .wav file to .sbc file and than back to .wav file on windows.
I use the following commands.

    


      

    1. ffmpeg -i .wav -acodec sbc .sbc
The command succeed and .sbc created.
    2. 


    


    Now i try to convert it back to .wav file and no error generate and the .wav not created.

    


      

    1. ffmpeg -i .sbc-acodec wav .wav
    2. 


    


    Any help here ?

    


    Thanks Oz

    


  • Why does ffmpeg4android fail on Galaxy S6 ?

    26 novembre 2015, par Andrei

    I have created an app that uses the ffmpeg4android library found here :
    http://androidwarzone.blogspot.co.il/2011/12/ffmpeg4android.html

    I succesfully managed to encode & crop video using the following command :
    "ffmpeg -y -i [input_video_path] -preset ultrafast -strict -2 -vf crop=480:480 :[startX]:0 -r 25 -ab 48000 -ac 2 -ar 22050 -b 2097k [outputPath]"

    This command works on several devices : motorola G (api 22), galaxy s4 being some of them.

    Yet, on galaxy S6 it crashes when executing the command.
    In the ffmpeg log, it says that it does not recognize the preset option. Can anyone help me understand why and what is the proper fix ?

  • avcodec/msmpeg4enc : Don't use code for static init that can fail

    10 décembre 2020, par Andreas Rheinhardt
    avcodec/msmpeg4enc : Don't use code for static init that can fail
    

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

    • [DH] libavcodec/mpegvideo_enc.c
    • [DH] libavcodec/msmpeg4.h
    • [DH] libavcodec/msmpeg4enc.c