Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (74)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Les images

    15 mai 2013

Sur d’autres sites (8135)

  • add an image as water mark for video with opacity size adjustment and opacity

    11 janvier 2021, par Education 4Fun

    I'm trying to add watermark for video but as any video editor I also want options of all opacity size and position I found for both opacity and position the below command does it but I missing with scaling the image

    


    ffmpeg -i test.mp4 -i test1.png -filter_complex "[1]format=rgba,colorchannelmixer=aa=0.25[logo];[0][logo]overlay=50:50" -c:a copy output.mp4


    


  • Mark some pointers as const

    27 décembre 2020, par Andreas Rheinhardt
    Mark some pointers as const
    

    Reviewed-by : Lynne <dev@lynne.ee>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] fftools/ffmpeg_opt.c
    • [DH] libavcodec/aacenctab.c
    • [DH] libavcodec/aacenctab.h
    • [DH] libavcodec/av1dec.c
    • [DH] libavcodec/cbs.c
    • [DH] libavcodec/h2645_parse.c
    • [DH] libavcodec/h264dec.c
    • [DH] libavcodec/hevcdec.c
    • [DH] libavcodec/mjpegdec.c
    • [DH] libavcodec/mpeg12dec.c
    • [DH] libavcodec/mpeg4videodec.c
    • [DH] libavcodec/opustab.c
    • [DH] libavcodec/opustab.h
    • [DH] libavcodec/vc1dec.c
    • [DH] libavcodec/vp8.c
    • [DH] libavcodec/vp9.c
    • [DH] libavfilter/af_afftfilt.c
    • [DH] libavfilter/af_aiir.c
    • [DH] libavfilter/dnn/dnn_backend_native_layers.c
    • [DH] libavfilter/dnn/dnn_backend_native_layers.h
    • [DH] libavfilter/vf_geq.c
    • [DH] libavfilter/vf_qp.c
    • [DH] libavfilter/vf_selectivecolor.c
    • [DH] libavfilter/vf_tonemap_opencl.c
    • [DH] libavformat/utils.c
    • [DH] libavutil/spherical.c
  • avcodec/opusdec : Mark decoder as init-threadsafe

    28 décembre 2020, par Andreas Rheinhardt
    avcodec/opusdec : Mark decoder as init-threadsafe
    

    Reviewed-by : Lynne <dev@lynne.ee>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/opusdec.c