Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (59)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

Sur d’autres sites (4364)

  • avformat/cafdec : Check that bytes_per_packet and frames_per_packet are non negative

    22 octobre 2020, par Michael Niedermayer
    avformat/cafdec : Check that bytes_per_packet and frames_per_packet are non negative
    

    These fields are not signed in the spec (1.0) so they cannot be negative
    Changing bytes_per_packet to unsigned would not solve this as it is exported
    as block_align which is signed

    Fixes : Infinite loop
    Fixes : 26492/clusterfuzz-testcase-minimized-ffmpeg_dem_CAF_fuzzer-5632087614554112

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/cafdec.c
  • FFmpeg concat demuxer negative start time

    6 février 2021, par modfun

    Problem

    &#xA;

    When using FFmpeg concat demuxer with the -c:v copy option, the initial start time is negative, introducing a black frame for around 0.02 seconds. The video then plays with no other problems. Another question was asked here without any answers.

    &#xA;

    The black frame appears in Quicktime but not VLC.

    &#xA;

    Input

    &#xA;

    The command below shows the start time is at -0.023220, not 0.0

    &#xA;

    ffmpeg -f concat -safe 0 -i moments.txt -c:v copy combined.mp4&#xA;ffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers&#xA;  built with Apple clang version 12.0.0 (clang-1200.0.32.28)&#xA;  configuration: --prefix=/usr/local/Cellar/ffmpeg/4.3.1_9 --enable-shared --enable-pthreads --enable-version3 --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-ffplay --enable-gnutls --enable-gpl --enable-libaom --enable-libbluray --enable-libdav1d --enable-libmp3lame --enable-libopus --enable-librav1e --enable-librubberband --enable-libsnappy --enable-libsrt --enable-libtesseract --enable-libtheora --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libxvid --enable-lzma --enable-libfontconfig --enable-libfreetype --enable-frei0r --enable-libass --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librtmp --enable-libspeex --enable-libsoxr --enable-videotoolbox --enable-libzmq --enable-libzimg --disable-libjack --disable-indev=jack&#xA;  libavutil      56. 51.100 / 56. 51.100&#xA;  libavcodec     58. 91.100 / 58. 91.100&#xA;  libavformat    58. 45.100 / 58. 45.100&#xA;  libavdevice    58. 10.100 / 58. 10.100&#xA;  libavfilter     7. 85.100 /  7. 85.100&#xA;  libavresample   4.  0.  0 /  4.  0.  0&#xA;  libswscale      5.  7.100 /  5.  7.100&#xA;  libswresample   3.  7.100 /  3.  7.100&#xA;  libpostproc    55.  7.100 / 55.  7.100&#xA;Input #0, concat, from &#x27;moments.txt&#x27;:&#xA;  Duration: N/A, start: -0.023220, bitrate: 1067 kb/s&#xA;    Stream #0:0(und): Video: hevc (Main) (hvc1 / 0x31637668), yuv420p(tv, progressive), 720x1280, 836 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 29.97 tbc&#xA;    Metadata:&#xA;      handler_name    : Core Media Video&#xA;    Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 230 kb/s&#xA;    Metadata:&#xA;      handler_name    : Core Media Audio&#xA;Stream mapping:&#xA;  Stream #0:0 -> #0:0 (copy)&#xA;  Stream #0:1 -> #0:1 (aac (native) -> aac (native))&#xA;Press [q] to stop, [?] for help&#xA;Output #0, mp4, to &#x27;combined.mp4&#x27;:&#xA;  Metadata:&#xA;    encoder         : Lavf58.45.100&#xA;    Stream #0:0(und): Video: hevc (Main) (hvc1 / 0x31637668), yuv420p(tv, progressive), 720x1280, q=2-31, 836 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 30k tbc&#xA;    Metadata:&#xA;      handler_name    : Core Media Video&#xA;    Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s&#xA;    Metadata:&#xA;      handler_name    : Core Media Audio&#xA;      encoder         : Lavc58.91.100 aac&#xA;frame=  318 fps=0.0 q=-1.0 Lsize=    2208kB time=00:00:10.70 bitrate=1689.9kbits/s speed=72.1x&#xA;video:2026kB audio:168kB subtitle:0kB other streams:0kB global headers:2kB muxing overhead: 0.673558%&#xA;[aac @ 0x7fd530866a00] Qavg: 472.463&#xA;&#xA;

    &#xA;

    Observations

    &#xA;

    The negative start time does not occur if I encode the video rather than copy it but encoding takes significantly more time.

    &#xA;

    Thanks for the help !

    &#xA;

  • avcodec/fits : Check gcount and pcount being non negative

    2 février 2021, par Michael Niedermayer
    avcodec/fits : Check gcount and pcount being non negative
    

    Fixes : signed integer overflow : 9223372036854775807 - -30069403896 cannot be represented in type 'long'
    Fixes : 30046/clusterfuzz-testcase-minimized-ffmpeg_dem_FITS_fuzzer-5807144773484544

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/fits.c