Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (34)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (4338)

  • ffmpeg command line for converting flv to mp3 using vbr @128

    6 mars 2016, par user1910852

    I have extensively searched google and red through the FFmpeg documentation was hoping some one with a bit more experience could help.

  • avcodec/videodsp_template : Fix overflow of addition

    15 juin 2019, par Michael Niedermayer
    avcodec/videodsp_template : Fix overflow of addition
    

    Fixes : addition of unsigned offset to 0x7f56fc26a9b6 overflowed to 0x7f56fc26a8be*
    Fixes : clusterfuzz-testcase-minimized-mediasource_MP4_AVC1_pipeline_integration_fuzzer-4917949056679936

    Reported-by : Matt Wolenetz <wolenetz@google.com>
    Reviewed-by : Matt Wolenetz <wolenetz@google.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/videodsp_template.c
  • How to create video from audio files using ffmpeg [duplicate]

    8 juillet 2020, par Prateek Singla

    I have around 8000 audio files ( 6 GB in total) mostly in either m4a or mp3 format. Is there a way to convert these audio files to video with filename appearing as a static poster image in video.&#xA;I was able to find drawtext filter in ffmpeg which might be helpful. But don't know how to write it out in one command so that I just pass in name of the audio file (mp3/m4a) and as output I get a video containing name of audio file as a display (with 256 by 144 pixel resolution).

    &#xA;

    So far I have been able to do this all by using ImageMagick convert commmand to first create static images and then combine using ffmpeg.

    &#xA;

    Since, there are many files I want this to be done programmatically using ffmpeg/python/javascript.&#xA;I want to do this to archive my audio recordings in Google Photos. Google photos accept unlimited storage for High Quality videos.

    &#xA;