Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (64)

  • 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

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (8681)

  • ffmpeg : fix order between field order autodetection and override

    19 juillet 2021, par Jan Ekström
    ffmpeg : fix order between field order autodetection and override
    

    Having the override before autodetection meant that the overridden
    value got overwritten by the autodetected result each time,
    effectively disabling the ability to utilize the `-top` option
    for override purposes.

    Somehow I missed this in fbb44bc51a647862eb05ae3f9d7d49a0be9bed57 ,
    even though the lines were within the context. Probably the code
    originally being after this logic had something to do with it,
    but previously it only touched the avformat context's codecpar,
    which did not affect the encoder codec context whatsoever.

    Fixes #9320
    Fixes #9339

    • [DH] fftools/ffmpeg.c
  • Set "start" field to 0 in mp3 with ffmpeg

    11 juin 2020, par TomatoCo

    I'm trying to change the bitrate and sample rate of an MP3 to match another to try and stop a small audio glitch from occurring when some game tries to play it. I've got the sample rate and bitrate right where I want them, but I can't get the "start" portion of

    



      Duration: 00:03:33.81, start: 0.025057, bitrate: 196 kb/s
    Stream #0:0: Audio: mp3, 44100 Hz, stereo, fltp, 196 kb/s


    



    to go to 0, like the mp3 I'm trying to replace. The target looks like :

    



      Duration: 00:06:47.59, start: 0.000000, bitrate: 196 kb/s
    Stream #0:0: Audio: mp3, 44100 Hz, stereo, fltp, 196 kb/s


    



    I've tried a variety of silenceremove filters and -ss flags to try and trim it, but I can't get rid of that "start" field. Google is failing me. What args am I looking for ?

    


  • MAINTAINERS : Add B field based on the linux kernel MAINTAINERs

    14 août 2024, par Michael Niedermayer
    MAINTAINERS : Add B field based on the linux kernel MAINTAINERs
    

    Text was stolen from the linux kernel
    This is thus identical to the kernel just a different more compact format.
    I am very happy also to switch the file entirely to the format of the linux kernel maintainer list
    if people prefer

    This allows specifying a bug tracker. It would allow a maintainer to
    use gitlab, github, or something else to keep track of bugs

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] MAINTAINERS