Recherche avancée

Médias (91)

Autres articles (73)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

Sur d’autres sites (10051)

  • MOOV atom not found - is there a way how to extract the audio from corrupted mp4 ?

    25 janvier 2021, par JZK

    I'm trying to recover mp4 video file. Having a video would be nice, having an audio is crucial.
I've recorded the fottage with LG v30 which has some kind of HQ audio, therefore normal recovery software is unable to recover it (video was recovered with ease).

    


    That's why I want to try different approach - separate audio from video already from an corrupted file.

    


    but, I'm hitting the "MOOV atom not found" problem, using FFmpeg command

    


    ffmpeg -i sample.avi -q:a 0 -map a sample.mp3


    


    Please help me. Thank you

    


  • avformat/mov : Correct opus-in-mp4 pre-skip to be uint16_t versus int16_t.

    22 août 2018, par Dale Curtis
    avformat/mov : Correct opus-in-mp4 pre-skip to be uint16_t versus int16_t.
    

    This field is a uint16_t, see docs :
    http://opus-codec.org/docs/opus_in_isobmff.html#4.3.2

    Signed-off-by : Dale Curtis <dalecurtis@chromium.org>
    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mov.c
  • FFMPEG run time error

    17 mai 2014, par saif

    I added FFMPEG to the references and the build is succeeded but when i run this error is appear

    Could not load file or assembly ’AForge.Video.FFMPEG.dll’ or one of
    its dependencies. The specified module could not be found.

    Looked at the Aforge page
    http://www.aforgenet.com/framework/docs/html/4ee1742c-44d3-b250-d6aa-90cd2d606611.htm and Find this..

    Make sure you have FFmpeg binaries (DLLs) in the output folder of your
    application in order to use this class successfully. FFmpeg binaries
    can be found in Externals folder provided with AForge.NET framework’s
    distribution.

    But I did not understand the meaning of it and how can I do that whether it is the reason of error