Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (56)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (6729)

  • avfilter : add remap opencl filter

    29 juin 2022, par Paul B Mahol
    avfilter : add remap opencl filter
    
    • [DH] Changelog
    • [DH] configure
    • [DH] doc/filters.texi
    • [DH] libavfilter/Makefile
    • [DH] libavfilter/allfilters.c
    • [DH] libavfilter/opencl/remap.cl
    • [DH] libavfilter/opencl_source.h
    • [DH] libavfilter/version.h
    • [DH] libavfilter/vf_remap_opencl.c
    • [DH] libavutil/hwcontext_opencl.c
  • FFmpeg is not using all frames for video output

    13 juillet 2022, par christian

    I am trying to use FFmpeg to make 1457 frames into a video, and it's not working.

    


    I am using this command :

    


    ffmpeg -i "frame%6d.png" -framerate 24 -c:v libx265 -preset slow -crf 17 -vf "scale=4096x4096" -pix_fmt yuv420p -an -movflags faststart -r 24 "video.mp4"


    


    The problem is that it stops collecting frames after 1399, and I have no idea why. I have tried changing to fps=24 instead of -r 24 for the output but that didn't work. I have also tried adding one more frame at the end of the image sequence and then the command stopped after frame 1400. I also tried changing the name of the last frame to a bigger number but then the command stopped at frame 1399 again. Why is this happening ?

    


  • avcodec/qsv : Make ff_qsv_map_error() static

    6 septembre 2021, par Andreas Rheinhardt
    avcodec/qsv : Make ff_qsv_map_error() static
    

    It is only an auxiliary function to ff_qsv_print_(error|warning)().

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

    • [DH] libavcodec/qsv.c
    • [DH] libavcodec/qsv_internal.h