Recherche avancée

Médias (91)

Autres articles (97)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • 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

Sur d’autres sites (4721)

  • avformat/mxfdec : Check size for shrinking

    11 juillet 2021, par Michael Niedermayer
    avformat/mxfdec : Check size for shrinking
    

    av_shrink_packet() takes int size, so size must fit in int
    Fixes : out of array access
    Fixes : 35607/clusterfuzz-testcase-minimized-ffmpeg_dem_MXF_fuzzer-4875541323841536

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

    • [DH] libavformat/mxfdec.c
  • decreasing video resolution using ffmpeg increases file size

    11 octobre 2024, par user270700

    I try to decrease video resolution using ffmpeg by,

    &#xA;&#xA;

    ffmpeg -y -hide_banner -loglevel panic -i "input.mp4" -vf "scale=-1:256" -q:v 1 -c:a copy -threads 1 "output.mp4"&#xA;

    &#xA;&#xA;

    But the video file size is increased. &#xA;The original height is larger than 256.&#xA;Why the file size is increased though the resolution is decreased ?

    &#xA;

  • avformat/riffenc : correct calculation for extradata size

    25 juillet 2020, par Gyan Doshi
    avformat/riffenc : correct calculation for extradata size
    

    In 1ec2b3de5a, the extradata size was affected when the raster was
    signaled as flipped due to user-set option rather than via extradata.
    This resulted in a wrong header size being written. Fixed.

    • [DH] libavformat/riffenc.c