Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (76)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (10937)

  • avformat/mov : Set fragment.found_tfhd only after TFHD has been parsed

    15 juin 2019, par Michael Niedermayer
    avformat/mov : Set fragment.found_tfhd only after TFHD has been parsed
    

    Fixes : Assertion failure
    Fixes : crbug971646.mp4

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

    • [DH] libavformat/mov.c
  • Is there any way to get the exact audio .wav from a .mp4 video ? (same length and same duration)

    25 novembre 2022, par yuan gan

    I extracted .wav files from many short mp4 videos. (3-6 seconds) But the extracted xxx.wav can not be aligned with .mp4 videos in Premiere. Some videos are 1 frame, and some 2 frames behind.

    &#xA;

    I used ffmpeg as the following command line :

    &#xA;

    ffmpeg -i xxx.mp4 xxx.wav

    &#xA;

    I tried -async or -vsync, but not worked. Here is an example :&#xA;1 frame shift

    &#xA;

    Here is the source mp4 and the extracted wav :&#xA;https://drive.google.com/drive/folders/1BFS0JLCPqA3YDMIahlorXTaRTFTJaPfU?usp=share_link

    &#xA;

    Do you know what caused the problem ? Is there any way to get the exact audio .wav from a .mp4 video ? (Aligned with frame level) Thank you very much.

    &#xA;

  • avcodec/flac_parser : Fix infinite loop

    30 avril 2018, par Michael Niedermayer
    avcodec/flac_parser : Fix infinite loop
    

    Fixes : crbug/827204

    Reported-by : Frank Liberato <liberato@google.com>
    Reviewed-by : Frank Liberato <liberato@google.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/flac_parser.c