Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (69)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

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

  • avformat/movenc : support writing iTunes cover image

    14 avril 2018, par Timo Teräs
    avformat/movenc : support writing iTunes cover image
    

    Fixes https://trac.ffmpeg.org/ticket/2798

    This makes movenc handle AV_DISPOSITION_ATTACHED_PIC and write
    the associated pictures in iTunes cover atom. This corresponds
    to how 'mov' demuxer parses and exposes the cover images when
    reading.

    Most of the existing track handling loops properly ignore
    these 'virtual streams' as MOVTrack->entry is never incremented
    for them. However, additional tests are added as needed to ignore
    them.

    Tested to produce valid output with :
    ffmpeg -i movie.mp4 -i thumb.jpg -disposition:v:1 attached_pic \
    -map 0 -map 1 -c copy movie-with-cover.mp4

    The cover image is also copied correctly with :
    ffmpeg -i movie-with-cover.mp4 -map 0 -c copy out.mp4

    AtomicParseley says that the attached_pic stream is properly
    not visible in the main tracks of the file.

    Signed-off-by : Timo Teräs <timo.teras@iki.fi>

    • [DH] libavformat/movenc.c
    • [DH] libavformat/movenc.h
  • avformat/mov : parse multiple iTunes cover images

    29 mars 2018, par Timo Teräs
    avformat/mov : parse multiple iTunes cover images
    

    Multiple cover images are supported by having multiple data atoms
    inside the covr atom. AtomicParsley and mutagen amongst others
    support and document this construct.

    Signed-off-by : Timo Teräs <timo.teras@iki.fi>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mov.c
  • How to add cover to opus audio file with ffmpeg or another command line tool

    7 décembre 2017, par Ilario Engler

    I searched nearly a whole day but found nothing to add a cover to an opus audio file.

    I tried with kid3-cli and the following command.

    kid3-cli -c 'set picture:"/home/pic.jpg" "desc"' "/path/to/*.opus"'

    It just works when adding only a cover, if I add some other metatags like so

    kid3-cli -c 'set album "ALBUM"'

    then a random cover appears and I don’t know where it come from. I can delete it but not add my own cover like in the above command. That random cover appears only in VLC latest version.

    Somebody has a solution to add metatags and covers to opus, vorbis, aac, mp3, etc.

    I installed foobar2000 and with the same command as above and vorbis audio data it’s possible to attach a picture. In the GUI of foobar2000 under "Manage attached picture" I see the picture I attached.

    But for opus still doesn’t work.

    Thank you for your help !