Recherche avancée

Médias (91)

Autres articles (83)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (6870)

  • vp8 : fix PPC assembly to work if src_stride != dst_stride

    5 février 2014, par Ronald S. Bultje
    vp8 : fix PPC assembly to work if src_stride != dst_stride
    

    Signed-off-by : Anton Khirnov <anton@khirnov.net>
    Signed-off-by : Janne Grunau <janne-libav@jannau.net>

    • [DBH] libavcodec/ppc/vp8dsp_altivec.c
  • 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 ?