Recherche avancée

Médias (91)

Autres articles (82)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

Sur d’autres sites (12061)

  • avformat/mov : Check count sums in build_open_gop_key_points()

    28 juillet 2022, par Michael Niedermayer
    avformat/mov : Check count sums in build_open_gop_key_points()
    

    Fixes : ffmpeg.md
    Fixes : Out of array access
    Fixes : CVE-2022-2566

    Found-by : Andy Nguyen <theflow@google.com>
    Found-by : 3pvd <3pvd@google.com>
    Reviewed-by : Andy Nguyen <theflow@google.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mov.c
  • ffprobe : how do I get the time zone of creation date ?

    29 août 2022, par Paolo Benvenuto

    I have a video made with a canon camera (actually a PowerShow G5Xm2), I want to extract the creation date metadata, and I found that I can see it with :

    &#xA;

    $ ffprobe -i myfile.MP4 -show_entries stream_tags&#xA;[.....]&#xA;Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;myfile.MP4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : mp42&#xA;    minor_version   : 1&#xA;    compatible_brands: mp42avc1CAEP&#xA;    make            : &#xA;    make-eng        : &#xA;    model           : &#xA;    model-eng       : &#xA;    creation_time   : 2022-08-28T15:25:09.000000Z&#xA;  Duration: 00:00:53.96, start: 0.000000, bitrate: 29939 kb/s&#xA;  Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuvj420p(pc, bt709), 1920x1080, 29639 kb/s, 25 fps, 25 tbr, 25k tbn, 50k tbc (default)&#xA;    Metadata:&#xA;      creation_time   : 2022-08-28T15:25:09.000000Z&#xA;      vendor_id       : [0][0][0][0]&#xA;  Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 253 kb/s (default)&#xA;    Metadata:&#xA;      creation_time   : 2022-08-28T15:25:09.000000Z&#xA;      vendor_id       : [0][0][0][0]&#xA;[STREAM]&#xA;TAG:creation_time=2022-08-28T15:25:09.000000Z&#xA;TAG:language=eng&#xA;TAG:vendor_id=[0][0][0][0]&#xA;[/STREAM]&#xA;[STREAM]&#xA;TAG:creation_time=2022-08-28T15:25:09.000000Z&#xA;TAG:language=eng&#xA;TAG:vendor_id=[0][0][0][0]&#xA;[/STREAM]&#xA;

    &#xA;

    The creation date in in UTC, and it has the format "%Y-%m-%dT%H :%M :%S.%fZ". The camera has the info of the time zone, and actually it converted the local time to UTC time, so I suppose that the MP4 should hide somewhere the time zone info.

    &#xA;

    How do I see it ?

    &#xA;

  • FFmpeg no such filter 'tpad'

    29 août 2022, par Zeek Aran

    I have a simple gif. I am not in general familiar with FFmpeg commands so I assume it's just my syntax being wrong, but what I'm using is straight from an answer here so I thought it would work.

    &#xA;

    I'm trying to add a delay on the last frame of my gif.

    &#xA;

    ffmpeg -i out.gif -vf tpad=stop_mode=clone:stop_duration=2 out2.gif&#xA;

    &#xA;

    But I'm getting this when I try it :

    &#xA;

    ffmpeg version 3.4.11-0ubuntu0.1 Copyright (c) 2000-2022 the FFmpeg developers&#xA;  built with gcc 7 (Ubuntu 7.5.0-3ubuntu1~18.04)&#xA;  configuration: --prefix=/usr --extra-version=0ubuntu0.1 --toolchain=hardened -                                                                                      -libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enabl                                                                                      e-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls                                                                                       --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-lib                                                                                      caca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreet                                                                                      ype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --en                                                                                      able-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enabl                                                                                      e-libpulse --enable-librubberband --enable-librsvg --enable-libshine --enable-li                                                                                      bsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --                                                                                      enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enabl                                                                                      e-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --e                                                                                      nable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enabl                                                                                      e-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-f                                                                                      rei0r --enable-libopencv --enable-libx264 --enable-shared&#xA;  libavutil      55. 78.100 / 55. 78.100&#xA;  libavcodec     57.107.100 / 57.107.100&#xA;  libavformat    57. 83.100 / 57. 83.100&#xA;  libavdevice    57. 10.100 / 57. 10.100&#xA;  libavfilter     6.107.100 /  6.107.100&#xA;  libavresample   3.  7.  0 /  3.  7.  0&#xA;  libswscale      4.  8.100 /  4.  8.100&#xA;  libswresample   2.  9.100 /  2.  9.100&#xA;  libpostproc    54.  7.100 / 54.  7.100&#xA;Input #0, gif, from &#x27;out.gif&#x27;:&#xA;  Duration: N/A, bitrate: N/A&#xA;    Stream #0:0: Video: gif, bgra, 780x530, 6 fps, 15 tbr, 100 tbn, 100 tbc&#xA;Stream mapping:&#xA;  Stream #0:0 -> #0:0 (gif (native) -> gif (native))&#xA;Press [q] to stop, [?] for help&#xA;[AVFilterGraph @ 0x5609c471d520] No such filter: &#x27;tpad&#x27;&#xA;Error reinitializing filters!&#xA;Failed to inject frame into filter network: Invalid argument&#xA;Error while processing the decoded data for stream #0:0&#xA;Conversion failed!&#xA;

    &#xA;