Recherche avancée

Médias (91)

Autres articles (5)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Installation en mode standalone

    4 février 2011, par

    L’installation de la distribution MediaSPIP se fait en plusieurs étapes : la récupération des fichiers nécessaires. À ce moment là deux méthodes sont possibles : en installant l’archive ZIP contenant l’ensemble de la distribution ; via SVN en récupérant les sources de chaque modules séparément ; la préconfiguration ; l’installation définitive ;
    [mediaspip_zip]Installation de l’archive ZIP de MediaSPIP
    Ce mode d’installation est la méthode la plus simple afin d’installer l’ensemble de la distribution (...)

Sur d’autres sites (3666)

  • avformat/mov : discard data streams with all zero sample_delta

    6 juillet 2022, par Zhao Zhili
    avformat/mov : discard data streams with all zero sample_delta
    

    Streams with all zero sample_delta in 'stts' have all zero dts.
    They have higher chance be chose by mov_find_next_sample(), which
    leads to seek again and again.

    For example, GoPro created a 'GoPro SOS' stream :
    Stream #0:4[0x5](eng) : Data : none (fdsc / 0x63736466), 13 kb/s (default)
    Metadata :
    creation_time : 2022-06-21T08:49:19.000000Z
    handler_name : GoPro SOS

    With 'ffprobe -show_frames http://example.com/gopro.mp4', ffprobe
    blocks until all samples in 'GoPro SOS' stream are consumed first.

    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] libavformat/mov.c
  • PyAV/ffmpeg : How to resolve 'Reinit context to WxH ... deprecated pixel format'

    26 mai 2023, par hi im Bacon

    I am using the pyav library to read and process video data and as I am reading through the videos I am getting lots (and lots) of the following output.

    &#xA;

    I am creating the videos by segmenting either a much larger source file or RTSP/HTTP IP camera.

    &#xA;

    I would love to understand what this output actually means, and what I can do to prevent its output

    &#xA;

    ffmpeg creating videos :

    &#xA;

    ffmpeg -y -i https://manifest.googlevideo.com/api/... -pix_fmt yuvj422p -c:v libx264 -an -vf scale=&#x27;min(1280,iw)&#x27;:&#x27;min(720,ih)&#x27;:force_original_aspect_ratio=decrease -r 12 -vsync cfr -x264opts keyint=12:min-keyint=12 -f segment -segment_format matroska -segment_time 5 -initial_offset 1656497474.686672 -strftime 1 /tmp/tmp87cc1n2o/%Y-%m-%dT%H%M%S.mkv -loglevel error&#xA;

    &#xA;

    python :

    &#xA;

    container = av.open(io.BytesIO(...))&#xA;for frame in container.decode(video=0):&#xA;   ...&#xA;

    &#xA;

    2022-06-30 14:45:00,964 DEBUG:****:Creating &lt;***.core.generators.av.AVGenerator object at 0x7f13340abd50> with target path: &lt;_io.BytesIO object at 0x7f13341c93b0>&#xA;2022-06-30 14:45:00,966 DEBUG:libav.h264:Reinit context to 1280x720, pix_fmt: yuv420p&#xA;2022-06-30 14:45:00,966 DEBUG:libav.h264:Reinit context to 1280x720, pix_fmt: yuvj422p&#xA;2022-06-30 14:45:00,984 DEBUG:libav.h264:Reinit context to 1280x720, pix_fmt: yuv420p&#xA;2022-06-30 14:45:01,045 DEBUG:libav.h264:Reinit context to 1280x720, pix_fmt: yuv420p&#xA;2022-06-30 14:45:01,046 DEBUG:libav.h264:Reinit context to 1280x720, pix_fmt: yuvj422p&#xA;deprecated pixel format used, make sure you did set range correctly&#xA;deprecated pixel format used, make sure you did set range correctly&#xA; (repeated 9 more times)&#xA;2022-06-30 14:45:01,194 DEBUG:libav.h264:Reinit context to 1280x720, pix_fmt: yuv420p&#xA;deprecated pixel format used, make sure you did set range correctly&#xA;deprecated pixel format used, make sure you did set range correctly&#xA;2022-06-30 14:45:01,215 DEBUG:libav.h264:Reinit context to 1280x720, pix_fmt: yuv420p&#xA;deprecated pixel format used, make sure you did set range correctly&#xA;deprecated pixel format used, make sure you did set range correctly&#xA; (repeated 17 more times)&#xA;2022-06-30 14:45:01,384 DEBUG:libav.h264:Reinit context to 1280x720, pix_fmt: yuv420p&#xA;deprecated pixel format used, make sure you did set range correctly&#xA;deprecated pixel format used, make sure you did set range correctly&#xA; (repeated 3 more times)&#xA;2022-06-30 14:45:01,398 DEBUG:libav.h264:Reinit context to 1280x720, pix_fmt: yuv420p&#xA;deprecated pixel format used, make sure you did set range correctly&#xA;deprecated pixel format used, make sure you did set range correctly&#xA; (repeated 22 more times)&#xA;2022-06-30 14:45:01,550 DEBUG:libav.h264:Reinit context to 1280x720, pix_fmt: yuv420p&#xA;deprecated pixel format used, make sure you did set range correctly&#xA;deprecated pixel format used, make sure you did set range correctly&#xA; (repeated 2 more times)&#xA;2022-06-30 14:45:01,592 DEBUG:libav.h264:Reinit context to 1280x720, pix_fmt: yuv420p&#xA;

    &#xA;

  • Why A .FLAC File Converted by FFMPEG Cause File Explorer Unresponse on Windows 10 [closed]

    20 juillet 2022, par Alex King

    My File Explorer Always showing "Working on it."&#xA;I've tried many resolutions.&#xA;First,I disconnect my NAS drive. seems fine.&#xA;I test many times on diffirient windows 10/11 versions.&#xA;I thought it was SMB problem on windows. But i was wrong.

    &#xA;

    Today I'm using FFMPEG convert .wav to .flac.

    &#xA;

    .\ffmpeg.exe -i $Source -c:a flac $Dest &#xA;

    &#xA;

    Just simple like this. Blow my computer up.

    &#xA;

    Even worse, explorer.exe crash after I'm trying to open FF output folder.

    &#xA;

    It's not the poblem from "Quick access" or "Search Index".

    &#xA;

    I'm now 100% percent confirm the flac files that ffmpeg made will cause file explorer crash.

    &#xA;

    I can't solve it without knowing the reason.

    &#xA;

    Might related to audio file tag vorbis ?

    &#xA;

    This is my FFMPEG info

    &#xA;

    ffmpeg version n5.0.1-4-ga5ebb3d25e-20220428 Copyright (c) 2000-2022 the FFmpeg developers&#xA;&#xA;built with gcc 11.2.0 (crosstool-NG 1.24.0.533_681aaef)&#xA;

    &#xA;