Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (105)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

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

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (7731)

  • ffmpeg.c : rename 'area' to 'score'

    13 octobre 2020, par Anton Khirnov
    ffmpeg.c : rename 'area' to 'score'
    

    Other factors besides area are used to pick the best video stream, so
    the name 'area' is misleading.

    • [DH] fftools/ffmpeg_opt.c
  • lavf/mxfdec : Limit score for files with run-in.

    24 août 2020, par Carl Eugen Hoyos
    lavf/mxfdec : Limit score for files with run-in.
    

    Only return AVPROBE_SCORE_MAX if the header partition pack key
    is at the start of the file.
    Fixes ticket #8846.

    Reviewed-by : Tomas Härdin

    • [DH] libavformat/mxfdec.c
  • how to sync frames while calculating vmaf score using ffmpeg

    7 juillet 2020, par Tarun

    I have one source video and encoder version of that source. Now I need to find vmaf score. However I read that to ensure right vmaf score, it is important that both source and encoded videos are in frame sync. Can you please advise how can i do that using filters on decoded streams in ffmpeg. I

    


    I have command like below

    


    ffmpeg2 -i 11sec_encoded_720p_200k.mp4 -i 11sec_original_1080p.mxf -filter_complex "[0:v]scale=1920x1080:flags=bicubic[main]; [main][1:v]libvmaf=model_path=vmaf_v0.6.1.pkl:psnr=1:ssim=1:ms_ssim=1:log_fmt=json:log_path=720p_200k.json" -report -f null -