Recherche avancée

Médias (91)

Autres articles (76)

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

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

  • avconv : make -shortest work with streamcopy

    10 juin 2014, par Anton Khirnov
    avconv : make -shortest work with streamcopy
    

    CC : libav-stable@libav.org

    • [DBH] avconv.c
  • FFMPEG Sample example does not work

    27 juin 2017, par Davood Falahati

    I have been struggling in getting ffmpeg sample to work. I had a tough time upgrading sample code according to the latest commits. I have uploaded my code here

    When I run this code, however, I get the following error :

    [libx264 @ 0xee2400] broken ffmpeg default settings detected
    [libx264 @ 0xee2400] use an encoding preset (e.g. -vpre medium)
    [libx264 @ 0xee2400] preset usage: -vpre <speed> -vpre <profile>
    [libx264 @ 0xee2400] speed presets are listed in x264 --help
    [libx264 @ 0xee2400] profile is optional; x264 defaults to high
    </profile></speed>

    And the av_codec_open2 function fails to open the video and find the proper codec. Here is the specifications of my video, if it helps :

    Output #0, mov, to '/home/dfalahati/Videos/melissa.MOV':
    Stream #0:0: Video: h264, yuv420p, 352x288, q=2-31, 400 kb/s, 25 tbc
    Stream #0:1: Audio: aac, 44100 Hz, 2 channels, 64 kb/s

    I used @gabi-davar answer here to make the code run, but there are some unfamiliar errors still with it. Is there any advice how to solve it ?

  • how ffmpeg work on server and which path give for ffmpeg in php ?

    6 août 2016, par sam

    In php and i was try to create video gallery and i am using mac and xxampp. I do not understand how ffmpeg work on server we have to give path for ffmpeg file for example.

    window user path in php file "$’ffmpeg = ’c :\ffmpeg".

    mac user path in php file ffmpeg = user\local\bin.

    something like that my question is how it work on server because what we have ffmpeg = than we it work correctly ?