Recherche avancée

Médias (91)

Autres articles (110)

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

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (9623)

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

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

  • 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