Recherche avancée

Médias (91)

Autres articles (103)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • La gestion des forums

    3 novembre 2011, par

    Si les forums sont activés sur le site, les administrateurs ont la possibilité de les gérer depuis l’interface d’administration ou depuis l’article même dans le bloc de modification de l’article qui se trouve dans la navigation de la page.
    Accès à l’interface de modération des messages
    Lorsqu’il est identifié sur le site, l’administrateur peut procéder de deux manières pour gérer les forums.
    S’il souhaite modifier (modérer, déclarer comme SPAM un message) les forums d’un article particulier, il a à sa (...)

  • 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

Sur d’autres sites (9036)

  • codec_desc : fix some typos in long codec names

    20 juillet 2014, par Anton Khirnov
    codec_desc : fix some typos in long codec names
    

    The rv20 typo spotted by Hendrik Leppkes <h.leppkes@gmail.com>

    • [DBH] libavcodec/codec_desc.c
  • webm files created with ffmpeg are too long

    6 août 2022, par Azrael

    I have a folder of exactly 300 images in png format (labelled 1.png, 2.png, ..., 300.png), which I'm trying to convert to a video. I would like the video to be in the webm format, but there seems to be an issue :

    &#xA;

    using the following command :

    &#xA;

    ffmpeg -start_number 1 -i ./frames/%d.png -frames:v 300 -r 30 out.webm&#xA;

    &#xA;

    does generate an out.webm file, and, according to ffprobe -select_streams v -count_frames -show_entries stream=nb_read_frames,r_frame_rate out.webm (which is presumably quite an inefficient way to get that information, but that's besides the point), it does contain 300 frames and has a framerate of exactly 30/1, however, instead of the expected exactly 10 seconds (from 300 frames being played at 30 fps), the video lasts slightly longer (about 12 seconds).
    &#xA;This discrepancy does seem to scale up with video length ; 900 frames being converted to a video the same way and with the same frame rate yield a 36 (instead of 30) second video.

    &#xA;

    For testing, I also tried generating an mp4 file instead of a webm one, with the following command (exact same as above, but out.mp4 instead of out.webm), and that worked exactly as expected, out.mp4 was a 10-second long video.

    &#xA;

    ffmpeg -start_number 1 -i ./frames/%d.png -frames:v 100 -r 30 out.mp4&#xA;

    &#xA;

    How do I fix this ? is my ffmpeg command off or is this a bug within the tool ?

    &#xA;

  • doc/fftools-common-opts : document ffmpeg -h bsf=bitstream_filter_name

    8 juin 2019, par Jun Zhao
    doc/fftools-common-opts : document ffmpeg -h bsf=bitstream_filter_name
    

    document ffmpeg -h bsf=bitstream_filter_name

    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] doc/fftools-common-opts.texi