Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (33)

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • 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

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

  • 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
  • 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;

  • 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