Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (85)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (6405)

  • avcocdec/mpegaudio_parser : add MP3 ADU headers parser

    13 février 2015, par Gilles Chanteperdrix
    avcocdec/mpegaudio_parser : add MP3 ADU headers parser
    

    Reviewed-by : Thomas Volkert <silvo@gmx.net>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/mpegaudio_parser.c
    • [DH] libavcodec/mpegaudiodecheader.c
    • [DH] libavcodec/version.h
  • Audio is shifted 50ms after combining it with video using ffmpeg / avconv

    10 janvier 2018, par LLL

    I have wav file in which sound starts exactly at 00:00:00 (checked with sonic-visualiser).
    I also have mp4 file without audio and when I combine them with :

    ffmpeg -i videoOnly.mp4 -i audio.wav -c:v copy -c:a aac -strict experimental out.mp4

    And then examine wav file generated from combined file :

    ffmpeg -i out.mp4 out.wav

    I see 50ms of silence before actual sound starts. The videoOnly.mp4 doesn’t have ’edts’ atom, so it’s not related to ’elst’ atom.

    The question is why audio is shifted and how to avoid that ?

  • ffmpeg-php module fails in linux

    26 juillet 2017, par Swati

    I’ve been trying this for a couple of days now. I am trying to install ffmpeg-php on my CentOS server.

    OS : CentOS 6
    PHP : 5.5
    ffmpeg : 1.2.1
    ffmpeg-php : 0.6.0
    The ffmpeg installation went on without a hitch and I am able to convert files back and forth via the CLI.

    While installing ffmpeg-php, I encountered errors while making (after configuring) due to time.h references which was corrected by renaming the files creating with an extension .loT to .lo (as rightly pointed out here)

    Once this was done, the make process went on smoothly and the make install went through without a hitch. However, after specifying the extension=ffmpeg.so in the php.ini file and after restarting Apache, the module doesn’t load or show up in phpinfo().

    The Apache error log shows only "PHP Warning : PHP Startup : Invalid library (maybe not a PHP library) ’ffmpeg.so’ in Unknown on line 0" and nothing else.

    make test also shows the same error and FAILS the associated tests. I’ve checked here which wasn’t very helpful. Also, I read somewhere that it may be the issue with permissions but the permissions for the ffmpeg.so file is 755.

    Any help is appreciated.

    Thanks in advance.