Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (94)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

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

  • avformat/wtvdec : Check len in parse_chunks() to avoid overflow

    8 février 2021, par Michael Niedermayer
    avformat/wtvdec : Check len in parse_chunks() to avoid overflow
    

    Fixes : signed integer overflow : 2147483647 + 7 cannot be represented in type 'int'
    Fixes : 30084/clusterfuzz-testcase-minimized-ffmpeg_dem_WTV_fuzzer-6192261941559296

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Reviewed-by : Peter Ross <pross@xvid.org>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/wtvdec.c
  • "Transcode" copying video/audio codec

    22 septembre 2012, par JunCTionS

    I took some very shaky video, and went online to try and find how to stabilize it. I came upon this nice blog that uses transcode for it.
    Following the blog instructions it worked very nice, but the end result had a lot of compression artifacts. This I imagine is mostly due to using xvid as a new codec.

    My intention is reuse the codec the camera originally used which is H.264/AVC but I haven't found a way of doing so (ran into various dead ends using either encoder -y mov... or -y ffpmeg.

    In particular when using -y ffmpeg -F "-vcodec copy -acodec copy" it prints out :

    [export_ffmpeg.so] warning: Video template standard must be one of pal/ntsc

    but running

    ffmpeg -i input.mov -vcodec copy -acodec copy output.mov

    Presents no problem.

    Any idea on how to do this ? or an alternative to stabilize video on linux ?.

  • avcodec/binkaudio : Check sample rate

    11 octobre 2019, par Michael Niedermayer
    avcodec/binkaudio : Check sample rate
    

    Fixes : signed integer overflow : 1092624416 * 2 cannot be represented in type 'int'
    Fixes : 18045/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_BINKAUDIO_RDFT_fuzzer-5718519492116480

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Reviewed-by : Peter Ross <pross@xvid.org>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/binkaudio.c