Recherche avancée

Médias (1)

Mot : - Tags -/portrait

Autres articles (90)

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (11438)

  • smacker : Check that the data size is a multiple of a sample vector

    15 novembre 2015, par Michael Niedermayer
    smacker : Check that the data size is a multiple of a sample vector
    

    Fixes out of array access
    Fixes : ce19e41f0ef1e52a23edc488faecdb58/asan_heap-oob_2504e97_4202_ffa0df1baed14022b9bfd4f8ac23d0cb.smk

    Bug-Id : CVE-2015-8365
    CC : libav-stable@libav.org

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>
    (cherry picked from commit 4a9af07a49295e014b059c1ab624c40345af5892)
    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DBH] libavcodec/smacker.c
  • ffmpeg - "Could not find the codec parameters" (Live Stream)

    8 mai 2017, par Gagandeep Singh

    I am trying to record a live HTTP stream using the following command :

    ffmpeg -analyzeduration 2147483647 -probesize 2147483647  -i "http://mumsite.cdnsrv.jio.com/jioplay.catchup.cdn.jio.com/recordings/H8_S480_H264_MP/2556/1493919000.mp4/init/LIVEPROGRAM_CHANNEL_2556_START_1493919000_END_1493922600?uid=guest_uid&amp;recid=SCHEDULED-A00B00C00D00E00F-_-_-2556_48168092&amp;shard=shard_a&amp;sid=77179867662431494241905&amp;i=2&amp;nwk=WIFI&amp;pk=1&amp;CurrentNetworkType=WIFI&amp;CurrentNetworkType=WIFI" -c copy -absf aac_adtstoasc testing.ts

    Below is a screenshot of the ff-prompt console :

    http://i64.tinypic.com/331d55w.jpg

    It looks like the URL is correct but no data is being saved in the file and these warning messages are shown :

    multiple fourcc not supported

    Could not find codec parameters for stream 1 (Video : none (encv /
    0x76636E65), none, 576x432) : unknown codec

    How do I determine which codec would handle that stream or is the reason something else ?

  • Revert "avcodec/bsf : Forbid packet without payload in av_bsf_send_packet"

    23 avril 2017, par James Almer
    Revert "avcodec/bsf : Forbid packet without payload in av_bsf_send_packet"
    

    This reverts commit bfdca87ab55c7f69087d962dc47aa45c8c6436fb.

    Packets with no data or side data will be valid EOF signal in an
    upcoming merge.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/bsf.c