Recherche avancée

Médias (0)

Mot : - Tags -/api

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (106)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (13726)

  • 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;