Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (89)

  • Les images

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

Sur d’autres sites (10645)

  • avcodec/cavsdsp : Fix undefined left shifts of negative numbers

    28 septembre 2019, par Andreas Rheinhardt
    avcodec/cavsdsp : Fix undefined left shifts of negative numbers
    

    Affected the ffmpeg-filter_colorkey FATE-test (but only if the C version
    of idct8_add is used and not e.g. the x86 SSE2 version).

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    Fixes : left shift of negative value -107
    Fixes : 20398/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CAVS_fuzzer-5725389278412800

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

    • [DH] libavcodec/cavsdsp.c
  • DISABLE post processing(ffmpeg) in youtube-dl(2020.01.24)

    1er février 2020, par user3515562

    I want to disbale post process in youtube-dl(2020.01.24).
    My batch file contains

    set /p ytlink=Enter the link of Youtube Video:-    
    youtube-dl -x -o D:\%%(title)s.%%(ext)s %ytlink%  
    pause  

    The youtube-dl first downloads webm file or any other file than use post process ffmpeg.exe to convert it.
    I want to disable post process.Their must be no post process happening after youtube-dl download.

    - x is the option to only download audio file of the YouTube video in webm format .There is no post processing involved.But youtube-dl by default tries to convert the webm file to some other format, which is post processing.Post processing of audio file by default is one that i want to disable
    OS=Windows 10

  • avcodec/j2kenc : Fix undefined shifts of negative numbers

    21 janvier 2020, par Andreas Rheinhardt
    avcodec/j2kenc : Fix undefined shifts of negative numbers
    

    Also add parentheses to some lines to make the operator precedence
    clearer.

    This affected the FATE-tests vsynth*-jpeg2000 and vsynth*-jpeg2000-97
    (where * ranges over 1, 2, 3, _lena ) as well as ticket #7983.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/j2kenc.c