Recherche avancée

Médias (91)

Autres articles (82)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (6881)

  • rtmpcrypt : Do the xtea decryption in little endian mode

    11 novembre 2015, par Martin Storsjö
    rtmpcrypt : Do the xtea decryption in little endian mode
    

    The XTEA algorithm operates on 32 bit numbers, not on byte sequences.
    The XTEA implementation in libavutil is written assuming big endian
    numbers, while the rtmpe signature encryption assumes little endian.

    This fixes rtmpe communication with rtmpe servers that use signature
    type 8 (XTEA), e.g. crunchyroll.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/rtmpcrypt.c
  • avutil/common : add av_rint64_clip

    1er novembre 2015, par Ganesh Ajjanagadde
    avutil/common : add av_rint64_clip
    

    The rationale for this function is reflected in the documentation for
    it, and is copied here :

    Clip a double value into the long long amin-amax range.
    This function is needed because conversion of floating point to integers when
    it does not fit in the integer’s representation does not necessarily saturate
    correctly (usually converted to a cvttsd2si on x86) which saturates numbers
    > INT64_MAX to INT64_MIN. The standard marks such conversions as undefined
    behavior, allowing this sort of mathematically bogus conversions. This provides
    a safe alternative that is slower obviously but assures safety and better
    mathematical behavior.
    API :
    @param a value to clip
    @param amin minimum value of the clip range
    @param amax maximum value of the clip range
    @return clipped value

    Note that a priori if one can guarantee from the calling side that the
    double is in range, it is safe to simply do an explicit/implicit cast,
    and that will be far faster. However, otherwise this function should be
    used.

    avutil minor version is bumped.

    Reviewed-by : Ronald S. Bultje <rsbultje@gmail.com>
    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] libavutil/common.h
    • [DH] libavutil/version.h
  • FFMPEG hwaccel convert WEBM to MP4 video failed : could not find codec parameters

    1er juillet 2020, par Yen Nguyen

    I use FFMPEG to convert webm videos into mp4 format using a Nvidia GPU GeoForce GTX 1660 card on Windows 10. It has worked perfectly since the beginning for few months but now it's stopped working with strange error as below :

    &#xA;&#xA;

    [h264 @ 0000013d8b5eee00] missing picture in access unit with size 431&#xA;[extract_extradata @ 0000013d8b6aef40] No start code is found.&#xA;big-buck-bunny-trailer.webm: could not find codec parameters&#xA;

    &#xA;&#xA;

    FFMPEG version and Nvidia driver version are the same as before it just crashed overnight without a clue. I tried Googling around and did update to the latest ffmpeg version as well Nvidia driver version but it still doesn't help.&#xA;If I switch to CPU decoder (without hwaccel arg) using libx264 it just works fine.

    &#xA;&#xA;

    Environment Windows 10 64bit | ffmpeg version git-2020-04-15-51db0a4 (latest) | Nvidia GeForce GTX 1660, &#xA; - Geoforce Game Ready Driver version:445.87 Release Date Apr 15, 2020

    &#xA;&#xA;

     ffmpeg -y -vsync 0 -hwaccel cuvid -c:v h264_cuvid -i big-buck-bunny-trailer.webm -c:v h264_nvenc output.mp4&#xA;&#xA;ffmpeg version git-2020-04-15-51db0a4 Copyright (c) 2000-2020 the FFmpeg developers&#xA;  built with gcc 9.3.1 (GCC) 20200328&#xA;  configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libsrt --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --disable-w32threads --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt --enable-amf&#xA;  libavutil      56. 42.102 / 56. 42.102&#xA;  libavcodec     58. 78.102 / 58. 78.102&#xA;  libavformat    58. 42.100 / 58. 42.100&#xA;  libavdevice    58.  9.103 / 58.  9.103&#xA;  libavfilter     7. 77.101 /  7. 77.101&#xA;  libswscale      5.  6.101 /  5.  6.101&#xA;  libswresample   3.  6.100 /  3.  6.100&#xA;  libpostproc    55.  6.100 / 55.  6.100&#xA;[h264 @ 0000013d8b5eee00] missing picture in access unit with size 431&#xA;[extract_extradata @ 0000013d8b6aef40] No start code is found.&#xA;big-buck-bunny-trailer.webm: could not find codec parameters&#xA;WARNING: defaulting hwaccel_output_format to cuda for compatibility with old commandlines. This behaviour is DEPRECATED and will be removed in the future. Please explicitly set "-hwaccel_output_format cuda".&#xA;Guessed Channel Layout for Input Stream #0.1 : mono&#xA;Input #0, matroska,webm, from &#x27;big-buck-bunny-trailer.webm&#x27;:&#xA;  Metadata:&#xA;    encoder         : http://sourceforge.net/projects/yamka&#xA;    creation_time   : 2010-05-20T08:21:12.000000Z&#xA;  Duration: 00:00:32.48, bitrate: N/A&#xA;    Stream #0:0(eng): Video: h264, none, 640x360, SAR 1:1 DAR 16:9, 25 fps, 25 tbr, 1k tbn (default)&#xA;    Stream #0:1(eng): Audio: vorbis, 44100 Hz, mono (default)&#xA;Stream mapping:&#xA;  Stream #0:0 -> #0:0 (h264 (h264_cuvid) -> h264 (h264_nvenc))&#xA;  Stream #0:1 -> #0:1 (vorbis (native) -> aac (native))&#xA;Press [q] to stop, [?] for help&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 66&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 1339&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 1415&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 1908&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2123&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2504&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2294&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2684&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2468&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2622&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2867&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2737&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 3017&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2556&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 7811&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 1880&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 1722&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2309&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 1215&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2080&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 1775&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2247&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 1782&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 1945&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 1529&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 1807&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2015&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 1568&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2159&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 1861&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2397&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 1627&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2364&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 1821&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2282&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2068&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 1699&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2129&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2268&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2197&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 1981&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2169&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2888&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 1600&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2958&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 1518&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2738&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2319&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2421&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2841&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 1949&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2422&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2288&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2559&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2332&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2403&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2257&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2573&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2320&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2231&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2408&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2415&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2194&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2697&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2480&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2256&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2245&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2519&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2203&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2332&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2341&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2439&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2201&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2882&#xA;[NULL @ 0000013d8b5eee00] missing picture in access unit with size 2467&#xA;Too many packets buffered for output stream 0:1.&#xA;[aac @ 0000013d8b6bf5c0] Qavg: 115.929&#xA;[aac @ 0000013d8b6bf5c0] 2 frames left in the queue on closing&#xA;Conversion failed!&#xA;

    &#xA;&#xA;

    Does anyone know how to fix it, i am getting stuck for few days ?&#xA;Much appreciated !

    &#xA;